Skip to content

Commit

Permalink
build(all): prepare 2.1.0 [2.9.3] release
Browse files Browse the repository at this point in the history
Update the version numbers for the 2.1.0 [2.9.3] release.

Fixes: canonical/MAAS-squad#2376.
  • Loading branch information
huwshimi committed Mar 23, 2021
1 parent 4948e38 commit dd3af77
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maas-ui/maas-ui-integration",
"private": true,
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"clean": "rm -rf node_modules",
"cypress-test": "yarn --cwd ../shared build && start-server-and-test serve-frontends '8401|8402' serve-base 'tcp:8400|8404' cypress-run",
Expand All @@ -11,7 +11,7 @@
"cypress-open": "yarn cypress open -c baseUrl=http://0.0.0.0:8400"
},
"devDependencies": {
"@maas-ui/maas-ui-shared": "2.0.1",
"@maas-ui/maas-ui-shared": "2.1.0",
"concurrently": "5.3.0",
"cypress": "5.3.0",
"dotenv-flow": "3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maas-ui/maas-ui-legacy",
"version": "2.0.1",
"version": "2.1.0",
"license": "AGPL-3.0",
"private": true,
"main": "./dist/main.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"webpack-merge": "5.2.0"
},
"dependencies": {
"@maas-ui/maas-ui-shared": "2.0.1",
"@maas-ui/maas-ui-shared": "2.1.0",
"@sentry/browser": "5.25.0",
"@sentry/integrations": "5.25.0",
"@uirouter/angularjs": "1.0.28",
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": "2.0.1-monorepo",
"version": "2.1.0-monorepo",
"private": true,
"license": "AGPL-3.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maas-ui/maas-ui-proxy",
"private": true,
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"build-root-css": "cd ../root && [ -f dist/assets/css/root-application.css ] || { yarn install; node-sass --importer=../node_modules/node-sass-tilde-importer src/scss/base.scss dist/assets/css/root-application.css; }",
"build-shared": "cd ../shared && yarn build",
Expand All @@ -22,7 +22,7 @@
"watch-shared": "cd ../shared && yarn watch"
},
"devDependencies": {
"@maas-ui/maas-ui-shared": "2.0.1",
"@maas-ui/maas-ui-shared": "2.1.0",
"concurrently": "5.3.0",
"dotenv-flow": "3.2.0",
"http-proxy-middleware": "1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions root/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maas-ui/maas-ui-root",
"version": "2.0.1",
"version": "2.1.0",
"description": "SingleSPA app which registers maas-ui-legacy and maas-ui apps.",
"main": "src/root-application.js",
"scripts": {
Expand Down Expand Up @@ -49,9 +49,9 @@
"webpack-merge": "5.2.0"
},
"dependencies": {
"@maas-ui/maas-ui": "2.0.1",
"@maas-ui/maas-ui-legacy": "2.0.1",
"@maas-ui/maas-ui-shared": "2.0.1",
"@maas-ui/maas-ui": "2.1.0",
"@maas-ui/maas-ui-legacy": "2.1.0",
"@maas-ui/maas-ui-shared": "2.1.0",
"single-spa": "5.6.1",
"vanilla-framework": "2.19.1"
}
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maas-ui/maas-ui-shared",
"version": "2.0.1",
"version": "2.1.0",
"license": "AGPL-3.0",
"private": true,
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maas-ui/maas-ui",
"version": "2.0.1",
"version": "2.1.0",
"license": "AGPL-3.0",
"private": true,
"main": "dist/ui.js",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@canonical/macaroon-bakery": "0.3.0",
"@canonical/react-components": "0.13.0",
"@maas-ui/maas-ui-shared": "2.0.1",
"@maas-ui/maas-ui-shared": "2.1.0",
"@reduxjs/toolkit": "1.4.0",
"@sentry/browser": "5.25.0",
"@types/classnames": "2.2.10",
Expand Down

0 comments on commit dd3af77

Please sign in to comment.