diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 1bb2892d..3f8fcbe3 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-apollo-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of mocking the Apollo Client", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -19,7 +19,7 @@ "lodash": "^4.17.11", "react-apollo": "^2.2.4", "react-cosmos-apollo-proxy": "^4.8.2", - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-cosmos-shared": "^4.8.2" }, "private": true diff --git a/examples/axios/package.json b/examples/axios/package.json index 931a4597..f20f2beb 100644 --- a/examples/axios/package.json +++ b/examples/axios/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-axios-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of mocking Axios (XMLHttpRequest)", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -9,7 +9,7 @@ }, "dependencies": { "axios": "^0.18.0", - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-cosmos-xhr-proxy": "^4.8.2" }, "private": true diff --git a/examples/browserify/package.json b/examples/browserify/package.json index a9766325..3c1218bd 100644 --- a/examples/browserify/package.json +++ b/examples/browserify/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-browserify-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of using Cosmos with Browserify", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -12,7 +12,7 @@ "budo": "^9.2.1", "prop-types": "^15.6.2", "react-cosmos-loader": "^4.8.4", - "react-cosmos-playground": "^4.8.4", + "react-cosmos-playground": "^4.8.5", "react-cosmos-shared": "^4.8.2", "react-cosmos-voyager2": "^4.8.2", "require-globify": "^1.4.1" diff --git a/examples/context/package.json b/examples/context/package.json index d12e7238..8625298e 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-context-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of mocking component context", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -9,7 +9,7 @@ }, "dependencies": { "prop-types": "^15.6.2", - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-cosmos-context-proxy": "^4.8.2" }, "private": true diff --git a/examples/fetch/package.json b/examples/fetch/package.json index 0f551c94..067a0805 100644 --- a/examples/fetch/package.json +++ b/examples/fetch/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-fetch-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of mocking the fetch API", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos-classic" }, "dependencies": { - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-cosmos-fetch-proxy": "^4.8.2" }, "private": true diff --git a/examples/local-state-old-fixtures/package.json b/examples/local-state-old-fixtures/package.json index 5c4cd9fe..a9504925 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": "4.8.4", + "version": "4.8.5", "description": "Example of injecting and serializing component local state", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos-classic" }, "dependencies": { - "react-cosmos-classic": "^4.8.4" + "react-cosmos-classic": "^4.8.5" }, "private": true } diff --git a/examples/local-state/package.json b/examples/local-state/package.json index c9303a93..a1658c80 100644 --- a/examples/local-state/package.json +++ b/examples/local-state/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-local-state-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of injecting and serializing component local state", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -10,7 +10,7 @@ }, "dependencies": { "async-until": "^1.2.2", - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-cosmos-test": "^4.8.4" }, "private": true diff --git a/examples/localstorage/package.json b/examples/localstorage/package.json index d9f4c1f2..122dab01 100644 --- a/examples/localstorage/package.json +++ b/examples/localstorage/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-localstorage-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of mocking the localstorage API", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos-classic" }, "dependencies": { - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-cosmos-localstorage-proxy": "^4.8.2" }, "private": true diff --git a/examples/mixed-paths/package.json b/examples/mixed-paths/package.json index 71e26270..e32ef043 100644 --- a/examples/mixed-paths/package.json +++ b/examples/mixed-paths/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-mixed-paths-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of combining relative and module component paths", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos-classic" }, "dependencies": { - "react-cosmos-classic": "^4.8.4" + "react-cosmos-classic": "^4.8.5" }, "private": true } diff --git a/examples/normalize-props-proxy/package.json b/examples/normalize-props-proxy/package.json index 3b491bab..1c7fad80 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": "4.8.4", + "version": "4.8.5", "description": "Example of using normalize-props-proxy", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos-classic" }, "dependencies": { - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-cosmos-normalize-props-proxy": "^4.8.2" }, "private": true diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 429d3aa3..f8f69ebf 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-react-router-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of React Router proxy integration", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos-classic" }, "dependencies": { - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-cosmos-router-proxy": "^4.8.2", "react-router": "^4.3.1", "react-router-dom": "^4.3.1" diff --git a/examples/redux/package.json b/examples/redux/package.json index 67ae3727..2d7f46dc 100644 --- a/examples/redux/package.json +++ b/examples/redux/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-redux-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of redux components", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos-classic" }, "dependencies": { - "react-cosmos-classic": "^4.8.4", + "react-cosmos-classic": "^4.8.5", "react-redux": "^5.1.1", "redux": "^4.0.1", "redux-devtools-extension": "^2.13.7", diff --git a/examples/source-map/package.json b/examples/source-map/package.json index 38128e32..02a54e76 100644 --- a/examples/source-map/package.json +++ b/examples/source-map/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-source-map-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of configuring source maps in the Cosmos build", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -8,7 +8,7 @@ "start": "cosmos-classic" }, "dependencies": { - "react-cosmos-classic": "^4.8.4" + "react-cosmos-classic": "^4.8.5" }, "private": true } diff --git a/examples/webpack-commons-chunk/package.json b/examples/webpack-commons-chunk/package.json index f58779c5..207d456c 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": "4.8.4", + "version": "4.8.5", "description": "Example of webpack & optimization.splitChunks", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -9,7 +9,7 @@ }, "dependencies": { "moment": "^2.24.0", - "react-cosmos-classic": "^4.8.4" + "react-cosmos-classic": "^4.8.5" }, "private": true } diff --git a/examples/webpack-dll/package.json b/examples/webpack-dll/package.json index d87e7fe0..c6f88033 100644 --- a/examples/webpack-dll/package.json +++ b/examples/webpack-dll/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-webpack-dll-example", - "version": "4.8.4", + "version": "4.8.5", "description": "Example of webpack & DllPlugin", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/examples", "license": "MIT", @@ -10,7 +10,7 @@ }, "dependencies": { "moment": "^2.24.0", - "react-cosmos-classic": "^4.8.4" + "react-cosmos-classic": "^4.8.5" }, "devDependencies": { "add-asset-html-webpack-plugin": "^3.1.3" diff --git a/lerna.json b/lerna.json index b8742c28..33dd5062 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.8.4", + "version": "4.8.5", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/react-cosmos-classic/package.json b/packages/react-cosmos-classic/package.json index 5c8a07ff..9105eaeb 100644 --- a/packages/react-cosmos-classic/package.json +++ b/packages/react-cosmos-classic/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-classic", - "version": "4.8.4", + "version": "4.8.5", "description": "CLI for running React Cosmos inside webpack-powered apps", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-cosmos-classic", "license": "MIT", @@ -17,7 +17,7 @@ "object.values": "^1.1.0", "react-cosmos-config": "^4.8.2", "react-cosmos-loader": "^4.8.4", - "react-cosmos-playground": "^4.8.4", + "react-cosmos-playground": "^4.8.5", "react-cosmos-shared": "^4.8.2", "react-cosmos-voyager": "^4.8.2", "react-cosmos-voyager2": "^4.8.2", diff --git a/packages/react-cosmos-playground/package.json b/packages/react-cosmos-playground/package.json index 2d518345..1d1f6116 100644 --- a/packages/react-cosmos-playground/package.json +++ b/packages/react-cosmos-playground/package.json @@ -1,6 +1,6 @@ { "name": "react-cosmos-playground", - "version": "4.8.4", + "version": "4.8.5", "description": "Dev tool for creating reusable React components", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-cosmos-playground", "license": "MIT", @@ -23,7 +23,7 @@ "react-cosmos-state-proxy": "^4.8.2", "react-cosmos-test": "^4.8.4", "react-plugin": "^0.1.1", - "react-querystring-router": "^4.8.2", + "react-querystring-router": "^4.8.5", "socket.io-client": "^2.2.0", "styled-components": "^4.1.3", "whatwg-fetch": "^3.0.0" diff --git a/packages/react-querystring-router/package.json b/packages/react-querystring-router/package.json index 172f0f09..26b10175 100644 --- a/packages/react-querystring-router/package.json +++ b/packages/react-querystring-router/package.json @@ -1,6 +1,6 @@ { "name": "react-querystring-router", - "version": "4.8.2", + "version": "4.8.5", "description": "Bare router for React components, using props as query string", "repository": "https://github.com/react-cosmos/react-cosmos-classic/tree/master/packages/react-querystring-router", "license": "MIT",