Skip to content

Commit

Permalink
v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsonpw committed Jul 11, 2023
1 parent 5400dd1 commit ac5a952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.1",
"version": "3.5.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion 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.5.1",
"version": "3.5.2",
"description": "The default interface for redux-query, powered by superagent",
"homepage": "https://github.com/amplitude/redux-query",
"main": "dist/commonjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.5.1",
"version": "3.5.2",
"description": "The React interface for integrating with redux-query",
"homepage": "https://github.com/amplitude/redux-query",
"main": "dist/commonjs/index.js",
Expand Down

0 comments on commit ac5a952

Please sign in to comment.