From b1fd6ca160af8df3b7e8b0e883d3a0aa8ba78f60 Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Mon, 5 Aug 2019 10:50:29 +0200 Subject: [PATCH] Bump --- examples/basic-fetch/package.json | 6 +++--- examples/basic-hook/package.json | 6 +++--- examples/custom-instance/package.json | 6 +++--- examples/movie-app/package.json | 6 +++--- examples/with-abortcontroller/package.json | 6 +++--- examples/with-nextjs/package.json | 6 +++--- examples/with-react-native/package.json | 4 ++-- examples/with-react-router/package.json | 6 +++--- examples/with-typescript/package.json | 6 +++--- packages/react-async-devtools/package.json | 2 +- packages/react-async/package.json | 2 +- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/examples/basic-fetch/package.json b/examples/basic-fetch/package.json index 9401d199..b2c293f1 100644 --- a/examples/basic-fetch/package.json +++ b/examples/basic-fetch/package.json @@ -1,6 +1,6 @@ { "name": "basic-fetch-example", - "version": "1.0.1", + "version": "1.0.2", "private": true, "homepage": "https://react-async.ghengeveld.now.sh/examples/basic-fetch", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.5", - "react-async-devtools": "^1.0.3", + "react-async": "^7.0.6", + "react-async-devtools": "^1.0.4", "react-dom": "^16.8.6", "react-scripts": "^3.0.1" }, diff --git a/examples/basic-hook/package.json b/examples/basic-hook/package.json index acb8151d..160fa59c 100644 --- a/examples/basic-hook/package.json +++ b/examples/basic-hook/package.json @@ -1,6 +1,6 @@ { "name": "basic-hook-example", - "version": "1.0.2", + "version": "1.0.3", "private": true, "homepage": "https://react-async.ghengeveld.now.sh/examples/basic-hook", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.5", - "react-async-devtools": "^1.0.3", + "react-async": "^7.0.6", + "react-async-devtools": "^1.0.4", "react-dom": "^16.8.6", "react-scripts": "^3.0.1" }, diff --git a/examples/custom-instance/package.json b/examples/custom-instance/package.json index 9508898e..3d214e96 100644 --- a/examples/custom-instance/package.json +++ b/examples/custom-instance/package.json @@ -1,6 +1,6 @@ { "name": "custom-instance-example", - "version": "1.0.1", + "version": "1.0.2", "private": true, "homepage": "https://react-async.ghengeveld.now.sh/examples/custom-instance", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.5", - "react-async-devtools": "^1.0.3", + "react-async": "^7.0.6", + "react-async-devtools": "^1.0.4", "react-dom": "^16.8.6", "react-scripts": "^3.0.1" }, diff --git a/examples/movie-app/package.json b/examples/movie-app/package.json index b03555ee..54a2f06b 100644 --- a/examples/movie-app/package.json +++ b/examples/movie-app/package.json @@ -1,6 +1,6 @@ { "name": "movie-app-example", - "version": "1.0.2", + "version": "1.0.3", "private": true, "homepage": "https://react-async.ghengeveld.now.sh/examples/movie-app", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.5", - "react-async-devtools": "^1.0.3", + "react-async": "^7.0.6", + "react-async-devtools": "^1.0.4", "react-dom": "^16.8.6", "react-scripts": "^3.0.1" }, diff --git a/examples/with-abortcontroller/package.json b/examples/with-abortcontroller/package.json index 2bf55967..f85e99de 100644 --- a/examples/with-abortcontroller/package.json +++ b/examples/with-abortcontroller/package.json @@ -1,6 +1,6 @@ { "name": "with-abortcontroller-example", - "version": "1.0.1", + "version": "1.0.2", "private": true, "homepage": "https://react-async.ghengeveld.now.sh/examples/with-abortcontroller", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.5", - "react-async-devtools": "^1.0.3", + "react-async": "^7.0.6", + "react-async-devtools": "^1.0.4", "react-dom": "^16.8.6", "react-scripts": "^3.0.1" }, diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index d9daf3a7..9625e081 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "with-nextjs-example", - "version": "1.0.3", + "version": "1.0.4", "private": true, "main": "index.js", "scripts": { @@ -18,8 +18,8 @@ "isomorphic-fetch": "^2.2.1", "next": "^9.0.2", "react": "^16.8.6", - "react-async": "^7.0.5", - "react-async-devtools": "^1.0.3", + "react-async": "^7.0.6", + "react-async-devtools": "^1.0.4", "react-dom": "^16.8.6" }, "devDependencies": { diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index a0976c6f..eb622b38 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -1,6 +1,6 @@ { "name": "with-react-native-example", - "version": "0.0.0", + "version": "0.0.1", "main": "node_modules/expo/AppEntry.js", "scripts": { "postinstall": "relative-deps", @@ -16,7 +16,7 @@ "dependencies": { "expo": "^33.0.0", "react": "16.8.3", - "react-async": "^7.0.4", + "react-async": "^7.0.6", "react-dom": "^16.8.6", "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", "react-native-web": "^0.11.4" diff --git a/examples/with-react-router/package.json b/examples/with-react-router/package.json index ebf4b038..169d5932 100644 --- a/examples/with-react-router/package.json +++ b/examples/with-react-router/package.json @@ -1,6 +1,6 @@ { "name": "with-react-router-example", - "version": "1.0.2", + "version": "1.0.3", "private": true, "main": "index.js", "scripts": { @@ -12,8 +12,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.5", - "react-async-devtools": "^1.0.3", + "react-async": "^7.0.6", + "react-async-devtools": "^1.0.4", "react-dom": "^16.8.6", "react-router-dom": "^5.0.0" }, diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index bca9555a..4fe84435 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "with-typescript-example", - "version": "1.0.2", + "version": "1.0.3", "private": true, "homepage": "https://react-async.ghengeveld.now.sh/examples/with-typescript", "scripts": { @@ -18,8 +18,8 @@ "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "react": "^16.8.6", - "react-async": "^7.0.5", - "react-async-devtools": "^1.0.3", + "react-async": "^7.0.6", + "react-async-devtools": "^1.0.4", "react-dom": "^16.8.6", "react-scripts": "^3.0.1", "typescript": "^3.5.1" diff --git a/packages/react-async-devtools/package.json b/packages/react-async-devtools/package.json index 5c89034d..c8146a4f 100644 --- a/packages/react-async-devtools/package.json +++ b/packages/react-async-devtools/package.json @@ -1,6 +1,6 @@ { "name": "react-async-devtools", - "version": "1.0.3", + "version": "1.0.4", "description": "DevTools for React Async", "keywords": [ "react", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index c07b425e..4a17c761 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -1,6 +1,6 @@ { "name": "react-async", - "version": "7.0.5", + "version": "7.0.6", "description": "React component for declarative promise resolution and data fetching", "keywords": [ "react",