Skip to content

Commit

Permalink
v18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Oct 26, 2023
1 parent 22e6f74 commit 6ae5ab6
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint-config-nx-scopes/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.

# [18.3.0](https://github.com/conventional-changelog/commitlint/compare/v18.2.0...v18.3.0) (2023-10-26)

**Note:** Version bump only for package commitlint-config-nx-scopes





# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)

**Note:** Version bump only for package commitlint-config-nx-scopes
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-nx-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-nx-scopes",
"version": "18.1.0",
"version": "18.3.0",
"description": "Shareable commitlint config enforcing nx project names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-nx-scopes": "^18.1.0"
"@commitlint/config-nx-scopes": "^18.3.0"
},
"devDependencies": {
"@commitlint/utils": "^18.1.0"
Expand Down
11 changes: 11 additions & 0 deletions @commitlint/config-nx-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.3.0](https://github.com/conventional-changelog/commitlint/compare/v18.2.0...v18.3.0) (2023-10-26)


### Features

* **config-nx-scopes:** support latest nx version ([#3728](https://github.com/conventional-changelog/commitlint/issues/3728)) ([22e6f74](https://github.com/conventional-changelog/commitlint/commit/22e6f74e3cae74497162c8ae8f5d3888e3b19f6e))





# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)

**Note:** Version bump only for package @commitlint/config-nx-scopes
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-nx-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-nx-scopes",
"version": "18.1.0",
"version": "18.3.0",
"description": "Shareable commitlint config enforcing nx project names as scopes",
"files": [
"index.js"
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [18.3.0](https://github.com/conventional-changelog/commitlint/compare/v18.2.0...v18.3.0) (2023-10-26)


### Bug Fixes

* update dependency @types/node to v18.18.7 ([#3726](https://github.com/conventional-changelog/commitlint/issues/3726)) ([dcc0424](https://github.com/conventional-changelog/commitlint/commit/dcc0424259d32874e4f97de768ec1b50028a90a6))


### Features

* **config-nx-scopes:** support latest nx version ([#3728](https://github.com/conventional-changelog/commitlint/issues/3728)) ([22e6f74](https://github.com/conventional-changelog/commitlint/commit/22e6f74e3cae74497162c8ae8f5d3888e3b19f6e))





# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "4",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "18.2.0"
"version": "18.3.0"
}

0 comments on commit 6ae5ab6

Please sign in to comment.