Skip to content

Commit

Permalink
chore: release v3.5.9
Browse files Browse the repository at this point in the history
* Dependency upgrades
  • Loading branch information
AlCalzone committed May 2, 2022
1 parent 336bd9a commit eead587
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 77 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Placeholder for the next version (at the beginning of the line):
## **WORK IN PROGRESS**
-->
## 3.5.9 (2022-05-02)
* Dependency upgrades

## 3.5.8 (2022-04-27)
* Add missing `semver` dependency to several plugins
* Dependency upgrades
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.8",
"version": "3.5.9",
"description": "Release script to automatically increment version numbers and push git tags",
"keywords": [
"release",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Al Calzone's release script: Core components",
"keywords": [],
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: changelog",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -37,12 +37,12 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.1.0"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: execute user scripts",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -37,11 +37,11 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"alcalzone-shared": "^4.0.1"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: git",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -37,11 +37,11 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"fs-extra": "^10.1.0"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-iobroker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: ioBroker",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -37,14 +37,14 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"alcalzone-shared": "^4.0.1",
"axios": "^0.27.1",
"fs-extra": "^10.1.0",
"semver": "^7.3.7"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-lerna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: lerna",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -37,12 +37,12 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"fs-extra": "^10.1.0",
"semver": "^7.3.7"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: license",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -37,12 +37,12 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"fs-extra": "^10.1.0",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-manual-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: manual review",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -37,10 +37,10 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8"
"@alcalzone/release-script-core": "3.5.9"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions 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.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: npm package files",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -38,13 +38,13 @@
},
"dependencies": {
"@alcalzone/pak": "^0.8.1",
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.1.0",
"semver": "^7.3.7"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: template",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -38,10 +38,10 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8"
"@alcalzone/release-script-core": "3.5.9"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.8",
"version": "3.5.9",
"description": "Plugin for Al Calzone's release script: Versioning",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -37,14 +37,14 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.1.0",
"semver": "^7.3.7",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
},
Expand Down
16 changes: 8 additions & 8 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.8",
"version": "3.5.9",
"description": "Release script to automatically increment version numbers and push git tags of Node.js projects",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -39,12 +39,12 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-plugin-changelog": "3.5.8",
"@alcalzone/release-script-plugin-exec": "3.5.8",
"@alcalzone/release-script-plugin-git": "3.5.8",
"@alcalzone/release-script-plugin-package": "3.5.8",
"@alcalzone/release-script-plugin-version": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"@alcalzone/release-script-plugin-changelog": "3.5.9",
"@alcalzone/release-script-plugin-exec": "3.5.9",
"@alcalzone/release-script-plugin-git": "3.5.9",
"@alcalzone/release-script-plugin-package": "3.5.9",
"@alcalzone/release-script-plugin-version": "3.5.9",
"alcalzone-shared": "^4.0.1",
"axios": "^0.27.1",
"enquirer": "^2.3.6",
Expand All @@ -55,7 +55,7 @@
"yargs": "^17.4.1"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.8",
"@alcalzone/release-script-testing": "3.5.9",
"@types/yargs": "^17.0.10",
"typescript": "~4.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alcalzone/release-script-testing",
"private": true,
"version": "3.5.8",
"version": "3.5.9",
"description": "Al Calzone's release script: testing tools",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"node": ">=12.20"
},
"devDependencies": {
"@alcalzone/release-script-core": "3.5.8",
"@alcalzone/release-script-core": "3.5.9",
"execa": "^5.1.1",
"picocolors": "1.0.0",
"typescript": "~4.6.3"
Expand Down
Loading

0 comments on commit eead587

Please sign in to comment.