Skip to content

Commit

Permalink
Release v1.2.0 (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ellis authored Jun 7, 2020
1 parent 54542f6 commit 3f139fd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please try to adhere to semantic versioning when creating a release. Although re
### Process

1. Create a new local branch e.g. release-0.1.2.
2. Run `yarn release [version]` where version is in the form `0.1.2`. This will build a tarball in `ui/dist`, bump the version in `ui/package.json` and create a tag with a 'v' prefix. You will also need to manually bump the version in the root `package.json`.
2. Run `yarn release [version]` where version is in the form `0.1.2`. This will bump the version in `ui/package.json` and create a tag with a 'v' prefix. You will also need to manually update the root and legacy `package.json` versions as well as the root dependencies `@maas-ui/maas-ui` and `@maas-ui/maas-ui-legacy`.
3. Propose this against the latest release branch (e.g. 2.8) and merge.
4. From the [releases page](https://github.com/canonical-web-and-design/maas-ui/releases), edit the draft release. Feel free to edit this to make the changelog more readable. Also make sure to choose the correct target branch if releasing fixes intended for an older API version.
5. Add the tarball created earlier from `ui/dist` and create the release.
Expand Down
2 changes: 1 addition & 1 deletion legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maas-ui/maas-ui-legacy",
"version": "0.1.0",
"version": "1.2.0",
"license": "AGPL-3.0",
"private": true,
"main": "./dist/main.js",
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": "maas-ui-monorepo",
"version": "1.1.1-monorepo",
"version": "1.2.0-monorepo",
"private": true,
"license": "AGPL-3.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"webpack-merge": "4.2.2"
},
"dependencies": {
"@maas-ui/maas-ui": "1.1.1",
"@maas-ui/maas-ui-legacy": "0.1.0",
"@maas-ui/maas-ui": "1.2.0",
"@maas-ui/maas-ui-legacy": "1.2.0",
"single-spa": "5.5.0",
"vanilla-framework": "2.10.1"
}
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maas-ui/maas-ui",
"version": "1.1.1",
"version": "1.2.0",
"license": "AGPL-3.0",
"private": true,
"main": "dist/ui.js",
Expand Down

0 comments on commit 3f139fd

Please sign in to comment.