Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMerz committed Feb 12, 2021
1 parent 34aa52f commit 6e7163c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.14.1-next.0",
"version": "0.14.1",
"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.14.1-next.0",
"version": "0.14.1",
"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.14.0-next.0",
"version": "0.14.1",
"description": "integration test utils",
"homepage": "https://bojagi.io/docs",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-tests-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bojagi/integration-tests-storybook",
"version": "0.14.1-next.0",
"version": "0.14.1",
"description": "storybook based integration tests",
"main": "index.js",
"private": true,
"devDependencies": {
"@babel/core": "7.12.10",
"@bojagi/cli": "^0.14.1-next.0",
"@bojagi/integration-test-utils": "^0.14.0-next.0",
"@bojagi/cli": "^0.14.1",
"@bojagi/integration-test-utils": "^0.14.1",
"@storybook/addon-actions": "6.1.16",
"@storybook/addon-essentials": "6.1.16",
"@storybook/addon-links": "6.1.16",
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.14.1-next.0",
"version": "0.14.1",
"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.14.1-next.0",
"@bojagi/integration-test-utils": "^0.14.0-next.0",
"@bojagi/cli": "^0.14.1",
"@bojagi/integration-test-utils": "^0.14.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"styled-components": "4.4.1",
Expand Down

0 comments on commit 6e7163c

Please sign in to comment.