diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md
index 1d7efd4..dfe36d3 100644
--- a/packages/commitlint-config/CHANGELOG.md
+++ b/packages/commitlint-config/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## [2.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@2.0.0...@lmc-eu/commitlint-config@2.0.1) (2023-12-14)
+
+Miscellaneous changes
+
+**Note:** Version bump only for package @lmc-eu/commitlint-config
+
# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@1.0.18...@lmc-eu/commitlint-config@2.0.0) (2023-10-06)
diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json
index d37b269..7331bdc 100644
--- a/packages/commitlint-config/package.json
+++ b/packages/commitlint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/commitlint-config",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "LMC's configuration for commitlint",
"keywords": [
"commitlint",
@@ -23,6 +23,6 @@
},
"dependencies": {
"@commitlint/config-conventional": "^17.0.0",
- "@lmc-eu/conventional-changelog-lmc": "^2.0.0"
+ "@lmc-eu/conventional-changelog-lmc": "^2.0.1"
}
}
diff --git a/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md b/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md
index 4e47cd0..e27af54 100644
--- a/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md
+++ b/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## [3.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.0...@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.1) (2023-12-14)
+
+### Code Refactoring
+
+- **conventional-changelog:** Drop `q` from dependencies ([8df51e2](https://github.com/lmc-eu/code-quality-tools/commit/8df51e2)), closes [#135](https://jira.int.lmc.cz/browse/135)
+
+### Dependencies
+
+- Update all non-major dependencies ([85835d0](https://github.com/lmc-eu/code-quality-tools/commit/85835d0))
+- Update dependency conventional-changelog-core to v6 ([676d0bf](https://github.com/lmc-eu/code-quality-tools/commit/676d0bf))
+- Update dependency jest-extended to v4 ([d14a9fe](https://github.com/lmc-eu/code-quality-tools/commit/d14a9fe))
+
+**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-bitbucket
+
# [3.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-bitbucket@2.3.2...@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.0) (2023-10-06)
diff --git a/packages/conventional-changelog-lmc-bitbucket/package.json b/packages/conventional-changelog-lmc-bitbucket/package.json
index 425c178..3cde79b 100644
--- a/packages/conventional-changelog-lmc-bitbucket/package.json
+++ b/packages/conventional-changelog-lmc-bitbucket/package.json
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/conventional-changelog-lmc-bitbucket",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "conventional-changelog LMC preset for BitBucket",
"keywords": [
"lmc",
@@ -30,7 +30,7 @@
"test": "is-ci || jest --maxWorkers=50%"
},
"dependencies": {
- "@lmc-eu/conventional-changelog-lmc": "^2.0.0"
+ "@lmc-eu/conventional-changelog-lmc": "^2.0.1"
},
"devDependencies": {
"better-than-before": "1.0.0",
diff --git a/packages/conventional-changelog-lmc-github/CHANGELOG.md b/packages/conventional-changelog-lmc-github/CHANGELOG.md
index f83fb9b..494b336 100644
--- a/packages/conventional-changelog-lmc-github/CHANGELOG.md
+++ b/packages/conventional-changelog-lmc-github/CHANGELOG.md
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## [3.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-github@3.0.0...@lmc-eu/conventional-changelog-lmc-github@3.0.1) (2023-12-14)
+
+### Code Refactoring
+
+- **conventional-changelog:** Drop `q` from dependencies ([8df51e2](https://github.com/lmc-eu/code-quality-tools/commit/8df51e2)), closes [#135](https://github.com/lmc-eu/issues/135)
+
+### Dependencies
+
+- Update all non-major dependencies ([85835d0](https://github.com/lmc-eu/code-quality-tools/commit/85835d0))
+- Update dependency conventional-changelog-core to v6 ([676d0bf](https://github.com/lmc-eu/code-quality-tools/commit/676d0bf))
+- Update dependency jest-extended to v4 ([d14a9fe](https://github.com/lmc-eu/code-quality-tools/commit/d14a9fe))
+
+**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-github
+
# [3.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-github@2.3.2...@lmc-eu/conventional-changelog-lmc-github@3.0.0) (2023-10-06)
diff --git a/packages/conventional-changelog-lmc-github/package.json b/packages/conventional-changelog-lmc-github/package.json
index 124b82a..257072e 100644
--- a/packages/conventional-changelog-lmc-github/package.json
+++ b/packages/conventional-changelog-lmc-github/package.json
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/conventional-changelog-lmc-github",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "conventional-changelog LMC preset for GitHub",
"keywords": [
"lmc",
@@ -30,7 +30,7 @@
"test": "is-ci || jest --maxWorkers=50%"
},
"dependencies": {
- "@lmc-eu/conventional-changelog-lmc": "^2.0.0"
+ "@lmc-eu/conventional-changelog-lmc": "^2.0.1"
},
"devDependencies": {
"better-than-before": "1.0.0",
diff --git a/packages/conventional-changelog-lmc/CHANGELOG.md b/packages/conventional-changelog-lmc/CHANGELOG.md
index 0ff2eba..25877de 100644
--- a/packages/conventional-changelog-lmc/CHANGELOG.md
+++ b/packages/conventional-changelog-lmc/CHANGELOG.md
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## [2.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc@2.0.0...@lmc-eu/conventional-changelog-lmc@2.0.1) (2023-12-14)
+
+### Code Refactoring
+
+- **conventional-changelog:** Drop `q` from dependencies ([8df51e2](https://github.com/lmc-eu/code-quality-tools/commit/8df51e2)), closes [#135](https://github.com/lmc-eu/code-quality-tools/issues/135)
+
+### Dependencies
+
+- Update all non-major dependencies ([85835d0](https://github.com/lmc-eu/code-quality-tools/commit/85835d0))
+- Update dependency conventional-changelog-core to v6 ([676d0bf](https://github.com/lmc-eu/code-quality-tools/commit/676d0bf))
+- Update dependency jest-extended to v4 ([d14a9fe](https://github.com/lmc-eu/code-quality-tools/commit/d14a9fe))
+
+**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc
+
# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc@1.3.2...@lmc-eu/conventional-changelog-lmc@2.0.0) (2023-10-06)
diff --git a/packages/conventional-changelog-lmc/package.json b/packages/conventional-changelog-lmc/package.json
index 542fdc7..324d48c 100644
--- a/packages/conventional-changelog-lmc/package.json
+++ b/packages/conventional-changelog-lmc/package.json
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/conventional-changelog-lmc",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "conventional-changelog LMC parser and writer",
"keywords": [
"lmc",
diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md
index 3b7f36c..c05ae85 100644
--- a/packages/eslint-config-base/CHANGELOG.md
+++ b/packages/eslint-config-base/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-base@3.0.1...@lmc-eu/eslint-config-base@3.0.2) (2023-12-14)
+
+### Bug Fixes
+
+- **eslint-config-base:** Require empty line after description in JSDoc ([1d6d302](https://github.com/lmc-eu/code-quality-tools/commit/1d6d302)), closes [#158](https://github.com/lmc-eu/code-quality-tools/issues/158)
+
+**Note:** Version bump only for package @lmc-eu/eslint-config-base
+
## [3.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-base@3.0.0...@lmc-eu/eslint-config-base@3.0.1) (2023-10-06)
diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json
index 926aba0..af26338 100644
--- a/packages/eslint-config-base/package.json
+++ b/packages/eslint-config-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/eslint-config-base",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "LMC's ESlint configuration preset",
"keywords": [
"eslint",
diff --git a/packages/eslint-config-graphql/CHANGELOG.md b/packages/eslint-config-graphql/CHANGELOG.md
index fee45a2..1b76b8a 100644
--- a/packages/eslint-config-graphql/CHANGELOG.md
+++ b/packages/eslint-config-graphql/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-graphql@3.0.1...@lmc-eu/eslint-config-graphql@3.0.2) (2023-12-14)
+
+Miscellaneous changes
+
+**Note:** Version bump only for package @lmc-eu/eslint-config-graphql
+
## [3.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-graphql@3.0.0...@lmc-eu/eslint-config-graphql@3.0.1) (2023-10-06)
diff --git a/packages/eslint-config-graphql/package.json b/packages/eslint-config-graphql/package.json
index d0a6c85..9eb0ed3 100644
--- a/packages/eslint-config-graphql/package.json
+++ b/packages/eslint-config-graphql/package.json
@@ -1,7 +1,7 @@
{
"name": "@lmc-eu/eslint-config-graphql",
"description": "LMC's ESLint config for javascript applications that use GraphQL and Apollo client.",
- "version": "3.0.1",
+ "version": "3.0.2",
"author": "Tomas Litera ",
"keywords": [
"config",
@@ -28,7 +28,7 @@
"main": "index.js",
"dependencies": {
"@graphql-eslint/eslint-plugin": "^3.19.1",
- "@lmc-eu/eslint-config-base": "^3.0.1",
+ "@lmc-eu/eslint-config-base": "^3.0.2",
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"peerDependencies": {
diff --git a/packages/eslint-config-jest/CHANGELOG.md b/packages/eslint-config-jest/CHANGELOG.md
index 1eeed46..5e48dd9 100644
--- a/packages/eslint-config-jest/CHANGELOG.md
+++ b/packages/eslint-config-jest/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-jest@3.0.1...@lmc-eu/eslint-config-jest@3.0.2) (2023-12-14)
+
+Miscellaneous changes
+
+**Note:** Version bump only for package @lmc-eu/eslint-config-jest
+
## [3.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-jest@3.0.0...@lmc-eu/eslint-config-jest@3.0.1) (2023-10-06)
diff --git a/packages/eslint-config-jest/package.json b/packages/eslint-config-jest/package.json
index 83ca5b8..dd5796f 100644
--- a/packages/eslint-config-jest/package.json
+++ b/packages/eslint-config-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/eslint-config-jest",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "LMC's ESlint configuration for projects using Jest as test runner",
"keywords": [
"eslint",
@@ -26,7 +26,7 @@
"url": "https://github.com/lmc-eu/code-quality-tools/issues"
},
"dependencies": {
- "@lmc-eu/eslint-config-base": "^3.0.1",
+ "@lmc-eu/eslint-config-base": "^3.0.2",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jest-formatting": "^3.1.0"
},
diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md
index e5a42f7..0b92cde 100644
--- a/packages/eslint-config-react/CHANGELOG.md
+++ b/packages/eslint-config-react/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## [2.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-react@2.0.1...@lmc-eu/eslint-config-react@2.0.2) (2023-12-14)
+
+Miscellaneous changes
+
+**Note:** Version bump only for package @lmc-eu/eslint-config-react
+
## [2.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-react@2.0.0...@lmc-eu/eslint-config-react@2.0.1) (2023-10-06)
diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json
index bf8502c..b18c243 100644
--- a/packages/eslint-config-react/package.json
+++ b/packages/eslint-config-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/eslint-config-react",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "LMC's ESlint configuration for React projects",
"keywords": [
"eslint",
@@ -28,7 +28,7 @@
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
- "@lmc-eu/eslint-config-base": "^3.0.1",
+ "@lmc-eu/eslint-config-base": "^3.0.2",
"eslint-config-airbnb": "^19.0.2"
},
"peerDependencies": {
diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md
index 5466c18..5d543d9 100644
--- a/packages/eslint-config-typescript/CHANGELOG.md
+++ b/packages/eslint-config-typescript/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+# [2.1.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@2.0.1...@lmc-eu/eslint-config-typescript@2.1.0) (2023-12-14)
+
+### Features
+
+- **eslint-config-typescript:** Supperessions of errors are allowed ([c8dfcdf](https://github.com/lmc-eu/code-quality-tools/commit/c8dfcdf)), closes [#127](https://github.com/lmc-eu/code-quality-tools/issues/127)
+
+**Note:** Version bump only for package @lmc-eu/eslint-config-typescript
+
## [2.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@2.0.0...@lmc-eu/eslint-config-typescript@2.0.1) (2023-10-06)
diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json
index 9e71bdb..1550654 100644
--- a/packages/eslint-config-typescript/package.json
+++ b/packages/eslint-config-typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "@lmc-eu/eslint-config-typescript",
"description": "LMC's ESLint config for TypeScript projects",
- "version": "2.0.1",
+ "version": "2.1.0",
"keywords": [
"config",
"eslint",
@@ -26,7 +26,7 @@
},
"main": "index.js",
"dependencies": {
- "@lmc-eu/eslint-config-base": "^3.0.1",
+ "@lmc-eu/eslint-config-base": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-import-resolver-typescript": "^3.2.7"