Skip to content

Commit

Permalink
chore: release v3.7.3
Browse files Browse the repository at this point in the history
* `package` plugin: Support monorepos managed with Yarn v4
  • Loading branch information
AlCalzone committed Jul 5, 2024
1 parent e169003 commit c7679eb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Placeholder for the next version (at the beginning of the line):
## **WORK IN PROGRESS**
-->
## **WORK IN PROGRESS**
## 3.7.3 (2024-07-05)
* `package` plugin: Support monorepos managed with Yarn v4

## 3.7.2 (2024-06-24)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alcalzone/release-script-repo",
"version": "3.7.2",
"version": "3.7.3",
"description": "Release script to automatically increment version numbers and push git tags",
"keywords": [
"release",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.7.0",
"version": "3.7.3",
"description": "Plugin for Al Calzone's release script: npm package files",
"keywords": [],
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/release-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.7.0",
"version": "3.7.3",
"description": "Release script to automatically increment version numbers and push git tags of Node.js projects",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@alcalzone/release-script-plugin-changelog": "3.7.0",
"@alcalzone/release-script-plugin-exec": "3.7.0",
"@alcalzone/release-script-plugin-git": "3.7.0",
"@alcalzone/release-script-plugin-package": "3.7.0",
"@alcalzone/release-script-plugin-package": "3.7.3",
"@alcalzone/release-script-plugin-version": "3.7.0",
"alcalzone-shared": "^4.0.1",
"axios": "^1.6.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ __metadata:
languageName: unknown
linkType: soft

"@alcalzone/release-script-plugin-package@3.7.0, @alcalzone/release-script-plugin-package@workspace:packages/plugin-package":
"@alcalzone/release-script-plugin-package@3.7.3, @alcalzone/release-script-plugin-package@workspace:packages/plugin-package":
version: 0.0.0-use.local
resolution: "@alcalzone/release-script-plugin-package@workspace:packages/plugin-package"
dependencies:
Expand Down Expand Up @@ -214,7 +214,7 @@ __metadata:
"@alcalzone/release-script-plugin-changelog": 3.7.0
"@alcalzone/release-script-plugin-exec": 3.7.0
"@alcalzone/release-script-plugin-git": 3.7.0
"@alcalzone/release-script-plugin-package": 3.7.0
"@alcalzone/release-script-plugin-package": 3.7.3
"@alcalzone/release-script-plugin-version": 3.7.0
"@alcalzone/release-script-testing": 3.7.0
"@types/yargs": ^17.0.10
Expand Down

0 comments on commit c7679eb

Please sign in to comment.