Skip to content

Commit

Permalink
v3.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Ashcraft committed Jun 11, 2019
1 parent 02690ec commit d294540
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*", "site"],
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/redux-query-interface-superagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-query-interface-superagent",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "The default interface for redux-query, powered by superagent",
"homepage": "https://github.com/amplitude/redux-query",
"main": "dist/commonjs/index.js",
Expand All @@ -27,7 +27,7 @@
"author": "Ryan Ashcraft <ryan@amplitude.com>",
"license": "MIT",
"dependencies": {
"redux-query": "^3.0.0-alpha.6",
"redux-query": "^3.0.0-alpha.7",
"superagent": "^5.0.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-query-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-query-react",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "The React interface for integrating with redux-query",
"homepage": "https://github.com/amplitude/redux-query",
"main": "dist/commonjs/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "MIT",
"dependencies": {
"hoist-non-react-statics": "^3.3.0",
"redux-query": "^3.0.0-alpha.6"
"redux-query": "^3.0.0-alpha.7"
},
"peerDependencies": {
"react": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-query",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "A library for querying and managing network state in Redux applications",
"homepage": "https://github.com/amplitude/redux-query",
"main": "dist/commonjs/index.js",
Expand Down
8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redux-query-site",
"private": true,
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"homepage": "https://amplitude.github.io/redux-query",
"dependencies": {
"babel-standalone": "^6.26.0",
Expand All @@ -17,9 +17,9 @@
"react-redux": "^5.0.3",
"react-router-dom": "^4.0.0",
"redux": "^4.0.0",
"redux-query": "^3.0.0-alpha.6",
"redux-query-interface-superagent": "^3.0.0-alpha.6",
"redux-query-react": "^3.0.0-alpha.6",
"redux-query": "^3.0.0-alpha.7",
"redux-query-interface-superagent": "^3.0.0-alpha.7",
"redux-query-react": "^3.0.0-alpha.7",
"rimraf": "^2.4.3",
"styled-components": "^2.2.1"
},
Expand Down

0 comments on commit d294540

Please sign in to comment.