Skip to content

Commit

Permalink
Bump and align all package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Aug 8, 2019
1 parent c1af7e9 commit 8f61a92
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions examples/basic-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-fetch-example",
"version": "1.0.2",
"version": "8.0.0-alpha.0",
"private": true,
"homepage": "https://react-async.ghengeveld.now.sh/examples/basic-fetch",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.6",
"react-async-devtools": "^1.0.4",
"react-async": "^8.0.0-alpha.0",
"react-async-devtools": "^8.0.0-alpha.0",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/basic-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-hook-example",
"version": "1.0.3",
"version": "8.0.0-alpha.0",
"private": true,
"homepage": "https://react-async.ghengeveld.now.sh/examples/basic-hook",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.6",
"react-async-devtools": "^1.0.4",
"react-async": "^8.0.0-alpha.0",
"react-async-devtools": "^8.0.0-alpha.0",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-instance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-instance-example",
"version": "1.0.2",
"version": "8.0.0-alpha.0",
"private": true,
"homepage": "https://react-async.ghengeveld.now.sh/examples/custom-instance",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.6",
"react-async-devtools": "^1.0.4",
"react-async": "^8.0.0-alpha.0",
"react-async-devtools": "^8.0.0-alpha.0",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/movie-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movie-app-example",
"version": "1.0.3",
"version": "8.0.0-alpha.0",
"private": true,
"homepage": "https://react-async.ghengeveld.now.sh/examples/movie-app",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.6",
"react-async-devtools": "^1.0.4",
"react-async": "^8.0.0-alpha.0",
"react-async-devtools": "^8.0.0-alpha.0",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/with-abortcontroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-abortcontroller-example",
"version": "1.0.2",
"version": "8.0.0-alpha.0",
"private": true,
"homepage": "https://react-async.ghengeveld.now.sh/examples/with-abortcontroller",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.6",
"react-async-devtools": "^1.0.4",
"react-async": "^8.0.0-alpha.0",
"react-async-devtools": "^8.0.0-alpha.0",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/with-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-nextjs-example",
"version": "1.0.4",
"version": "8.0.0-alpha.0",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"isomorphic-fetch": "^2.2.1",
"next": "^9.0.2",
"react": "^16.8.6",
"react-async": "^7.0.6",
"react-async-devtools": "^1.0.4",
"react-async": "^8.0.0-alpha.0",
"react-async-devtools": "^8.0.0-alpha.0",
"react-dom": "^16.8.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-react-native-example",
"version": "0.0.1",
"version": "8.0.0-alpha.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"postinstall": "relative-deps",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"expo": "^33.0.0",
"react": "16.8.3",
"react-async": "^7.0.6",
"react-async": "^8.0.0-alpha.0",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-web": "^0.11.4"
Expand Down
6 changes: 3 additions & 3 deletions examples/with-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-react-router-example",
"version": "1.0.3",
"version": "8.0.0-alpha.0",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.6",
"react-async-devtools": "^1.0.4",
"react-async": "^8.0.0-alpha.0",
"react-async-devtools": "^8.0.0-alpha.0",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/with-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-typescript-example",
"version": "1.0.3",
"version": "8.0.0-alpha.0",
"private": true,
"homepage": "https://react-async.ghengeveld.now.sh/examples/with-typescript",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"react": "^16.8.6",
"react-async": "^7.0.6",
"react-async-devtools": "^1.0.4",
"react-async": "^8.0.0-alpha.0",
"react-async-devtools": "^8.0.0-alpha.0",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"typescript": "^3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"ignoreChanges": ["examples/**"]
},
"useWorkspaces": true,
"version": "independent"
"version": "8.0.0-alpha.0"
}
2 changes: 1 addition & 1 deletion packages/react-async-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-async-devtools",
"version": "1.0.4",
"version": "8.0.0-alpha.0",
"description": "DevTools for React Async",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-async",
"version": "7.0.6",
"version": "8.0.0-alpha.0",
"description": "React component for declarative promise resolution and data fetching",
"keywords": [
"react",
Expand Down

0 comments on commit 8f61a92

Please sign in to comment.