Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Nov 30, 2024
1 parent 74193ab commit 82b8937
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.17.0",
"version": "0.17.1",
"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
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.1.6",
"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
2 changes: 1 addition & 1 deletion packages/normy-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@normy/swr",
"version": "0.1.4",
"version": "0.1.5",
"description": "swr addon for normy - automatic normalization and data updates for data fetching libraries",
"main": "lib/index.js",
"module": "es/index.js",
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.11.0",
"version": "0.11.1",
"description": "Automatic normalization and data updates for data fetching libraries",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 82b8937

Please sign in to comment.