Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tchock committed May 17, 2021
1 parent aa4a137 commit 5946a1e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.16.2-next.0",
"version": "0.17.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.16.2-next.0",
"version": "0.17.0",
"description": "bojagi cli",
"homepage": "https://bojagi.io/docs",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bojagi/integration-test-utils",
"version": "0.16.2-next.0",
"version": "0.17.0",
"description": "integration test utils",
"homepage": "https://bojagi.io/docs",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-tests-storybook-6_1_x/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bojagi/integration-tests-storybook-6_1_x",
"version": "0.16.2-next.0",
"version": "0.17.0",
"description": "storybook based integration tests",
"main": "index.js",
"private": true,
"devDependencies": {
"@babel/core": "7.12.10",
"@bojagi/cli": "^0.16.2-next.0",
"@bojagi/integration-test-utils": "^0.16.2-next.0",
"@bojagi/cli": "^0.17.0",
"@bojagi/integration-test-utils": "^0.17.0",
"@storybook/addon-actions": "^6.1.19",
"@storybook/addon-essentials": "^6.1.19",
"@storybook/addon-links": "^6.1.19",
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-tests-storybook-6_2_x/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bojagi/integration-tests-storybook-6_2_x",
"version": "0.16.2-next.0",
"version": "0.17.0",
"description": "storybook based integration tests",
"main": "index.js",
"private": true,
"devDependencies": {
"@babel/core": "7.12.10",
"@bojagi/cli": "^0.16.2-next.0",
"@bojagi/integration-test-utils": "^0.16.2-next.0",
"@bojagi/cli": "^0.17.0",
"@bojagi/integration-test-utils": "^0.17.0",
"@storybook/addon-actions": "^6.2.0-beta.1",
"@storybook/addon-essentials": "^6.2.0-beta.1",
"@storybook/addon-links": "^6.2.0-beta.1",
Expand Down
6 changes: 3 additions & 3 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.16.2-next.0",
"version": "0.17.0",
"description": "integration tests",
"homepage": "https://bojagi.io/docs",
"bin": {
Expand All @@ -19,8 +19,8 @@
"url": "https://github.com/Bojagi/issue-tracker/issues"
},
"dependencies": {
"@bojagi/cli": "^0.16.2-next.0",
"@bojagi/integration-test-utils": "^0.16.2-next.0",
"@bojagi/cli": "^0.17.0",
"@bojagi/integration-test-utils": "^0.17.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"styled-components": "4.4.1",
Expand Down

0 comments on commit 5946a1e

Please sign in to comment.