Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Mar 4, 2023
1 parent e57e280 commit 9697707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/normy-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@normy/react-query",
"version": "0.3.0",
"version": "0.4.0",
"description": "react-query addon for normy - Automatic normalisation and data updates for data fetching libraries",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@tanstack/react-query": ">=4.22.0"
},
"dependencies": {
"@normy/core": "^0.3.0"
"@normy/core": "^0.4.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/normy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@normy/core",
"version": "0.3.0",
"version": "0.4.0",
"description": "Automatic normalisation and data updates for data fetching libraries",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 9697707

Please sign in to comment.