diff --git a/examples/basic-fetch/package.json b/examples/basic-fetch/package.json index f5375e3a..36dad833 100644 --- a/examples/basic-fetch/package.json +++ b/examples/basic-fetch/package.json @@ -1,6 +1,6 @@ { "name": "basic-fetch-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/basic-fetch", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "react-dom": "16.11.0", "react-scripts": "3.2.0" }, diff --git a/examples/basic-hook/package.json b/examples/basic-hook/package.json index e7e6736a..400111a5 100644 --- a/examples/basic-hook/package.json +++ b/examples/basic-hook/package.json @@ -1,6 +1,6 @@ { "name": "basic-hook-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/basic-hook", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "react-dom": "16.11.0", "react-scripts": "3.2.0" }, diff --git a/examples/custom-instance/package.json b/examples/custom-instance/package.json index d9dfcb0d..6c16d51b 100644 --- a/examples/custom-instance/package.json +++ b/examples/custom-instance/package.json @@ -1,6 +1,6 @@ { "name": "custom-instance-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/custom-instance", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "react-dom": "16.11.0", "react-scripts": "3.2.0" }, diff --git a/examples/movie-app/package.json b/examples/movie-app/package.json index 120bd7bf..0b68cbfc 100644 --- a/examples/movie-app/package.json +++ b/examples/movie-app/package.json @@ -1,6 +1,6 @@ { "name": "movie-app-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/movie-app", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "react-dom": "16.11.0", "react-scripts": "3.2.0" }, diff --git a/examples/with-abortcontroller/package.json b/examples/with-abortcontroller/package.json index 2f3547d1..9b2a128e 100644 --- a/examples/with-abortcontroller/package.json +++ b/examples/with-abortcontroller/package.json @@ -1,6 +1,6 @@ { "name": "with-abortcontroller-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/with-abortcontroller", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "react-dom": "16.11.0", "react-scripts": "3.2.0" }, diff --git a/examples/with-graphql/package.json b/examples/with-graphql/package.json index 01e4561e..5880908a 100644 --- a/examples/with-graphql/package.json +++ b/examples/with-graphql/package.json @@ -1,6 +1,6 @@ { "name": "with-graphql-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/with-graphql", "scripts": { @@ -16,8 +16,8 @@ "dependencies": { "graphql-request": "1.8.2", "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "react-dom": "16.11.0", "react-scripts": "3.2.0" }, diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index e351004d..a97c4d8b 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "with-nextjs-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "main": "index.js", "scripts": { @@ -18,8 +18,8 @@ "isomorphic-fetch": "2.2.1", "next": "9.1.3", "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "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 ee2c4be5..8312f650 100644 --- a/examples/with-react-native/package-lock.json +++ b/examples/with-react-native/package-lock.json @@ -7968,5 +7968,6 @@ "camelcase": "^4.1.0" } } - } + }, + "version": "10.0.0-alpha.0" } diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index 36937bba..8dc4ca35 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": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { @@ -17,7 +17,7 @@ "dependencies": { "expo": "35.0.1", "react": "16.11.0", - "react-async": "^9.0.0", + "react-async": "^10.0.0-alpha.0", "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 1931b355..90760514 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": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "main": "index.js", "scripts": { @@ -12,8 +12,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "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 e4ff4393..0bd54c9d 100644 --- a/examples/with-suspense/package.json +++ b/examples/with-suspense/package.json @@ -1,6 +1,6 @@ { "name": "with-suspense-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/with-suspense", "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "react-dom": "16.11.0", "react-scripts": "3.2.0" }, diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index d82ce02a..c310b307 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "with-typescript-example", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "private": true, "homepage": "https://react-async.async-library.now.sh/examples/with-typescript", "scripts": { @@ -18,8 +18,8 @@ "@types/react": "16.9.11", "@types/react-dom": "16.9.4", "react": "16.11.0", - "react-async": "^9.0.0", - "react-async-devtools": "^9.0.0", + "react-async": "^10.0.0-alpha.0", + "react-async-devtools": "^10.0.0-alpha.0", "react-dom": "16.11.0", "react-scripts": "3.2.0", "typescript": "3.7.2" diff --git a/lerna.json b/lerna.json index 179c5e4b..8d24444b 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ ] }, "useWorkspaces": true, - "version": "9.0.0" + "version": "10.0.0-alpha.0" } diff --git a/packages/react-async-devtools/package.json b/packages/react-async-devtools/package.json index c721f0c9..941a63b1 100644 --- a/packages/react-async-devtools/package.json +++ b/packages/react-async-devtools/package.json @@ -1,6 +1,6 @@ { "name": "react-async-devtools", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "description": "DevTools for React Async", "keywords": [ "react", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index c88d35dd..74bf50d4 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -1,6 +1,6 @@ { "name": "react-async", - "version": "9.0.0", + "version": "10.0.0-alpha.0", "description": "React component for declarative promise resolution and data fetching", "keywords": [ "react",