Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
timhaines committed Sep 9, 2017
1 parent 5b242d4 commit 79a3e5a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions integration-tests/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"dependencies": {
"react": "^15.6.1",
Expand All @@ -10,7 +10,7 @@
"react-scripts": "1.0.11"
},
"devDependencies": {
"@percy-io/react-percy": "^0.2.4",
"@percy-io/react-percy": "^0.2.5",
"webpack": "^3.5.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/react-percy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-percy-integration-tests",
"version": "1.2.3",
"version": "1.2.4",
"scripts": {
"percy": "react-percy --config webpack/webpack.config.js"
},
Expand All @@ -11,7 +11,7 @@
"react-dom": "^15.6.1"
},
"devDependencies": {
"@percy-io/react-percy": "^0.2.4",
"@percy-io/react-percy": "^0.2.5",
"babel-loader": "^7.1.2",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-percy-ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy-io/react-percy-ci",
"version": "0.2.4",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "https://github.com/percy/react-percy.git"
Expand All @@ -18,7 +18,7 @@
"@percy-io/percy-snapshot-render-react": "^0.2.3",
"@percy-io/react-percy-api-client": "^0.2.3",
"@percy-io/react-percy-test-framework": "^0.2.3",
"@percy-io/react-percy-webpack": "^0.2.4",
"@percy-io/react-percy-webpack": "^0.2.5",
"babel-runtime": "^6.26.0",
"chalk": "^2.0.1",
"debug": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-percy-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy-io/react-percy-config",
"version": "0.2.3",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "https://github.com/percy/react-percy.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-percy-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy-io/react-percy-webpack",
"version": "0.2.4",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "https://github.com/percy/react-percy.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-percy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@percy-io/react-percy",
"description": "",
"version": "0.2.4",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "https://github.com/percy/react-percy.git"
Expand Down Expand Up @@ -33,9 +33,9 @@
"webpack"
],
"dependencies": {
"@percy-io/react-percy-ci": "^0.2.4",
"@percy-io/react-percy-config": "^0.2.3",
"@percy-io/react-percy-webpack": "^0.2.4",
"@percy-io/react-percy-ci": "^0.2.5",
"@percy-io/react-percy-config": "^0.2.4",
"@percy-io/react-percy-webpack": "^0.2.5",
"babel-runtime": "^6.26.0",
"chalk": "^2.0.1",
"yargs": "^7.0.2"
Expand Down

0 comments on commit 79a3e5a

Please sign in to comment.