Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit 3137dda

Browse files
committed
v4.8.0
1 parent 78fef2b commit 3137dda

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

examples/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-apollo-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of mocking the Apollo Client",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"graphql-tools": "^3.1.1",
1919
"lodash": "^4.17.11",
2020
"react-apollo": "^2.2.4",
21-
"react-cosmos": "^4.8.0-alpha.3",
21+
"react-cosmos": "^4.8.0",
2222
"react-cosmos-apollo-proxy": "^4.8.0-alpha.0",
2323
"react-cosmos-shared": "^4.8.0-alpha.0"
2424
},

examples/axios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-axios-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of mocking Axios (XMLHttpRequest)",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"axios": "^0.18.0",
12-
"react-cosmos": "^4.8.0-alpha.3",
12+
"react-cosmos": "^4.8.0",
1313
"react-cosmos-xhr-proxy": "^4.8.0-alpha.0"
1414
},
1515
"private": true

examples/context/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-context-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of mocking component context",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"prop-types": "^15.6.2",
12-
"react-cosmos": "^4.8.0-alpha.3",
12+
"react-cosmos": "^4.8.0",
1313
"react-cosmos-context-proxy": "^4.8.0-alpha.0"
1414
},
1515
"private": true

examples/fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-fetch-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of mocking the fetch API",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos"
99
},
1010
"dependencies": {
11-
"react-cosmos": "^4.8.0-alpha.3",
11+
"react-cosmos": "^4.8.0",
1212
"react-cosmos-fetch-proxy": "^4.8.0-alpha.0"
1313
},
1414
"private": true

examples/jsx-fixtures/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "jsx-fixtures-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
55
"license": "MIT",
66
"scripts": {
77
"start": "cosmos"
88
},
99
"dependencies": {
10-
"react-cosmos": "^4.8.0-alpha.3"
10+
"react-cosmos": "^4.8.0"
1111
},
1212
"private": true
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-local-state-old-fixtures-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of injecting and serializing component local state",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos"
99
},
1010
"dependencies": {
11-
"react-cosmos": "^4.8.0-alpha.3"
11+
"react-cosmos": "^4.8.0"
1212
},
1313
"private": true
1414
}

examples/local-state/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-local-state-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of injecting and serializing component local state",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"async-until": "^1.2.2",
13-
"react-cosmos": "^4.8.0-alpha.3",
13+
"react-cosmos": "^4.8.0",
1414
"react-cosmos-test": "^4.8.0-alpha.0"
1515
},
1616
"private": true

examples/localstorage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-localstorage-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of mocking the localstorage API",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos"
99
},
1010
"dependencies": {
11-
"react-cosmos": "^4.8.0-alpha.3",
11+
"react-cosmos": "^4.8.0",
1212
"react-cosmos-localstorage-proxy": "^4.8.0-alpha.0"
1313
},
1414
"private": true

examples/mixed-paths/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-mixed-paths-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of combining relative and module component paths",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos"
99
},
1010
"dependencies": {
11-
"react-cosmos": "^4.8.0-alpha.3"
11+
"react-cosmos": "^4.8.0"
1212
},
1313
"private": true
1414
}

examples/normalize-props-proxy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-cosmos-normalize-props-proxy-example",
3-
"version": "4.8.0-alpha.3",
3+
"version": "4.8.0",
44
"description": "Example of using normalize-props-proxy",
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples",
66
"license": "MIT",
77
"scripts": {
88
"start": "cosmos"
99
},
1010
"dependencies": {
11-
"react-cosmos": "^4.8.0-alpha.3",
11+
"react-cosmos": "^4.8.0",
1212
"react-cosmos-normalize-props-proxy": "^4.8.0-alpha.0"
1313
},
1414
"private": true

0 commit comments

Comments
 (0)