Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - storybook-for-react-integration-tests@1.1.6
 - storybook-for-vue-integration-tests@1.1.6
 - @percy-io/percy-storybook@1.2.3
  • Loading branch information
timhaines committed Sep 6, 2017
1 parent dae3724 commit 7fa3fda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions integration-tests/storybook-for-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "storybook-for-react-integration-tests",
"version": "1.1.5",
"version": "1.1.6",
"scripts": {
"storybook": "start-storybook -p 9001 -c storybook -s ./storybook/public",
"storybook:build": "build-storybook -c storybook -s ./storybook/public",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@percy-io/in-percy": "^0.1.7",
"@percy-io/percy-storybook": "^1.2.2",
"@percy-io/percy-storybook": "^1.2.3",
"@storybook/addon-actions": "^3.2.0",
"@storybook/addon-info": "^3.2.4",
"@storybook/addon-knobs": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/storybook-for-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "storybook-for-vue-integration-tests",
"version": "1.1.5",
"version": "1.1.6",
"scripts": {
"storybook": "start-storybook -p 9001 -c storybook -s ./storybook/public",
"storybook:build": "build-storybook -c storybook -s ./storybook/public",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@percy-io/in-percy": "^0.1.7",
"@percy-io/percy-storybook": "^1.2.2",
"@percy-io/percy-storybook": "^1.2.3",
"@storybook/addon-actions": "^3.2.0",
"@storybook/addon-info": "^3.2.4",
"@storybook/addon-knobs": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/percy-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy-io/percy-storybook",
"version": "1.2.2",
"version": "1.2.3",
"repository": {
"type": "git",
"url": "https://github.com/percy/percy-storybook.git"
Expand Down

0 comments on commit 7fa3fda

Please sign in to comment.