diff --git a/README.md b/README.md index 0c8bc0f..4170e1d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To receive an event means to listen to a localStorage change on the specified ke It is not recommended to use the shared state in a production usage because -- performance has not been measured, +- performance has not been measured (especially when there are more than 2 tabs), - there is no unit test. ## Links diff --git a/package-lock.json b/package-lock.json index d1514d4..d1123cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@florian-cousin/use-tabs-state", - "version": "1.0.0", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@florian-cousin/use-tabs-state", - "version": "1.0.0", + "version": "1.0.2", "license": "GPL-3.0", "dependencies": { "@types/react": "^18.3.3", diff --git a/package.json b/package.json index 386ee66..a29269c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@florian-cousin/use-tabs-state", - "version": "1.0.1", + "version": "1.0.2", "description": "Hook for React state that is shared through all tabs", "main": "dist/useTabsState.js", "types": "dist/useTabsState.d.ts",