Skip to content

Commit

Permalink
Chore: Release [CI-SKIP]
Browse files Browse the repository at this point in the history
 - @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
  • Loading branch information
literat committed Jun 18, 2024
1 parent e9c7e1b commit fc0e202
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.0.2"></a>

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

Miscellaneous changes

**Note:** Version bump only for package @lmc-eu/commitlint-config

<a name="2.0.1"></a>

## [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)
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/commitlint-config",
"version": "2.0.1",
"version": "2.0.2",
"description": "LMC's configuration for commitlint",
"keywords": [
"commitlint",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"@commitlint/config-conventional": "^17.0.0",
"@lmc-eu/conventional-changelog-lmc": "^2.0.1"
"@lmc-eu/conventional-changelog-lmc": "^2.0.2"
}
}
10 changes: 10 additions & 0 deletions packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="3.0.2"></a>

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

### Dependencies

- Update dependency conventional-changelog-core to v7 ([7f2287c](https://github.com/lmc-eu/code-quality-tools/commit/7f2287c))

**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-bitbucket

<a name="3.0.1"></a>

## [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)
Expand Down
4 changes: 2 additions & 2 deletions packages/conventional-changelog-lmc-bitbucket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/conventional-changelog-lmc-bitbucket",
"version": "3.0.1",
"version": "3.0.2",
"description": "conventional-changelog LMC preset for BitBucket",
"keywords": [
"lmc",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "is-ci || jest --maxWorkers=50%"
},
"dependencies": {
"@lmc-eu/conventional-changelog-lmc": "^2.0.1"
"@lmc-eu/conventional-changelog-lmc": "^2.0.2"
},
"devDependencies": {
"better-than-before": "1.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/conventional-changelog-lmc-github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="3.0.2"></a>

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

### Dependencies

- Update dependency conventional-changelog-core to v7 ([7f2287c](https://github.com/lmc-eu/code-quality-tools/commit/7f2287c))

**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-github

<a name="3.0.1"></a>

## [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)
Expand Down
4 changes: 2 additions & 2 deletions packages/conventional-changelog-lmc-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/conventional-changelog-lmc-github",
"version": "3.0.1",
"version": "3.0.2",
"description": "conventional-changelog LMC preset for GitHub",
"keywords": [
"lmc",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "is-ci || jest --maxWorkers=50%"
},
"dependencies": {
"@lmc-eu/conventional-changelog-lmc": "^2.0.1"
"@lmc-eu/conventional-changelog-lmc": "^2.0.2"
},
"devDependencies": {
"better-than-before": "1.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/conventional-changelog-lmc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.0.2"></a>

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

### Dependencies

- Update dependency conventional-changelog-core to v7 ([7f2287c](https://github.com/lmc-eu/code-quality-tools/commit/7f2287c))

**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc

<a name="2.0.1"></a>

## [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)
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-lmc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/conventional-changelog-lmc",
"version": "2.0.1",
"version": "2.0.2",
"description": "conventional-changelog LMC parser and writer",
"keywords": [
"lmc",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.1.1"></a>

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

### Bug Fixes

- **eslint-config-typescript:** Fix base module resolving ([e9c7e1b](https://github.com/lmc-eu/code-quality-tools/commit/e9c7e1b))

**Note:** Version bump only for package @lmc-eu/eslint-config-typescript

<a name="2.1.0"></a>

# [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)
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lmc-eu/eslint-config-typescript",
"description": "LMC's ESLint config for TypeScript projects",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"config",
"eslint",
Expand Down

0 comments on commit fc0e202

Please sign in to comment.