From 79b09cf0055fc0f666c87f9465693ae64a7a9e26 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Fri, 7 Oct 2022 22:09:04 +0200 Subject: [PATCH] v0.1.0 --- examples/community/package.json | 2 +- packages/status-js/package.json | 2 +- packages/status-react/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/community/package.json b/examples/community/package.json index ce310694..ad576ed6 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-alpha.2", + "@status-im/react": "0.1.0", "react": "^17.0.0", "react-dom": "^17.0.0" }, diff --git a/packages/status-js/package.json b/packages/status-js/package.json index 47ced433..bc063ae9 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-alpha.2", + "version": "0.1.0", "license": "MIT OR Apache-2.0", "type": "module", "exports": { diff --git a/packages/status-react/package.json b/packages/status-react/package.json index df19fe45..031fb322 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-alpha.2", + "version": "0.1.0", "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-alpha.2", + "@status-im/js": "0.1.0", "@stitches/react": "^1.2.8", "date-fns": "^2.29.3", "emoji-mart": "^3.0.1",