Skip to content

Commit

Permalink
v3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Oct 27, 2017
1 parent 6dcb142 commit edf7ef7
Show file tree
Hide file tree
Showing 31 changed files with 80 additions and 80 deletions.
8 changes: 4 additions & 4 deletions examples/apollo/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-apollo-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Example of mocking the Apollo Client",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/apollo",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"react-apollo": "^1.4.15",
"react-cosmos-apollo-proxy": "^3.0.0-beta.1",
"react-cosmos-shared": "^3.0.0-beta.1",
"react-cosmos-webpack": "^3.0.0-beta.1"
"react-cosmos-apollo-proxy": "^3.0.0-beta.2",
"react-cosmos-shared": "^3.0.0-beta.2",
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-axios-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Example of mocking Axios (XMLHttpRequest)",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/axios",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"axios": "^0.16.2",
"react-cosmos-webpack": "^3.0.0-beta.1",
"react-cosmos-xhr-proxy": "^3.0.0-beta.1"
"react-cosmos-webpack": "^3.0.0-beta.2",
"react-cosmos-xhr-proxy": "^3.0.0-beta.2"
},
"xo": false,
"private": true
Expand Down
10 changes: 5 additions & 5 deletions examples/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-browserify-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Example of using Cosmos with Browserify",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/browserify",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"babelify": "^7.3.0",
"budo": "^9.2.1",
"prop-types": "^15.5.10",
"react-cosmos-loader": "^3.0.0-beta.1",
"react-cosmos-playground": "^3.0.0-beta.1",
"react-cosmos-shared": "^3.0.0-beta.1",
"react-cosmos-voyager2": "^3.0.0-beta.1",
"react-cosmos-loader": "^3.0.0-beta.2",
"react-cosmos-playground": "^3.0.0-beta.2",
"react-cosmos-shared": "^3.0.0-beta.2",
"react-cosmos-voyager2": "^3.0.0-beta.2",
"require-globify": "^1.4.1"
},
"xo": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/context/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-context-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Example of mocking component context",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/context",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"prop-types": "^15.5.10",
"react-cosmos-context-proxy": "^3.0.0-beta.1",
"react-cosmos-webpack": "^3.0.0-beta.1"
"react-cosmos-context-proxy": "^3.0.0-beta.2",
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/fetch/package.json
@@ -1,15 +1,15 @@
{
"name": "react-cosmos-fetch-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Example of mocking the fetch API",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/fetch",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-fetch-proxy": "^3.0.0-beta.1",
"react-cosmos-webpack": "^3.0.0-beta.1"
"react-cosmos-fetch-proxy": "^3.0.0-beta.2",
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"xo": false,
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/local-state-old-fixtures/package.json
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-local-state-old-fixtures-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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": "^3.0.0-beta.1"
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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": "^3.0.0-beta.1"
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/localstorage/package.json
@@ -1,15 +1,15 @@
{
"name": "react-cosmos-localstorage-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Example of mocking the localstorage API",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/localstorage",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-localstorage-proxy": "^3.0.0-beta.1",
"react-cosmos-webpack": "^3.0.0-beta.1"
"react-cosmos-localstorage-proxy": "^3.0.0-beta.2",
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/normalize-props-proxy/package.json
@@ -1,15 +1,15 @@
{
"name": "react-cosmos-normalize-props-proxy-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Example of using normalize-props-proxy",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/normalize-props-proxy",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-normalize-props-proxy": "^3.0.0-beta.1",
"react-cosmos-webpack": "^3.0.0-beta.1"
"react-cosmos-normalize-props-proxy": "^3.0.0-beta.2",
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"xo": false,
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/react-router/package.json
@@ -1,15 +1,15 @@
{
"name": "react-cosmos-react-router-example",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Example of React Router proxy integration",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/react-router",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development cosmos"
},
"dependencies": {
"react-cosmos-router-proxy": "^3.0.0-beta.1",
"react-cosmos-webpack": "^3.0.0-beta.1",
"react-cosmos-router-proxy": "^3.0.0-beta.2",
"react-cosmos-webpack": "^3.0.0-beta.2",
"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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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": "^3.0.0-beta.1"
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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": "^3.0.0-beta.1"
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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": "^3.0.0-beta.1"
"react-cosmos-webpack": "^3.0.0-beta.2"
},
"xo": false,
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.1.0",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-apollo-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-apollo-proxy",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Mock Apollo Client requests via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-apollo-proxy",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"graphql": "^0.11.7",
"graphql-tools": "^2.4.0",
"react-apollo": "^1.4.15",
"react-cosmos-shared": "^3.0.0-beta.1"
"react-cosmos-shared": "^3.0.0-beta.2"
},
"xo": false
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-config/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-config",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Reads user cosmos config and extends defaults",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-config",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
],
"main": "lib/index.js",
"dependencies": {
"react-cosmos-shared": "^3.0.0-beta.1",
"react-cosmos-shared": "^3.0.0-beta.2",
"yargs": "^9.0.1"
},
"xo": false
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-context-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-context-proxy",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Mock React component context via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-context-proxy",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"lodash.omit": "^4.5.0",
"react-cosmos-shared": "^3.0.0-beta.1"
"react-cosmos-shared": "^3.0.0-beta.2"
},
"xo": false
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-fetch-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-fetch-proxy",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Mock fetch responses via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-fetch-proxy",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"fetch-mock": "^5.12.2",
"react-cosmos-shared": "^3.0.0-beta.1"
"react-cosmos-shared": "^3.0.0-beta.2"
},
"xo": false
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-loader",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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 All @@ -12,8 +12,8 @@
"deep-equal": "^1.0.1",
"lodash.merge": "^4.6.0",
"prop-types": "^15.5.10",
"react-cosmos-shared": "^3.0.0-beta.1",
"react-cosmos-state-proxy": "^3.0.0-beta.1"
"react-cosmos-shared": "^3.0.0-beta.2",
"react-cosmos-state-proxy": "^3.0.0-beta.2"
},
"xo": false
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-localstorage-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-localstorage-proxy",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Mock localStorage via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-localstorage-proxy",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
],
"main": "lib/index.js",
"dependencies": {
"react-cosmos-shared": "^3.0.0-beta.1"
"react-cosmos-shared": "^3.0.0-beta.2"
},
"xo": false
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-normalize-props-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-normalize-props-proxy",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Proxy for backwards compatibility with old react-cosmos fixture format",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-normalize-props-proxy",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"react-cosmos-shared": "^3.0.0-beta.1"
"react-cosmos-shared": "^3.0.0-beta.2"
},
"xo": false
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-playground",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Dev tool for creating reusable React components",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-playground",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"lodash.set": "^4.3.2",
"lodash.some": "^4.6.0",
"prop-types": "^15.5.10",
"react-cosmos-loader": "^3.0.0-beta.1",
"react-cosmos-state-proxy": "^3.0.0-beta.1",
"react-cosmos-loader": "^3.0.0-beta.2",
"react-cosmos-state-proxy": "^3.0.0-beta.2",
"react-querystring-router": "^3.0.0-beta.1"
},
"xo": false
Expand Down

0 comments on commit edf7ef7

Please sign in to comment.