Skip to content

Commit f9eaf9a

Browse files
committed
Release v10.0.1
1 parent f4b10c9 commit f9eaf9a

File tree

15 files changed

+36
-36
lines changed

15 files changed

+36
-36
lines changed

examples/basic-fetch/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-fetch-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/basic-fetch",
66
"scripts": {
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"react": "16.11.0",
19-
"react-async": "^10.0.0",
20-
"react-async-devtools": "^10.0.0",
19+
"react-async": "^10.0.1",
20+
"react-async-devtools": "^10.0.1",
2121
"react-dom": "16.11.0",
2222
"react-scripts": "3.4.1"
2323
},

examples/basic-hook/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-hook-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/basic-hook",
66
"scripts": {
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"react": "16.11.0",
19-
"react-async": "^10.0.0",
20-
"react-async-devtools": "^10.0.0",
19+
"react-async": "^10.0.1",
20+
"react-async-devtools": "^10.0.1",
2121
"react-dom": "16.11.0",
2222
"react-scripts": "3.4.1"
2323
},

examples/custom-instance/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-instance-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/custom-instance",
66
"scripts": {
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"react": "16.11.0",
19-
"react-async": "^10.0.0",
20-
"react-async-devtools": "^10.0.0",
19+
"react-async": "^10.0.1",
20+
"react-async-devtools": "^10.0.1",
2121
"react-dom": "16.11.0",
2222
"react-scripts": "3.4.1"
2323
},

examples/movie-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "movie-app-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/movie-app",
66
"scripts": {
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"react": "16.11.0",
19-
"react-async": "^10.0.0",
20-
"react-async-devtools": "^10.0.0",
19+
"react-async": "^10.0.1",
20+
"react-async-devtools": "^10.0.1",
2121
"react-dom": "16.11.0",
2222
"react-scripts": "3.4.1"
2323
},

examples/with-abortcontroller/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-abortcontroller-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/with-abortcontroller",
66
"scripts": {
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"react": "16.11.0",
19-
"react-async": "^10.0.0",
20-
"react-async-devtools": "^10.0.0",
19+
"react-async": "^10.0.1",
20+
"react-async-devtools": "^10.0.1",
2121
"react-dom": "16.11.0",
2222
"react-scripts": "3.4.1"
2323
},

examples/with-graphql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-graphql-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/with-graphql",
66
"scripts": {
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"graphql-request": "1.8.2",
1919
"react": "16.11.0",
20-
"react-async": "^10.0.0",
21-
"react-async-devtools": "^10.0.0",
20+
"react-async": "^10.0.1",
21+
"react-async-devtools": "^10.0.1",
2222
"react-dom": "16.11.0",
2323
"react-scripts": "3.4.1"
2424
},

examples/with-nextjs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-nextjs-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -19,8 +19,8 @@
1919
"isomorphic-fetch": "2.2.1",
2020
"next": "9.1.3",
2121
"react": "16.11.0",
22-
"react-async": "^10.0.0",
23-
"react-async-devtools": "^10.0.0",
22+
"react-async": "^10.0.1",
23+
"react-async-devtools": "^10.0.1",
2424
"react-dom": "16.11.0"
2525
},
2626
"devDependencies": {

examples/with-react-native/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/with-react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-react-native-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"expo": "35.0.1",
2020
"react": "16.11.0",
21-
"react-async": "^10.0.0",
21+
"react-async": "^10.0.1",
2222
"react-dom": "16.11.0",
2323
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
2424
"react-native-web": "0.11.7"

examples/with-react-router/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-react-router-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"react": "16.11.0",
16-
"react-async": "^10.0.0",
17-
"react-async-devtools": "^10.0.0",
16+
"react-async": "^10.0.1",
17+
"react-async-devtools": "^10.0.1",
1818
"react-dom": "16.11.0",
1919
"react-router-dom": "5.1.2"
2020
},

examples/with-suspense/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-suspense-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/with-suspense",
66
"scripts": {
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"react": "16.11.0",
19-
"react-async": "^10.0.0",
20-
"react-async-devtools": "^10.0.0",
19+
"react-async": "^10.0.1",
20+
"react-async-devtools": "^10.0.1",
2121
"react-dom": "16.11.0",
2222
"react-scripts": "3.4.1"
2323
},

examples/with-typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-typescript-example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/with-typescript",
66
"scripts": {
@@ -19,8 +19,8 @@
1919
"@types/react": "16.9.11",
2020
"@types/react-dom": "16.9.4",
2121
"react": "16.11.0",
22-
"react-async": "^10.0.0",
23-
"react-async-devtools": "^10.0.0",
22+
"react-async": "^10.0.1",
23+
"react-async-devtools": "^10.0.1",
2424
"react-dom": "16.11.0",
2525
"react-scripts": "3.4.1",
2626
"typescript": "3.7.2"

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
]
1111
},
1212
"useWorkspaces": true,
13-
"version": "10.0.0"
13+
"version": "10.0.1"
1414
}

packages/react-async-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-devtools",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "DevTools for React Async",
55
"keywords": [
66
"react",

packages/react-async/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "React component for declarative promise resolution and data fetching",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)