Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - storybook-for-angular-integration-tests@3.0.0
 - ember-example@6.0.0
 - storybook-for-react-integration-tests@3.0.0
 - storybook-for-vue-integration-tests@3.0.0
 - @percy/percy-storybook@3.0.0
  • Loading branch information
timhaines committed Apr 4, 2019
1 parent cb81c3b commit f5ce9fa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.1",
"version": "3.0.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/percy-storybook": "^2.1.0",
"@percy/percy-storybook": "^3.0.0",
"@storybook/angular": "5.0.0",
"@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": "5.0.0",
"version": "6.0.0",
"private": true,
"scripts": {
"build": "ember build",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@percy/percy-storybook": "^2.1.0",
"@percy/percy-storybook": "^3.0.0",
"@storybook/addon-a11y": "5.0.0",
"@storybook/addon-actions": "5.0.0",
"@storybook/addon-backgrounds": "5.0.0",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "3.0.0",
"scripts": {
"storybook": "start-storybook -p 9001 -c storybook -s ./storybook/public",
"storybook:build": "build-storybook -c storybook -s ./storybook/public",
Expand All @@ -19,13 +19,13 @@
},
"devDependencies": {
"@percy-io/in-percy": "^0.1.11",
"@percy/percy-storybook": "^2.1.0",
"@storybook/addons": "5.0.0",
"@percy/percy-storybook": "^3.0.0",
"@storybook/addon-actions": "5.0.0",
"@storybook/addon-info": "5.0.0",
"@storybook/addon-knobs": "5.0.0",
"@storybook/addon-links": "5.0.0",
"@storybook/addon-options": "5.0.0",
"@storybook/addons": "5.0.0",
"@storybook/react": "5.0.0"
}
}
6 changes: 3 additions & 3 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.1",
"version": "3.0.0",
"scripts": {
"storybook": "start-storybook -p 9001 -c storybook -s ./storybook/public",
"storybook:build": "build-storybook -c storybook -s ./storybook/public",
Expand All @@ -18,13 +18,13 @@
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@percy/percy-storybook": "^2.1.0",
"@storybook/addons": "5.0.0",
"@percy/percy-storybook": "^3.0.0",
"@storybook/addon-actions": "5.0.0",
"@storybook/addon-info": "5.0.0",
"@storybook/addon-knobs": "5.0.0",
"@storybook/addon-links": "5.0.0",
"@storybook/addon-options": "5.0.0",
"@storybook/addons": "5.0.0",
"@storybook/vue": "5.0.0",
"babel-loader": "^8.0.5",
"babel-preset-vue": "^2.0.2",
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/percy-storybook",
"version": "2.1.0",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/percy/percy-storybook.git"
Expand Down

0 comments on commit f5ce9fa

Please sign in to comment.