From 85fdbbacfee335d41dea448bcf82de7224b9b37e Mon Sep 17 00:00:00 2001 From: Robert DeLuca Date: Tue, 18 Jun 2019 17:09:21 -0500 Subject: [PATCH] Publish - storybook-for-angular-integration-tests@3.0.3 - ember-example@6.0.3 - storybook-for-react-integration-tests@3.0.3 - storybook-for-vue-integration-tests@3.0.3 - @percy/storybook@3.1.0 --- integration-tests/storybook-for-angular/package.json | 4 ++-- integration-tests/storybook-for-ember/package.json | 4 ++-- integration-tests/storybook-for-react/package.json | 4 ++-- integration-tests/storybook-for-vue/package.json | 4 ++-- packages/percy-storybook/package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/integration-tests/storybook-for-angular/package.json b/integration-tests/storybook-for-angular/package.json index d854234b..786f6b86 100644 --- a/integration-tests/storybook-for-angular/package.json +++ b/integration-tests/storybook-for-angular/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "storybook-for-angular-integration-tests", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "scripts": { "ng": "ng", @@ -34,7 +34,7 @@ "@angular/cli": "1.6.4", "@angular/compiler-cli": "^5.1.0", "@angular/language-service": "^5.1.0", - "@percy/storybook": "^3.0.2", + "@percy/storybook": "^3.1.0", "@storybook/angular": "v5.1.0-alpha.26", "@types/jasmine": "~2.8.3", "@types/jasminewd2": "~2.0.2", diff --git a/integration-tests/storybook-for-ember/package.json b/integration-tests/storybook-for-ember/package.json index 20937006..fd8b08db 100644 --- a/integration-tests/storybook-for-ember/package.json +++ b/integration-tests/storybook-for-ember/package.json @@ -1,6 +1,6 @@ { "name": "ember-example", - "version": "6.0.2", + "version": "6.0.3", "private": true, "scripts": { "build": "ember build", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/core": "^7.1.2", - "@percy/storybook": "^3.0.2", + "@percy/storybook": "^3.1.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", diff --git a/integration-tests/storybook-for-react/package.json b/integration-tests/storybook-for-react/package.json index 3e84f5d8..346eb688 100644 --- a/integration-tests/storybook-for-react/package.json +++ b/integration-tests/storybook-for-react/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "storybook-for-react-integration-tests", - "version": "3.0.2", + "version": "3.0.3", "scripts": { "storybook": "start-storybook -p 9001 -c storybook -s ./storybook/public", "storybook:build": "build-storybook -c storybook -s ./storybook/public", @@ -19,7 +19,7 @@ }, "devDependencies": { "@percy-io/in-percy": "^0.1.11", - "@percy/storybook": "^3.0.2", + "@percy/storybook": "^3.1.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", diff --git a/integration-tests/storybook-for-vue/package.json b/integration-tests/storybook-for-vue/package.json index 62fa2ff8..216d6af0 100644 --- a/integration-tests/storybook-for-vue/package.json +++ b/integration-tests/storybook-for-vue/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "storybook-for-vue-integration-tests", - "version": "3.0.2", + "version": "3.0.3", "scripts": { "storybook": "start-storybook -p 9001 -c storybook -s ./storybook/public", "storybook:build": "build-storybook -c storybook -s ./storybook/public", @@ -18,7 +18,7 @@ }, "devDependencies": { "@babel/core": "^7.2.2", - "@percy/storybook": "^3.0.2", + "@percy/storybook": "^3.1.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", diff --git a/packages/percy-storybook/package.json b/packages/percy-storybook/package.json index b5c0c514..5b2ba3f3 100644 --- a/packages/percy-storybook/package.json +++ b/packages/percy-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@percy/storybook", - "version": "3.0.2", + "version": "3.1.0", "repository": { "type": "git", "url": "https://github.com/percy/percy-storybook.git"