Skip to content

Commit 9697707

Browse files
committed
Publish
- @normy/[email protected] - @normy/[email protected]
1 parent e57e280 commit 9697707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/normy-react-query/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@normy/react-query",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "react-query addon for normy - Automatic normalisation and data updates for data fetching libraries",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -36,7 +36,7 @@
3636
"@tanstack/react-query": ">=4.22.0"
3737
},
3838
"dependencies": {
39-
"@normy/core": "^0.3.0"
39+
"@normy/core": "^0.4.0"
4040
},
4141
"devDependencies": {
4242
"@babel/cli": "7.20.7",

packages/normy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@normy/core",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Automatic normalisation and data updates for data fetching libraries",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)