Skip to content

Commit

Permalink
v4.5.0-test.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed May 24, 2018
1 parent cd6df75 commit 5fc1744
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-axios-example",
"version": "4.5.0-test.1",
"version": "4.5.0-test.2",
"description": "Example of mocking Axios (XMLHttpRequest)",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/axios",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"axios": "^0.18.0",
"react-cosmos": "^4.4.0",
"react-cosmos-xhr-proxy": "^4.5.0-test.1"
"react-cosmos-xhr-proxy": "^4.5.0-test.2"
},
"xo": false,
"private": true
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "4.5.0-test.1",
"version": "4.5.0-test.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cosmos-xhr-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-xhr-proxy",
"version": "4.5.0-test.1",
"version": "4.5.0-test.2",
"description": "Mock XMLHttpRequests responses via fixtures",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-xhr-proxy",
"license": "MIT",
Expand Down

0 comments on commit 5fc1744

Please sign in to comment.