Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @normy/react-query@0.13.0
 - @normy/swr@0.0.2
 - @normy/core@0.9.0
  • Loading branch information
klis87 committed Dec 8, 2023
1 parent 3ce9189 commit 9e577fb
Show file tree
Hide file tree
Showing 4 changed files with 6,248 additions and 2,218 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.12.0",
"version": "0.13.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
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.0.1",
"version": "0.0.2",
"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.8.0",
"version": "0.9.0",
"description": "Automatic normalization and data updates for data fetching libraries",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Loading

0 comments on commit 9e577fb

Please sign in to comment.