Skip to content

Commit

Permalink
chore: release v3.5.5
Browse files Browse the repository at this point in the history
* `package` plugin: Add missing `fs-extra` dependency
  • Loading branch information
AlCalzone committed Mar 6, 2022
1 parent 2c57dc3 commit 07e587b
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.5.5 (2022-03-06)
* `package` plugin: Add missing `fs-extra` dependency

## 3.5.4 (2022-03-04)
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.5.4",
"version": "3.5.5",
"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.5.4",
"version": "3.5.5",
"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.5.4",
"version": "3.5.5",
"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.5.3",
"@alcalzone/release-script-plugin-exec": "3.5.3",
"@alcalzone/release-script-plugin-git": "3.5.3",
"@alcalzone/release-script-plugin-package": "3.5.4",
"@alcalzone/release-script-plugin-package": "3.5.5",
"@alcalzone/release-script-plugin-version": "3.5.3",
"alcalzone-shared": "^4.0.1",
"axios": "^0.26.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ __metadata:
languageName: unknown
linkType: soft

"@alcalzone/release-script-plugin-package@3.5.4, @alcalzone/release-script-plugin-package@workspace:packages/plugin-package":
"@alcalzone/release-script-plugin-package@3.5.5, @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 @@ -204,7 +204,7 @@ __metadata:
"@alcalzone/release-script-plugin-changelog": 3.5.3
"@alcalzone/release-script-plugin-exec": 3.5.3
"@alcalzone/release-script-plugin-git": 3.5.3
"@alcalzone/release-script-plugin-package": 3.5.4
"@alcalzone/release-script-plugin-package": 3.5.5
"@alcalzone/release-script-plugin-version": 3.5.3
"@alcalzone/release-script-testing": 3.5.3
"@types/yargs": ^17.0.9
Expand Down

0 comments on commit 07e587b

Please sign in to comment.