Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @normy/core@0.10.0
 - @normy/react-query@0.14.0
 - @normy/rtk-query@0.1.1
 - @normy/swr@0.1.0
  • Loading branch information
klis87 committed Feb 13, 2024
1 parent 82cca9a commit bc484f6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 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.13.1",
"version": "0.14.0",
"description": "react-query addon for normy - automatic normalization 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": ">=5.4.3"
},
"dependencies": {
"@normy/core": "~0.9.1"
"@normy/core": "^0.10.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/normy-rtk-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@normy/rtk-query",
"version": "0.1.0",
"version": "0.1.1",
"description": "rtk-query addon for normy - automatic normalization and data updates for data fetching libraries",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@reduxjs/toolkit": ">=2.0.1"
},
"dependencies": {
"@normy/core": "~0.9.1"
"@normy/core": "^0.10.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/normy-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@normy/swr",
"version": "0.0.3",
"version": "0.1.0",
"description": "swr addon for normy - automatic normalization and data updates for data fetching libraries",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"swr": ">=5.4.3"
},
"dependencies": {
"@normy/core": "~0.9.1"
"@normy/core": "^0.10.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
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.9.1",
"version": "0.10.0",
"description": "Automatic normalization and data updates for data fetching libraries",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
13 changes: 10 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc484f6

Please sign in to comment.