File tree Expand file tree Collapse file tree 12 files changed +36
-31
lines changed Expand file tree Collapse file tree 12 files changed +36
-31
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " basic-fetch-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.ghengeveld.now.sh/examples/basic-fetch" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " ^16.9.0" ,
18- "react-async" : " ^8.0.0-alpha.0 " ,
19- "react-async-devtools" : " ^8.0.0-alpha.0 " ,
18+ "react-async" : " ^8.0.0" ,
19+ "react-async-devtools" : " ^8.0.0" ,
2020 "react-dom" : " ^16.9.0" ,
2121 "react-scripts" : " ^3.1.1"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " basic-hook-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.ghengeveld.now.sh/examples/basic-hook" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " ^16.9.0" ,
18- "react-async" : " ^8.0.0-alpha.0 " ,
19- "react-async-devtools" : " ^8.0.0-alpha.0 " ,
18+ "react-async" : " ^8.0.0" ,
19+ "react-async-devtools" : " ^8.0.0" ,
2020 "react-dom" : " ^16.9.0" ,
2121 "react-scripts" : " ^3.1.1"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " custom-instance-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.ghengeveld.now.sh/examples/custom-instance" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " ^16.9.0" ,
18- "react-async" : " ^8.0.0-alpha.0 " ,
19- "react-async-devtools" : " ^8.0.0-alpha.0 " ,
18+ "react-async" : " ^8.0.0" ,
19+ "react-async-devtools" : " ^8.0.0" ,
2020 "react-dom" : " ^16.9.0" ,
2121 "react-scripts" : " ^3.1.1"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " movie-app-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.ghengeveld.now.sh/examples/movie-app" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " ^16.9.0" ,
18- "react-async" : " ^8.0.0-alpha.0 " ,
19- "react-async-devtools" : " ^8.0.0-alpha.0 " ,
18+ "react-async" : " ^8.0.0" ,
19+ "react-async-devtools" : " ^8.0.0" ,
2020 "react-dom" : " ^16.9.0" ,
2121 "react-scripts" : " ^3.1.1"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " with-abortcontroller-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.ghengeveld.now.sh/examples/with-abortcontroller" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " ^16.9.0" ,
18- "react-async" : " ^8.0.0-alpha.0 " ,
19- "react-async-devtools" : " ^8.0.0-alpha.0 " ,
18+ "react-async" : " ^8.0.0" ,
19+ "react-async-devtools" : " ^8.0.0" ,
2020 "react-dom" : " ^16.9.0" ,
2121 "react-scripts" : " ^3.1.1"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " with-nextjs-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
1818 "isomorphic-fetch" : " ^2.2.1" ,
1919 "next" : " ^9.0.3" ,
2020 "react" : " ^16.9.0" ,
21- "react-async" : " ^8.0.0-alpha.0 " ,
22- "react-async-devtools" : " ^8.0.0-alpha.0 " ,
21+ "react-async" : " ^8.0.0" ,
22+ "react-async-devtools" : " ^8.0.0" ,
2323 "react-dom" : " ^16.9.0"
2424 },
2525 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " with-react-native-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "main" : " node_modules/expo/AppEntry.js" ,
55 "scripts" : {
66 "postinstall" : " relative-deps" ,
1616 "dependencies" : {
1717 "expo" : " ^34.0.4" ,
1818 "react" : " 16.9.0" ,
19- "react-async" : " ^8.0.0-alpha.0 " ,
19+ "react-async" : " ^8.0.0" ,
2020 "react-dom" : " ^16.9.0" ,
2121 "react-native" : " https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz" ,
2222 "react-native-web" : " ^0.11.6"
Original file line number Diff line number Diff line change 11{
22 "name" : " with-react-router-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
1212 },
1313 "dependencies" : {
1414 "react" : " ^16.9.0" ,
15- "react-async" : " ^8.0.0-alpha.0 " ,
16- "react-async-devtools" : " ^8.0.0-alpha.0 " ,
15+ "react-async" : " ^8.0.0" ,
16+ "react-async-devtools" : " ^8.0.0" ,
1717 "react-dom" : " ^16.9.0" ,
1818 "react-router-dom" : " ^5.0.0"
1919 },
Original file line number Diff line number Diff line change 11{
22 "name" : " with-typescript-example" ,
3- "version" : " 8.0.0-alpha.0 " ,
3+ "version" : " 8.0.0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.ghengeveld.now.sh/examples/with-typescript" ,
66 "scripts" : {
1818 "@types/react" : " ^16.9.2" ,
1919 "@types/react-dom" : " ^16.9.0" ,
2020 "react" : " ^16.9.0" ,
21- "react-async" : " ^8.0.0-alpha.0 " ,
22- "react-async-devtools" : " ^8.0.0-alpha.0 " ,
21+ "react-async" : " ^8.0.0" ,
22+ "react-async-devtools" : " ^8.0.0" ,
2323 "react-dom" : " ^16.9.0" ,
2424 "react-scripts" : " ^3.1.1" ,
2525 "typescript" : " ^3.5.1"
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
3- "packages" : [" examples/*" , " packages/*" ],
3+ "packages" : [
4+ " examples/*" ,
5+ " packages/*"
6+ ],
47 "publish" : {
5- "ignoreChanges" : [" examples/**" ]
8+ "ignoreChanges" : [
9+ " examples/**"
10+ ]
611 },
712 "useWorkspaces" : true ,
8- "version" : " 8.0.0-alpha.0 "
13+ "version" : " 8.0.0"
914}
You can’t perform that action at this time.
0 commit comments