Skip to content

Commit

Permalink
v0.17.1-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMerz committed May 25, 2021
1 parent 79fabf5 commit 5e937a1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
}
},
"version": "0.17.0",
"version": "0.17.1-next.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bojagi/cli",
"version": "0.17.0",
"version": "0.17.1-next.0",
"description": "bojagi cli",
"homepage": "https://bojagi.io/docs",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests-storybook-6_1_x/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@bojagi/integration-tests-storybook-6_1_x",
"version": "0.17.0",
"version": "0.17.1-next.0",
"description": "storybook based integration tests",
"main": "index.js",
"private": true,
"devDependencies": {
"@babel/core": "7.12.10",
"@bojagi/cli": "^0.17.0",
"@bojagi/cli": "^0.17.1-next.0",
"@bojagi/integration-test-utils": "^0.17.0",
"@storybook/addon-actions": "^6.1.19",
"@storybook/addon-essentials": "^6.1.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests-storybook-6_2_x/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@bojagi/integration-tests-storybook-6_2_x",
"version": "0.17.0",
"version": "0.17.1-next.0",
"description": "storybook based integration tests",
"main": "index.js",
"private": true,
"devDependencies": {
"@babel/core": "7.12.10",
"@bojagi/cli": "^0.17.0",
"@bojagi/cli": "^0.17.1-next.0",
"@bojagi/integration-test-utils": "^0.17.0",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests-storybook-6_3_x/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@bojagi/integration-tests-storybook-6_3_x",
"version": "0.17.0",
"version": "0.17.1-next.0",
"description": "storybook based integration tests",
"main": "index.js",
"private": true,
"devDependencies": {
"@babel/core": "7.12.10",
"@bojagi/cli": "^0.17.0",
"@bojagi/cli": "^0.17.1-next.0",
"@bojagi/integration-test-utils": "^0.17.0",
"@storybook/addon-actions": "^6.3.0-alpha.43",
"@storybook/addon-essentials": "^6.3.0-alpha.43",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bojagi/integration-tests",
"version": "0.17.0",
"version": "0.17.1-next.0",
"description": "integration tests",
"homepage": "https://bojagi.io/docs",
"bin": {
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/Bojagi/issue-tracker/issues"
},
"dependencies": {
"@bojagi/cli": "^0.17.0",
"@bojagi/cli": "^0.17.1-next.0",
"@bojagi/integration-test-utils": "^0.17.0",
"react": "16.12.0",
"react-dom": "16.12.0",
Expand Down

0 comments on commit 5e937a1

Please sign in to comment.