From f9eaf9aabb0a0b10b4984208dee03d3e3393c802 Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Fri, 27 Mar 2020 23:32:07 +0100 Subject: [PATCH] Release v10.0.1 --- 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-graphql/package.json | 6 +++--- examples/with-nextjs/package.json | 6 +++--- examples/with-react-native/package-lock.json | 2 +- examples/with-react-native/package.json | 4 ++-- examples/with-react-router/package.json | 6 +++--- examples/with-suspense/package.json | 6 +++--- examples/with-typescript/package.json | 6 +++--- lerna.json | 2 +- packages/react-async-devtools/package.json | 2 +- packages/react-async/package.json | 2 +- 15 files changed, 36 insertions(+), 36 deletions(-) diff --git a/examples/basic-fetch/package.json b/examples/basic-fetch/package.json index 0704df5e..09f81fa7 100644 --- a/examples/basic-fetch/package.json +++ b/examples/basic-fetch/package.json @@ -1,6 +1,6 @@ { "name": "basic-fetch-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/basic-fetch", "scripts": { @@ -16,8 +16,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-scripts": "3.4.1" }, diff --git a/examples/basic-hook/package.json b/examples/basic-hook/package.json index ac227494..3c017207 100644 --- a/examples/basic-hook/package.json +++ b/examples/basic-hook/package.json @@ -1,6 +1,6 @@ { "name": "basic-hook-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/basic-hook", "scripts": { @@ -16,8 +16,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-scripts": "3.4.1" }, diff --git a/examples/custom-instance/package.json b/examples/custom-instance/package.json index 00304ed3..3f0bfdbf 100644 --- a/examples/custom-instance/package.json +++ b/examples/custom-instance/package.json @@ -1,6 +1,6 @@ { "name": "custom-instance-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/custom-instance", "scripts": { @@ -16,8 +16,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-scripts": "3.4.1" }, diff --git a/examples/movie-app/package.json b/examples/movie-app/package.json index 949161b7..aaa2511a 100644 --- a/examples/movie-app/package.json +++ b/examples/movie-app/package.json @@ -1,6 +1,6 @@ { "name": "movie-app-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/movie-app", "scripts": { @@ -16,8 +16,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-scripts": "3.4.1" }, diff --git a/examples/with-abortcontroller/package.json b/examples/with-abortcontroller/package.json index 6ed0d54c..2eea51b0 100644 --- a/examples/with-abortcontroller/package.json +++ b/examples/with-abortcontroller/package.json @@ -1,6 +1,6 @@ { "name": "with-abortcontroller-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/with-abortcontroller", "scripts": { @@ -16,8 +16,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-scripts": "3.4.1" }, diff --git a/examples/with-graphql/package.json b/examples/with-graphql/package.json index 9cdbf912..95258802 100644 --- a/examples/with-graphql/package.json +++ b/examples/with-graphql/package.json @@ -1,6 +1,6 @@ { "name": "with-graphql-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/with-graphql", "scripts": { @@ -17,8 +17,8 @@ "dependencies": { "graphql-request": "1.8.2", "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-scripts": "3.4.1" }, diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index 9b6479de..dee23f1e 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "with-nextjs-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "main": "index.js", "scripts": { @@ -19,8 +19,8 @@ "isomorphic-fetch": "2.2.1", "next": "9.1.3", "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0" }, "devDependencies": { diff --git a/examples/with-react-native/package-lock.json b/examples/with-react-native/package-lock.json index cea0e8cb..3d613f83 100644 --- a/examples/with-react-native/package-lock.json +++ b/examples/with-react-native/package-lock.json @@ -7969,5 +7969,5 @@ } } }, - "version": "10.0.0" + "version": "10.0.1" } diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index 8edb052b..82334669 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": "10.0.0", + "version": "10.0.1", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { @@ -18,7 +18,7 @@ "dependencies": { "expo": "35.0.1", "react": "16.11.0", - "react-async": "^10.0.0", + "react-async": "^10.0.1", "react-dom": "16.11.0", "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", "react-native-web": "0.11.7" diff --git a/examples/with-react-router/package.json b/examples/with-react-router/package.json index bb43fd93..d9e9eb7b 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": "10.0.0", + "version": "10.0.1", "private": true, "main": "index.js", "scripts": { @@ -13,8 +13,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-router-dom": "5.1.2" }, diff --git a/examples/with-suspense/package.json b/examples/with-suspense/package.json index 913ee220..5730c78a 100644 --- a/examples/with-suspense/package.json +++ b/examples/with-suspense/package.json @@ -1,6 +1,6 @@ { "name": "with-suspense-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/with-suspense", "scripts": { @@ -16,8 +16,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-scripts": "3.4.1" }, diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 4115faef..2e38a630 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "with-typescript-example", - "version": "10.0.0", + "version": "10.0.1", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/with-typescript", "scripts": { @@ -19,8 +19,8 @@ "@types/react": "16.9.11", "@types/react-dom": "16.9.4", "react": "16.11.0", - "react-async": "^10.0.0", - "react-async-devtools": "^10.0.0", + "react-async": "^10.0.1", + "react-async-devtools": "^10.0.1", "react-dom": "16.11.0", "react-scripts": "3.4.1", "typescript": "3.7.2" diff --git a/lerna.json b/lerna.json index 6311f317..1fa201cb 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ ] }, "useWorkspaces": true, - "version": "10.0.0" + "version": "10.0.1" } diff --git a/packages/react-async-devtools/package.json b/packages/react-async-devtools/package.json index de29ea57..0675f0da 100644 --- a/packages/react-async-devtools/package.json +++ b/packages/react-async-devtools/package.json @@ -1,6 +1,6 @@ { "name": "react-async-devtools", - "version": "10.0.0", + "version": "10.0.1", "description": "DevTools for React Async", "keywords": [ "react", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index 58f73bdb..e83b0152 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -1,6 +1,6 @@ { "name": "react-async", - "version": "10.0.0", + "version": "10.0.1", "description": "React component for declarative promise resolution and data fetching", "keywords": [ "react", pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy