Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - storybook-for-angular-integration-tests@2.0.1
 - storybook-for-react-integration-tests@2.0.1
 - storybook-for-vue-integration-tests@2.0.1
 - @percy-io/percy-storybook@2.1.0
  • Loading branch information
maprules1000 committed Sep 14, 2018
1 parent de35a1e commit 0d47da3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions integration-tests/storybook-for-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "storybook-for-angular-integration-tests",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@angular/cli": "1.6.4",
"@angular/compiler-cli": "^5.1.0",
"@angular/language-service": "^5.1.0",
"@percy-io/percy-storybook": "^2.0.0",
"@percy-io/percy-storybook": "^2.1.0",
"@storybook/angular": "^3.4.0-alpha.4",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
Expand Down
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": "2.0.0",
"version": "2.0.1",
"scripts": {
"storybook": "start-storybook -p 9001 -c storybook -s ./storybook/public",
"storybook:build": "build-storybook -c storybook -s ./storybook/public",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@percy-io/in-percy": "^0.1.10",
"@percy-io/percy-storybook": "^2.0.0",
"@percy-io/percy-storybook": "^2.1.0",
"@storybook/addon-actions": "^4.0.0-alpha.4",
"@storybook/addon-info": "^4.0.0-alpha.4",
"@storybook/addon-knobs": "^4.0.0-alpha.4",
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": "2.0.0",
"version": "2.0.1",
"scripts": {
"storybook": "start-storybook -p 9001 -c storybook -s ./storybook/public",
"storybook:build": "build-storybook -c storybook -s ./storybook/public",
Expand All @@ -17,7 +17,7 @@
"vuex": "^3.0.1"
},
"devDependencies": {
"@percy-io/percy-storybook": "^2.0.0",
"@percy-io/percy-storybook": "^2.1.0",
"@storybook/addon-actions": "^3.4.0-alpha.4",
"@storybook/addon-info": "^3.4.0-alpha.4",
"@storybook/addon-knobs": "^3.4.0-alpha.4",
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": "2.0.0",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/percy/percy-storybook.git"
Expand Down

0 comments on commit 0d47da3

Please sign in to comment.