From 5fc17448b0e72f0fc2d845df2b8cdaf069a914e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ovidiu=20Chereche=C8=99?= Date: Thu, 24 May 2018 22:15:40 +0300 Subject: [PATCH] v4.5.0-test.2 --- examples/axios/package.json | 4 ++-- lerna.json | 2 +- packages/react-cosmos-xhr-proxy/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/axios/package.json b/examples/axios/package.json index 5362c6cf24..d68d4d846c 100644 --- a/examples/axios/package.json +++ b/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", @@ -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 diff --git a/lerna.json b/lerna.json index c3695f8eae..b916f171d4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.5.0-test.1", + "version": "4.5.0-test.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/react-cosmos-xhr-proxy/package.json b/packages/react-cosmos-xhr-proxy/package.json index 3ece812c79..c1f795b9a6 100644 --- a/packages/react-cosmos-xhr-proxy/package.json +++ b/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",