Skip to content

Commit

Permalink
v2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Sep 24, 2017
1 parent 92b11fa commit ab0f8b2
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions examples/apollo/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-apollo-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of mocking the Apollo Client",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/apollo",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"react-apollo": "^1.4.15",
"react-cosmos-apollo-proxy": "^2.0.0-rc.1",
"react-cosmos-utils": "^2.0.0-rc.1",
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-axios-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of mocking Axios (XMLHttpRequest)",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/axios",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"axios": "^0.16.2",
"react-cosmos-webpack": "^2.0.0-rc.1",
"react-cosmos-webpack": "^2.0.0-rc.3",
"react-cosmos-xhr-proxy": "^2.0.0-rc.1"
},
"xo": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-browserify-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of using Cosmos with Browserify",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/browserify",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"babelify": "^7.3.0",
"budo": "^9.2.1",
"prop-types": "^15.5.10",
"react-cosmos-component-playground": "^2.0.0-rc.1",
"react-cosmos-loader": "^2.0.0-rc.1",
"react-cosmos-component-playground": "^2.0.0-rc.3",
"react-cosmos-loader": "^2.0.0-rc.3",
"require-globify": "^1.4.1"
},
"xo": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/context/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-context-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of mocking component context",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/context",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"prop-types": "^15.5.10",
"react-cosmos-context-proxy": "^2.0.0-rc.1",
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-fetch-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of mocking the fetch API",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/fetch",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"react-cosmos-fetch-proxy": "^2.0.0-rc.1",
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/local-state/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-local-state-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.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",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/localstorage/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-localstorage-example",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "Example of mocking the localstorage API",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/localstorage",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"react-cosmos-localstorage-proxy": "^2.0.0-rc.2",
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/normalize-props-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-normalize-props-proxy-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of using normalize-props-proxy",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/normalize-props-proxy",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"react-cosmos-normalize-props-proxy": "^2.0.0-rc.1",
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-react-router-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of React Router proxy integration",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/react-router",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"react-cosmos-router-proxy": "^2.0.0-rc.1",
"react-cosmos-webpack": "^2.0.0-rc.1",
"react-cosmos-webpack": "^2.0.0-rc.3",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/source-map/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-source-map-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.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",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-commons-chunk/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-webpack-commons-chunk-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of webpack & CommonsChunkPlugin",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/webpack-commons-chunk",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"moment": "^2.18.1",
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-dll/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-webpack-dll-example",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Example of webpack & DllPlugin",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/webpack-dll",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"moment": "^2.18.1",
"react-cosmos-webpack": "^2.0.0-rc.1"
"react-cosmos-webpack": "^2.0.0-rc.3"
},
"xo": false,
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.1.0",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"npmClient": "yarn",
"packages": [
"examples/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-component-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-component-playground",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "Dev tool for creating reusable React components",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-component-playground",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lodash.reduce": "^4.6.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-cosmos-loader": "^2.0.0-rc.1",
"react-cosmos-loader": "^2.0.0-rc.3",
"react-cosmos-state-proxy": "^2.0.0-rc.1",
"react-dom": "^15.5.4",
"react-querystring-router": "^2.0.0-rc.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cosmos-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-loader",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-telescope/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-telescope",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.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",
Expand All @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"react-cosmos-config": "^2.0.0-rc.1",
"react-cosmos-loader": "^2.0.0-rc.1",
"react-cosmos-loader": "^2.0.0-rc.3",
"react-cosmos-state-proxy": "^2.0.0-rc.1",
"react-cosmos-utils": "^2.0.0-rc.1",
"react-cosmos-voyager": "^2.0.0-rc.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-cosmos-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-webpack",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "CLI for running React Cosmos inside webpack-powered apps",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-webpack",
"license": "MIT",
Expand All @@ -16,9 +16,9 @@
"import-from": "^2.1.0",
"loader-utils": "^1.1.0",
"lodash.omit": "^4.5.0",
"react-cosmos-component-playground": "^2.0.0-rc.1",
"react-cosmos-component-playground": "^2.0.0-rc.3",
"react-cosmos-config": "^2.0.0-rc.1",
"react-cosmos-loader": "^2.0.0-rc.1",
"react-cosmos-loader": "^2.0.0-rc.3",
"react-cosmos-utils": "^2.0.0-rc.1",
"react-cosmos-voyager": "^2.0.0-rc.1",
"resolve-from": "^3.0.0",
Expand Down

0 comments on commit ab0f8b2

Please sign in to comment.