Skip to content

Commit

Permalink
v1.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Jun 19, 2018
1 parent 321638b commit 0f4d7f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compositor/kit-cli",
"version": "1.0.42",
"version": "1.0.43",
"description": "Compositor Kit CLI",
"license": "MIT",
"repository": "c8r/kit-cli",
Expand All @@ -20,7 +20,7 @@
"src"
],
"dependencies": {
"@compositor/kit": "^1.0.42",
"@compositor/kit": "^1.0.43",
"@compositor/log": "^1.0.0-0",
"@compositor/x0": "^5.0.8",
"babel-plugin-transform-react-jsx": "^6.24.1",
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@compositor/kit",
"description": "Components for development environments, style guides, and demos",
"author": "Compositor",
"version": "1.0.42",
"version": "1.0.43",
"main": "dist/index.js",
"files": [
"dist"
Expand Down Expand Up @@ -44,7 +44,7 @@
"styled-system": "^2.2.1"
},
"devDependencies": {
"@compositor/kit-cli": "^1.0.42",
"@compositor/kit-cli": "^1.0.43",
"babel-cli": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions create-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-kit",
"version": "1.0.42",
"version": "1.0.43",
"description": "",
"bin": {
"create-kit": "./node_modules/@compositor/kit-cli/cli.js"
Expand All @@ -12,6 +12,6 @@
"author": "Compositor",
"license": "MIT",
"dependencies": {
"@compositor/kit-cli": "^1.0.42"
"@compositor/kit-cli": "^1.0.43"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"storybook",
"webfont"
],
"version": "1.0.42"
"version": "1.0.43"
}

0 comments on commit 0f4d7f1

Please sign in to comment.