Skip to content

Commit

Permalink
[RELEASE] v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gading Nasution committed Dec 17, 2022
1 parent 55b6be3 commit 5bfb8c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swr-global-state",
"version": "2.1.0-preview",
"version": "2.1.0",
"author": "Sutan Gading Fadhillah Nasution <[email protected]>",
"description": "Zero-setup & simple global state management for React Components",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"main": "packages/swr-global-state/dist/index.js",
"typings": "packages/swr-global-state/dist/index.d.ts",
"module": "packages/swr-global-state/dist/swr-global-state.esm.js",
"homepage": "https://github.com/gadingnst/swr-global-state",
"homepage": "https://swr-global-state-demo.gading.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/gadingnst/swr-global-state.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/swr-global-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "swr-global-state",
"author": "Sutan Gading Fadhillah Nasution <[email protected]>",
"description": "Zero-setup & simple global state management for React Components",
"version": "2.1.0-preview",
"version": "2.1.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/swr-global-state.esm.js",
"homepage": "https://github.com/gadingnst/swr-global-state",
"homepage": "https://swr-global-state-demo.gading.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/gadingnst/swr-global-state.git"
Expand Down

0 comments on commit 5bfb8c6

Please sign in to comment.