Skip to content

Commit

Permalink
fix(integration): bump version and dependencies to 2.0.1 (#2043)
Browse files Browse the repository at this point in the history
* fix(integration): bump version and dependencies to 2.0.1

* fix(monorepo): bump version to 2.0.1
  • Loading branch information
sparkiegeek authored Jan 8, 2021
1 parent 03e5d6d commit 2be637f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "1.3.1",
"version": "2.0.1",
"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": "1.3.1",
"@maas-ui/maas-ui-shared": "2.0.1",
"concurrently": "5.3.0",
"cypress": "5.3.0",
"dotenv-flow": "3.2.0",
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.3.1-monorepo",
"version": "2.0.1-monorepo",
"private": true,
"license": "AGPL-3.0",
"scripts": {
Expand Down

0 comments on commit 2be637f

Please sign in to comment.