Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - storybook-for-angular-integration-tests@3.1.0
 - ember-example@6.1.0
 - storybook-for-react-integration-tests@3.1.0
 - storybook-for-vue-integration-tests@3.1.0
 - @percy/storybook@3.2.0
  • Loading branch information
Robdel12 committed Aug 20, 2019
1 parent 8c093fc commit de94834
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "3.0.3",
"version": "3.1.0",
"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/storybook": "^3.1.0",
"@percy/storybook": "^3.2.0",
"@storybook/angular": "v5.1.0-alpha.26",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/storybook-for-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-example",
"version": "6.0.3",
"version": "6.1.0",
"private": true,
"scripts": {
"build": "ember build",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@percy/storybook": "^3.1.0",
"@percy/storybook": "^3.2.0",
"@storybook/addon-a11y": "v5.1.0-alpha.26",
"@storybook/addon-actions": "v5.1.0-alpha.26",
"@storybook/addon-backgrounds": "v5.1.0-alpha.26",
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": "3.0.3",
"version": "3.1.0",
"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.11",
"@percy/storybook": "^3.1.0",
"@percy/storybook": "^3.2.0",
"@storybook/addon-actions": "v5.1.0-alpha.26",
"@storybook/addon-info": "v5.1.0-alpha.26",
"@storybook/addon-knobs": "v5.1.0-alpha.26",
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": "3.0.3",
"version": "3.1.0",
"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": {
"@babel/core": "^7.2.2",
"@percy/storybook": "^3.1.0",
"@percy/storybook": "^3.2.0",
"@storybook/addon-actions": "v5.1.0-alpha.26",
"@storybook/addon-info": "v5.1.0-alpha.26",
"@storybook/addon-knobs": "v5.1.0-alpha.26",
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/storybook",
"version": "3.1.0",
"version": "3.2.0",
"repository": {
"type": "git",
"url": "https://github.com/percy/percy-storybook.git"
Expand Down

0 comments on commit de94834

Please sign in to comment.