Skip to content

Commit

Permalink
chore: release v3.7.0
Browse files Browse the repository at this point in the history
* Added `-lf` option to run the lock file update with the `--force` flag
* Dependency upgrades
  • Loading branch information
AlCalzone committed Nov 29, 2023
1 parent a0b7e94 commit 111e796
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 78 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.0 (2023-11-29)
* Added `-lf` option to run the lock file update with the `--force` flag
* 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.6.0",
"version": "3.7.0",
"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.9",
"version": "3.7.0",
"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.9",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-core": "3.7.0",
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.1.0"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.9",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-core": "3.7.0",
"alcalzone-shared": "^4.0.1"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.6.0",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-core": "3.7.0",
"fs-extra": "^10.1.0"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.6.0",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-core": "3.7.0",
"alcalzone-shared": "^4.0.1",
"axios": "^1.6.2",
"fs-extra": "^10.1.0",
"semver": "^7.5.2"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.6.0",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-core": "3.7.0",
"fs-extra": "^10.1.0",
"semver": "^7.5.2"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.9",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-core": "3.7.0",
"fs-extra": "^10.1.0",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.9",
"version": "3.7.0",
"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.9"
"@alcalzone/release-script-core": "3.7.0"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.6.0",
"version": "3.7.0",
"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.10.1",
"@alcalzone/release-script-core": "3.5.9",
"@alcalzone/release-script-core": "3.7.0",
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.1.0",
"semver": "^7.5.2"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.9",
"version": "3.7.0",
"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.9"
"@alcalzone/release-script-core": "3.7.0"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.6.0",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-core": "3.7.0",
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.1.0",
"semver": "^7.5.2",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
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.6.0",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-plugin-changelog": "3.5.9",
"@alcalzone/release-script-plugin-exec": "3.5.9",
"@alcalzone/release-script-plugin-git": "3.6.0",
"@alcalzone/release-script-plugin-package": "3.6.0",
"@alcalzone/release-script-plugin-version": "3.6.0",
"@alcalzone/release-script-core": "3.7.0",
"@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-version": "3.7.0",
"alcalzone-shared": "^4.0.1",
"axios": "^1.6.2",
"enquirer": "^2.3.6",
Expand All @@ -55,7 +55,7 @@
"yargs": "^17.4.1"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@alcalzone/release-script-testing": "3.7.0",
"@types/yargs": "^17.0.10",
"typescript": "~4.8.4"
},
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.9",
"version": "3.7.0",
"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.9",
"@alcalzone/release-script-core": "3.7.0",
"execa": "^5.1.1",
"picocolors": "1.0.0",
"typescript": "~4.8.4"
Expand Down
Loading

0 comments on commit 111e796

Please sign in to comment.