Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jul 21, 2019
1 parent 86b7607 commit 5f90a7f
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 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",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"postinstall": "relative-deps",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.4",
"react-async-devtools": "^1.0.2",
"react-async": "^7.0.5",
"react-async-devtools": "^1.0.3",
"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",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"postinstall": "relative-deps",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.4",
"react-async-devtools": "^1.0.2",
"react-async": "^7.0.5",
"react-async-devtools": "^1.0.3",
"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",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"postinstall": "relative-deps",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.4",
"react-async-devtools": "^1.0.2",
"react-async": "^7.0.5",
"react-async-devtools": "^1.0.3",
"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",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"postinstall": "relative-deps",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.4",
"react-async-devtools": "^1.0.2",
"react-async": "^7.0.5",
"react-async-devtools": "^1.0.3",
"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",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"postinstall": "relative-deps",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"react": "^16.8.6",
"react-async": "^7.0.4",
"react-async-devtools": "^1.0.2",
"react-async": "^7.0.5",
"react-async-devtools": "^1.0.3",
"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",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"isomorphic-fetch": "^2.2.1",
"next": "^8.0.3",
"react": "^16.8.6",
"react-async": "^7.0.4",
"react-async-devtools": "^1.0.2",
"react-async": "^7.0.5",
"react-async-devtools": "^1.0.3",
"react-dom": "^16.8.6"
},
"devDependencies": {
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",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"@babel/preset-react": "^7.0.0",
"parcel-bundler": "^1.12.3",
"react": "^16.8.6",
"react-async": "^7.0.4",
"react-async-devtools": "^1.0.2",
"react-async": "^7.0.5",
"react-async-devtools": "^1.0.3",
"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",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"postinstall": "relative-deps",
Expand All @@ -16,8 +16,8 @@
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"react": "^16.8.6",
"react-async": "^7.0.4",
"react-async-devtools": "^1.0.2",
"react-async": "^7.0.5",
"react-async-devtools": "^1.0.3",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"typescript": "^3.5.1"
Expand Down
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.2",
"version": "1.0.3",
"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.4",
"version": "7.0.5",
"description": "React component for declarative promise resolution and data fetching",
"keywords": [
"react",
Expand Down

0 comments on commit 5f90a7f

Please sign in to comment.