diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bf4dcb..dc9c26bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [0.23.0](https://github.com/algolia/shipjs/compare/v0.22.0...v0.23.0) (2020-11-06) + +### BREAKING CHANGE + +BREAKING CHANGE + +If you don't use Ship.js in a monorepo, this breaking change doesn't affect you. + +If you do, we have a good addition for you. Ship.js will update the versions of the dependencies in the monorepo. You can learn more from [here](https://community.algolia.com/shipjs/reference/all-config.html#monorepo). + +### Features + +* **monorepo:** update dependencies ([#937](https://github.com/algolia/shipjs/issues/937)) ([03d47db](https://github.com/algolia/shipjs/commit/03d47dbd402a8d446f421d86038190d0b08d07be)) + + +### Bug Fixes + +* specify path for changelog ([#673](https://github.com/algolia/shipjs/issues/673)) ([74531a3](https://github.com/algolia/shipjs/commit/74531a3c9d28ea45ef44354d7d072597e51bb44c)) +* **github-actions:** use the `actions/github-script` action instead of the deprecated `actions/github` action ([#934](https://github.com/algolia/shipjs/issues/934)) ([4f56bdb](https://github.com/algolia/shipjs/commit/4f56bdbc28d23fdade20cbb0c0d75a7a72a9f001)) + + # [0.22.0](https://github.com/algolia/shipjs/compare/v0.21.1...v0.22.0) (2020-09-28) diff --git a/README.md b/README.md index 66cbf352..aff8f905 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ npm CircleCI NPM - All Contributors + All Contributors Chat on Slack

diff --git a/lerna.json b/lerna.json index ad80d323..551823c7 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.22.0", + "version": "0.23.0", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index be5f3131..47e9ee8a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.22.0", + "version": "0.23.0", "scripts": { "postinstall": "patch-package", "prepare": "yarn build", diff --git a/packages/shipjs-lib/package.json b/packages/shipjs-lib/package.json index 8c64d12b..4416feeb 100644 --- a/packages/shipjs-lib/package.json +++ b/packages/shipjs-lib/package.json @@ -1,6 +1,6 @@ { "name": "shipjs-lib", - "version": "0.22.0", + "version": "0.23.0", "description": "Take control of what is going to be your next release.", "main": "dist/index.esm.js", "scripts": { diff --git a/packages/shipjs-lib/src/version.js b/packages/shipjs-lib/src/version.js index 86b3a691..9589d2be 100644 --- a/packages/shipjs-lib/src/version.js +++ b/packages/shipjs-lib/src/version.js @@ -1 +1 @@ -export default '0.22.0'; +export default '0.23.0'; diff --git a/packages/shipjs/package.json b/packages/shipjs/package.json index e4127a9f..1795e160 100644 --- a/packages/shipjs/package.json +++ b/packages/shipjs/package.json @@ -1,6 +1,6 @@ { "name": "shipjs", - "version": "0.22.0", + "version": "0.23.0", "description": "Take control of what is going to be your next release.", "main": "index.js", "engines": { @@ -20,12 +20,7 @@ "lint": "eslint .", "lint:fix": "npm run lint -- --fix" }, - "files": [ - "bin/shipjs", - "src", - "!src/**/__tests__", - "index.js" - ], + "files": ["bin/shipjs", "src", "!src/**/__tests__", "index.js"], "author": "Algolia ", "homepage": "https://github.com/algolia/shipjs", "bugs": { @@ -59,7 +54,7 @@ "prettier": "^2.0.0", "serialize-javascript": "^3.0.0", "shell-quote": "^1.7.2", - "shipjs-lib": "0.22.0", + "shipjs-lib": "0.23.0", "temp-write": "4.0.0", "tempfile": "^3.0.0" }, diff --git a/packages/shipjs/src/version.js b/packages/shipjs/src/version.js index 86b3a691..9589d2be 100644 --- a/packages/shipjs/src/version.js +++ b/packages/shipjs/src/version.js @@ -1 +1 @@ -export default '0.22.0'; +export default '0.23.0';