Skip to content

Commit fc0e202

Browse files
committed
Chore: Release [CI-SKIP]
- @lmc-eu/commitlint-config@2.0.2 - @lmc-eu/conventional-changelog-lmc@2.0.2 - @lmc-eu/conventional-changelog-lmc-bitbucket@3.0.2 - @lmc-eu/conventional-changelog-lmc-github@3.0.2 - @lmc-eu/eslint-config-typescript@2.1.1
1 parent e9c7e1b commit fc0e202

File tree

10 files changed

+56
-8
lines changed

10 files changed

+56
-8
lines changed

packages/commitlint-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.2"></a>
7+
8+
## [2.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@2.0.1...@lmc-eu/commitlint-config@2.0.2) (2024-06-18)
9+
10+
Miscellaneous changes
11+
12+
**Note:** Version bump only for package @lmc-eu/commitlint-config
13+
614
<a name="2.0.1"></a>
715

816
## [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)

packages/commitlint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/commitlint-config",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "LMC's configuration for commitlint",
55
"keywords": [
66
"commitlint",
@@ -23,6 +23,6 @@
2323
},
2424
"dependencies": {
2525
"@commitlint/config-conventional": "^17.0.0",
26-
"@lmc-eu/conventional-changelog-lmc": "^2.0.1"
26+
"@lmc-eu/conventional-changelog-lmc": "^2.0.2"
2727
}
2828
}

packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
8+
## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.1...@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.2) (2024-06-18)
9+
10+
### Dependencies
11+
12+
- Update dependency conventional-changelog-core to v7 ([7f2287c](https://github.com/lmc-eu/code-quality-tools/commit/7f2287c))
13+
14+
**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-bitbucket
15+
616
<a name="3.0.1"></a>
717

818
## [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)

packages/conventional-changelog-lmc-bitbucket/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/conventional-changelog-lmc-bitbucket",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "conventional-changelog LMC preset for BitBucket",
55
"keywords": [
66
"lmc",
@@ -30,7 +30,7 @@
3030
"test": "is-ci || jest --maxWorkers=50%"
3131
},
3232
"dependencies": {
33-
"@lmc-eu/conventional-changelog-lmc": "^2.0.1"
33+
"@lmc-eu/conventional-changelog-lmc": "^2.0.2"
3434
},
3535
"devDependencies": {
3636
"better-than-before": "1.0.0",

packages/conventional-changelog-lmc-github/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
8+
## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-github@3.0.1...@lmc-eu/conventional-changelog-lmc-github@3.0.2) (2024-06-18)
9+
10+
### Dependencies
11+
12+
- Update dependency conventional-changelog-core to v7 ([7f2287c](https://github.com/lmc-eu/code-quality-tools/commit/7f2287c))
13+
14+
**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-github
15+
616
<a name="3.0.1"></a>
717

818
## [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)

packages/conventional-changelog-lmc-github/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/conventional-changelog-lmc-github",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "conventional-changelog LMC preset for GitHub",
55
"keywords": [
66
"lmc",
@@ -30,7 +30,7 @@
3030
"test": "is-ci || jest --maxWorkers=50%"
3131
},
3232
"dependencies": {
33-
"@lmc-eu/conventional-changelog-lmc": "^2.0.1"
33+
"@lmc-eu/conventional-changelog-lmc": "^2.0.2"
3434
},
3535
"devDependencies": {
3636
"better-than-before": "1.0.0",

packages/conventional-changelog-lmc/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.2"></a>
7+
8+
## [2.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc@2.0.1...@lmc-eu/conventional-changelog-lmc@2.0.2) (2024-06-18)
9+
10+
### Dependencies
11+
12+
- Update dependency conventional-changelog-core to v7 ([7f2287c](https://github.com/lmc-eu/code-quality-tools/commit/7f2287c))
13+
14+
**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc
15+
616
<a name="2.0.1"></a>
717

818
## [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)

packages/conventional-changelog-lmc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/conventional-changelog-lmc",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "conventional-changelog LMC parser and writer",
55
"keywords": [
66
"lmc",

packages/eslint-config-typescript/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.1.1"></a>
7+
8+
## [2.1.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@2.1.0...@lmc-eu/eslint-config-typescript@2.1.1) (2024-06-18)
9+
10+
### Bug Fixes
11+
12+
- **eslint-config-typescript:** Fix base module resolving ([e9c7e1b](https://github.com/lmc-eu/code-quality-tools/commit/e9c7e1b))
13+
14+
**Note:** Version bump only for package @lmc-eu/eslint-config-typescript
15+
616
<a name="2.1.0"></a>
717

818
# [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)

packages/eslint-config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lmc-eu/eslint-config-typescript",
33
"description": "LMC's ESLint config for TypeScript projects",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"keywords": [
66
"config",
77
"eslint",

0 commit comments

Comments
 (0)