From c8b0ca32087bb030216a28dc64ea12efd48b473b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ovidiu=20Chereche=C8=99?= Date: Tue, 12 Dec 2017 13:13:55 +0100 Subject: [PATCH] v3.2.0-3 --- examples/apollo/package.json | 4 ++-- examples/axios/package.json | 4 ++-- examples/browserify/package.json | 6 +++--- examples/context/package.json | 4 ++-- examples/fetch/package.json | 4 ++-- examples/local-state-old-fixtures/package.json | 4 ++-- examples/local-state/package.json | 4 ++-- examples/localstorage/package.json | 4 ++-- examples/mixed-paths/package.json | 4 ++-- examples/normalize-props-proxy/package.json | 4 ++-- examples/react-router/package.json | 4 ++-- examples/source-map/package.json | 4 ++-- examples/webpack-commons-chunk/package.json | 4 ++-- examples/webpack-dll/package.json | 4 ++-- lerna.json | 2 +- packages/react-cosmos-loader/package.json | 4 ++-- packages/react-cosmos-playground/package.json | 8 ++++---- packages/react-cosmos-state-proxy/package.json | 2 +- packages/react-cosmos-telescope/package.json | 6 +++--- packages/react-cosmos-test/package.json | 4 ++-- packages/react-cosmos/package.json | 6 +++--- 21 files changed, 45 insertions(+), 45 deletions(-) diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 2058f775ae..ca93a19396 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-apollo-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of mocking the Apollo Client", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/apollo", "license": "MIT", @@ -9,7 +9,7 @@ }, "dependencies": { "react-apollo": "^1.4.15", - "react-cosmos": "^3.2.0-2", + "react-cosmos": "^3.2.0-3", "react-cosmos-apollo-proxy": "^3.1.1", "react-cosmos-shared": "^3.1.1" }, diff --git a/examples/axios/package.json b/examples/axios/package.json index e5a5aec529..3130dd03b0 100644 --- a/examples/axios/package.json +++ b/examples/axios/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-axios-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of mocking Axios (XMLHttpRequest)", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/axios", "license": "MIT", @@ -9,7 +9,7 @@ }, "dependencies": { "axios": "^0.16.2", - "react-cosmos": "^3.2.0-2", + "react-cosmos": "^3.2.0-3", "react-cosmos-xhr-proxy": "^3.1.1" }, "xo": false, diff --git a/examples/browserify/package.json b/examples/browserify/package.json index 48b9d3d0e5..589047f0a7 100644 --- a/examples/browserify/package.json +++ b/examples/browserify/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-browserify-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of using Cosmos with Browserify", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/browserify", "license": "MIT", @@ -11,8 +11,8 @@ "babelify": "^7.3.0", "budo": "^9.2.1", "prop-types": "^15.5.10", - "react-cosmos-loader": "^3.2.0-2", - "react-cosmos-playground": "^3.2.0-2", + "react-cosmos-loader": "^3.2.0-3", + "react-cosmos-playground": "^3.2.0-3", "react-cosmos-shared": "^3.1.1", "react-cosmos-voyager2": "^3.1.1", "require-globify": "^1.4.1" diff --git a/examples/context/package.json b/examples/context/package.json index ac34e20a5f..4bfdd43d28 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-context-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of mocking component context", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/context", "license": "MIT", @@ -9,7 +9,7 @@ }, "dependencies": { "prop-types": "^15.5.10", - "react-cosmos": "^3.2.0-2", + "react-cosmos": "^3.2.0-3", "react-cosmos-context-proxy": "^3.1.1" }, "xo": false, diff --git a/examples/fetch/package.json b/examples/fetch/package.json index e2ae75b59a..1368031cb3 100644 --- a/examples/fetch/package.json +++ b/examples/fetch/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-fetch-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of mocking the fetch API", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/fetch", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos" }, "dependencies": { - "react-cosmos": "^3.2.0-2", + "react-cosmos": "^3.2.0-3", "react-cosmos-fetch-proxy": "^3.1.1" }, "xo": false, diff --git a/examples/local-state-old-fixtures/package.json b/examples/local-state-old-fixtures/package.json index c53fb113ef..9a627947fb 100644 --- a/examples/local-state-old-fixtures/package.json +++ b/examples/local-state-old-fixtures/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-local-state-old-fixtures-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of injecting and serializing component local state", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/local-state", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos" }, "dependencies": { - "react-cosmos": "^3.2.0-2" + "react-cosmos": "^3.2.0-3" }, "xo": false, "private": true diff --git a/examples/local-state/package.json b/examples/local-state/package.json index 9eb78fe60e..959532dc5e 100644 --- a/examples/local-state/package.json +++ b/examples/local-state/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-local-state-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of injecting and serializing component local state", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/local-state", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos" }, "dependencies": { - "react-cosmos": "^3.2.0-2" + "react-cosmos": "^3.2.0-3" }, "xo": false, "private": true diff --git a/examples/localstorage/package.json b/examples/localstorage/package.json index 50c3125f73..386d6fe7ce 100644 --- a/examples/localstorage/package.json +++ b/examples/localstorage/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-localstorage-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of mocking the localstorage API", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/localstorage", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos" }, "dependencies": { - "react-cosmos": "^3.2.0-2", + "react-cosmos": "^3.2.0-3", "react-cosmos-localstorage-proxy": "^3.1.1" }, "xo": false, diff --git a/examples/mixed-paths/package.json b/examples/mixed-paths/package.json index ff5c4beee2..a1d35de8c8 100644 --- a/examples/mixed-paths/package.json +++ b/examples/mixed-paths/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-mixed-paths-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of combining relative and module component paths", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/mixed-paths", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos" }, "dependencies": { - "react-cosmos": "^3.2.0-2" + "react-cosmos": "^3.2.0-3" }, "xo": false, "private": true diff --git a/examples/normalize-props-proxy/package.json b/examples/normalize-props-proxy/package.json index 91d7e3163d..756bce8ec7 100644 --- a/examples/normalize-props-proxy/package.json +++ b/examples/normalize-props-proxy/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-normalize-props-proxy-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of using normalize-props-proxy", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/normalize-props-proxy", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos" }, "dependencies": { - "react-cosmos": "^3.2.0-2", + "react-cosmos": "^3.2.0-3", "react-cosmos-normalize-props-proxy": "^3.1.1" }, "xo": false, diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 713160daf1..3fbd0b50e7 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-react-router-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of React Router proxy integration", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/react-router", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos" }, "dependencies": { - "react-cosmos": "^3.2.0-2", + "react-cosmos": "^3.2.0-3", "react-cosmos-router-proxy": "^3.1.1", "react-router": "^4.1.2", "react-router-dom": "^4.1.2" diff --git a/examples/source-map/package.json b/examples/source-map/package.json index a41b9d32ca..3d8c8aee70 100644 --- a/examples/source-map/package.json +++ b/examples/source-map/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-source-map-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of configuring source maps in the Cosmos build", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/source-map", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos" }, "dependencies": { - "react-cosmos": "^3.2.0-2" + "react-cosmos": "^3.2.0-3" }, "xo": false, "private": true diff --git a/examples/webpack-commons-chunk/package.json b/examples/webpack-commons-chunk/package.json index 7739e2be25..d63c12713e 100644 --- a/examples/webpack-commons-chunk/package.json +++ b/examples/webpack-commons-chunk/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-webpack-commons-chunk-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of webpack & CommonsChunkPlugin", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/webpack-commons-chunk", "license": "MIT", @@ -9,7 +9,7 @@ }, "dependencies": { "moment": "^2.18.1", - "react-cosmos": "^3.2.0-2" + "react-cosmos": "^3.2.0-3" }, "xo": false, "private": true diff --git a/examples/webpack-dll/package.json b/examples/webpack-dll/package.json index 744493b273..0218e170d1 100644 --- a/examples/webpack-dll/package.json +++ b/examples/webpack-dll/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-webpack-dll-example", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Example of webpack & DllPlugin", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/webpack-dll", "license": "MIT", @@ -10,7 +10,7 @@ }, "dependencies": { "moment": "^2.18.1", - "react-cosmos": "^3.2.0-2" + "react-cosmos": "^3.2.0-3" }, "devDependencies": { "add-asset-html-webpack-plugin": "^2.0.1" diff --git a/lerna.json b/lerna.json index 55cfc994c6..1f397c0f2c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.1.0", - "version": "3.2.0-2", + "version": "3.2.0-3", "npmClient": "yarn", "useWorkspaces": true, "commands": { diff --git a/packages/react-cosmos-loader/package.json b/packages/react-cosmos-loader/package.json index ff3c5ae29c..88b1154619 100644 --- a/packages/react-cosmos-loader/package.json +++ b/packages/react-cosmos-loader/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-loader", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Loader for rendering React components in isolation", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-loader", "license": "MIT", @@ -14,7 +14,7 @@ "lodash.merge": "^4.6.0", "prop-types": "^15.5.10", "react-cosmos-shared": "^3.1.1", - "react-cosmos-state-proxy": "^3.2.0-2" + "react-cosmos-state-proxy": "^3.2.0-3" }, "xo": false } diff --git a/packages/react-cosmos-playground/package.json b/packages/react-cosmos-playground/package.json index c959304b1f..897ee58799 100644 --- a/packages/react-cosmos-playground/package.json +++ b/packages/react-cosmos-playground/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-playground", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Dev tool for creating reusable React components", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-playground", "license": "MIT", @@ -23,9 +23,9 @@ "lodash.sortby": "^4.7.0", "prop-types": "^15.5.10", "react-cosmos-fetch-proxy": "^3.1.1", - "react-cosmos-loader": "^3.2.0-2", - "react-cosmos-state-proxy": "^3.2.0-2", - "react-cosmos-test": "^3.2.0-2", + "react-cosmos-loader": "^3.2.0-3", + "react-cosmos-state-proxy": "^3.2.0-3", + "react-cosmos-test": "^3.2.0-3", "react-querystring-router": "^3.1.1" }, "xo": false diff --git a/packages/react-cosmos-state-proxy/package.json b/packages/react-cosmos-state-proxy/package.json index 840fec841b..8dd6e7a611 100644 --- a/packages/react-cosmos-state-proxy/package.json +++ b/packages/react-cosmos-state-proxy/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-state-proxy", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Mock React component state via fixtures", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-state-proxy", "license": "MIT", diff --git a/packages/react-cosmos-telescope/package.json b/packages/react-cosmos-telescope/package.json index 63f3905b3c..b93ded75de 100644 --- a/packages/react-cosmos-telescope/package.json +++ b/packages/react-cosmos-telescope/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-telescope", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "Uses Jest snapshots to test your code for changes", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-telescope", "license": "MIT", @@ -10,9 +10,9 @@ "main": "lib/index.js", "dependencies": { "react-cosmos-config": "^3.1.1", - "react-cosmos-loader": "^3.2.0-2", + "react-cosmos-loader": "^3.2.0-3", "react-cosmos-shared": "^3.1.1", - "react-cosmos-state-proxy": "^3.2.0-2", + "react-cosmos-state-proxy": "^3.2.0-3", "react-cosmos-voyager2": "^3.1.1", "react-test-renderer": "^16.1.0" }, diff --git a/packages/react-cosmos-test/package.json b/packages/react-cosmos-test/package.json index d093ab331f..f6937db1ba 100644 --- a/packages/react-cosmos-test/package.json +++ b/packages/react-cosmos-test/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-test", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "APIs for testing Cosmos fixtures in headless environments", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-test", "license": "MIT", @@ -11,7 +11,7 @@ ], "dependencies": { "react-cosmos-config": "^3.1.1", - "react-cosmos-loader": "^3.2.0-2", + "react-cosmos-loader": "^3.2.0-3", "react-cosmos-shared": "^3.1.1", "traverse": "^0.6.6" }, diff --git a/packages/react-cosmos/package.json b/packages/react-cosmos/package.json index 3512675fe3..240fd3ba61 100644 --- a/packages/react-cosmos/package.json +++ b/packages/react-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos", - "version": "3.2.0-2", + "version": "3.2.0-3", "description": "CLI for running React Cosmos inside webpack-powered apps", "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos", "license": "MIT", @@ -17,8 +17,8 @@ "import-from": "^2.1.0", "lodash.omit": "^4.5.0", "react-cosmos-config": "^3.1.1", - "react-cosmos-loader": "^3.2.0-2", - "react-cosmos-playground": "^3.2.0-2", + "react-cosmos-loader": "^3.2.0-3", + "react-cosmos-playground": "^3.2.0-3", "react-cosmos-shared": "^3.1.1", "react-cosmos-voyager": "^3.1.1", "react-cosmos-voyager2": "^3.1.1",