diff --git a/examples/community/package.json b/examples/community/package.json index ad576ed6..9d6fcf3b 100644 --- a/examples/community/package.json +++ b/examples/community/package.json @@ -11,7 +11,7 @@ "start": "vite preview" }, "dependencies": { - "@status-im/react": "0.1.0", + "@status-im/react": "0.1.1", "react": "^17.0.0", "react-dom": "^17.0.0" }, diff --git a/packages/status-js/package.json b/packages/status-js/package.json index bc063ae9..5b06fff4 100644 --- a/packages/status-js/package.json +++ b/packages/status-js/package.json @@ -1,6 +1,6 @@ { "name": "@status-im/js", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT OR Apache-2.0", "type": "module", "exports": { diff --git a/packages/status-react/package.json b/packages/status-react/package.json index 031fb322..2229956d 100644 --- a/packages/status-react/package.json +++ b/packages/status-react/package.json @@ -1,6 +1,6 @@ { "name": "@status-im/react", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT OR Apache-2.0", "type": "module", "exports": { @@ -47,7 +47,7 @@ "@radix-ui/react-toggle-group": "^0.1.5", "@radix-ui/react-tooltip": "^1.0.0", "@radix-ui/react-visually-hidden": "^0.1.4", - "@status-im/js": "0.1.0", + "@status-im/js": "0.1.1", "@stitches/react": "^1.2.8", "date-fns": "^2.29.3", "emoji-mart": "^3.0.1",