Skip to content

Commit

Permalink
chore: release v0.23.0 (#940)
Browse files Browse the repository at this point in the history
* chore: release v0.23.0

* docs: update

Co-authored-by: shipjs <shipjs@test.com>
  • Loading branch information
Eunjae Lee and shipjs committed Nov 6, 2020
1 parent 03d47db commit 4880d97
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 14 deletions.
21 changes: 21 additions & 0 deletions 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

<img src="./assets/breaking-change.png" alt="BREAKING CHANGE" title="BREAKING CHANGE" width=250 height=60 />

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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
<a href="http://npmjs.com/package/shipjs"><img alt="npm" src="https://img.shields.io/npm/v/shipjs"></a>
<a href="https://circleci.com/gh/algolia/shipjs"><img alt="CircleCI" src="https://img.shields.io/circleci/build/gh/algolia/shipjs"></a>
<a href="https://github.com/algolia/shipjs/blob/master/LICENSE"><img alt="NPM" src="https://img.shields.io/npm/l/shipjs"></a>
<a href="https://github.com/algolia/shipjs#contributors-"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-9-orange.svg"></a>
<a href="https://github.com/algolia/shipjs#contributors-"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-11-orange.svg"></a>
<a href="https://join.slack.com/t/shipjs/shared_invite/enQtODc3OTc3NjQ0NDg3LTU3ZDgyMzlkNzY2YTMxMGQ1MzE3OGMzZjMzYjU5Y2NmZDQ5Mzk1ZWUxZjk3NWFjMDIwYmI0ZGUyY2E2YTZkYzk"><img alt="Chat on Slack" src="https://img.shields.io/badge/chat-on%20Slack-orange"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.22.0",
"version": "0.23.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.22.0",
"version": "0.23.0",
"scripts": {
"postinstall": "patch-package",
"prepare": "yarn build",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/src/version.js
@@ -1 +1 @@
export default '0.22.0';
export default '0.23.0';
11 changes: 3 additions & 8 deletions 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": {
Expand All @@ -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 <support@algolia.com>",
"homepage": "https://github.com/algolia/shipjs",
"bugs": {
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
@@ -1 +1 @@
export default '0.22.0';
export default '0.23.0';

0 comments on commit 4880d97

Please sign in to comment.