diff --git a/examples/basic-fetch/package.json b/examples/basic-fetch/package.json index 10792caf..ad5fb2b3 100644 --- a/examples/basic-fetch/package.json +++ b/examples/basic-fetch/package.json @@ -1,6 +1,6 @@ { "name": "basic-fetch", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "postinstall": "relative-deps", @@ -14,8 +14,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.4", - "react-async-devtools": "^1.0.2", + "react-async": "^7.0.5", + "react-async-devtools": "^1.0.3", "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 f33102ba..b9083ac3 100644 --- a/examples/basic-hook/package.json +++ b/examples/basic-hook/package.json @@ -1,6 +1,6 @@ { "name": "basic-hook", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "postinstall": "relative-deps", @@ -14,8 +14,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.4", - "react-async-devtools": "^1.0.2", + "react-async": "^7.0.5", + "react-async-devtools": "^1.0.3", "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 2b1f2ed4..002666d9 100644 --- a/examples/custom-instance/package.json +++ b/examples/custom-instance/package.json @@ -1,6 +1,6 @@ { "name": "custom-instance", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "postinstall": "relative-deps", @@ -14,8 +14,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.4", - "react-async-devtools": "^1.0.2", + "react-async": "^7.0.5", + "react-async-devtools": "^1.0.3", "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 fc848847..562710f3 100644 --- a/examples/movie-app/package.json +++ b/examples/movie-app/package.json @@ -1,6 +1,6 @@ { "name": "movie-app", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "postinstall": "relative-deps", @@ -14,8 +14,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.4", - "react-async-devtools": "^1.0.2", + "react-async": "^7.0.5", + "react-async-devtools": "^1.0.3", "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 d04a91ac..00975750 100644 --- a/examples/with-abortcontroller/package.json +++ b/examples/with-abortcontroller/package.json @@ -1,6 +1,6 @@ { "name": "with-abortcontroller", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "postinstall": "relative-deps", @@ -14,8 +14,8 @@ }, "dependencies": { "react": "^16.8.6", - "react-async": "^7.0.4", - "react-async-devtools": "^1.0.2", + "react-async": "^7.0.5", + "react-async-devtools": "^1.0.3", "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 ecb50529..50fd7c4a 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "with-nextjs", - "version": "1.0.2", + "version": "1.0.3", "private": true, "main": "index.js", "scripts": { @@ -17,8 +17,8 @@ "isomorphic-fetch": "^2.2.1", "next": "^8.0.3", "react": "^16.8.6", - "react-async": "^7.0.4", - "react-async-devtools": "^1.0.2", + "react-async": "^7.0.5", + "react-async-devtools": "^1.0.3", "react-dom": "^16.8.6" }, "devDependencies": { diff --git a/examples/with-react-router/package.json b/examples/with-react-router/package.json index 20d89726..902e86e8 100644 --- a/examples/with-react-router/package.json +++ b/examples/with-react-router/package.json @@ -1,6 +1,6 @@ { "name": "with-react-router", - "version": "1.0.1", + "version": "1.0.2", "private": true, "main": "index.js", "scripts": { @@ -13,8 +13,8 @@ "@babel/preset-react": "^7.0.0", "parcel-bundler": "^1.12.3", "react": "^16.8.6", - "react-async": "^7.0.4", - "react-async-devtools": "^1.0.2", + "react-async": "^7.0.5", + "react-async-devtools": "^1.0.3", "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 7c45f509..d161e58d 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "with-typescript", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "postinstall": "relative-deps", @@ -16,8 +16,8 @@ "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "react": "^16.8.6", - "react-async": "^7.0.4", - "react-async-devtools": "^1.0.2", + "react-async": "^7.0.5", + "react-async-devtools": "^1.0.3", "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 ef4e2a05..5c89034d 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.2", + "version": "1.0.3", "description": "DevTools for React Async", "keywords": [ "react", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index 86c9ca22..5c5842f8 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -1,6 +1,6 @@ { "name": "react-async", - "version": "7.0.4", + "version": "7.0.5", "description": "React component for declarative promise resolution and data fetching", "keywords": [ "react",