From eb45244fbddc27583fa3d57db2459409afb18dbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Dec 2023 13:54:28 +0000 Subject: [PATCH] chore(release): publish latest [skip ci] - @bosonprotocol/react-kit@0.23.0 --- package-lock.json | 2 +- packages/react-kit/CHANGELOG.md | 11 +++++++++++ packages/react-kit/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7c82dbd6..0b2eb5004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48308,7 +48308,7 @@ }, "packages/react-kit": { "name": "@bosonprotocol/react-kit", - "version": "0.23.0-alpha.1", + "version": "0.23.0", "license": "Apache-2.0", "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", diff --git a/packages/react-kit/CHANGELOG.md b/packages/react-kit/CHANGELOG.md index 2e43e26b5..aeba0bc6a 100644 --- a/packages/react-kit/CHANGELOG.md +++ b/packages/react-kit/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.23.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/react-kit@0.22.0...@bosonprotocol/react-kit@0.23.0) (2023-12-08) + + +### Features + +* add more props to magic login button ([#622](https://github.com/bosonprotocol/core-components/issues/622)) ([5eb46fb](https://github.com/bosonprotocol/core-components/commit/5eb46fb2f087b0fe75aa35be7c7351e9c567e381)) + + + + + # [0.22.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/react-kit@0.21.0...@bosonprotocol/react-kit@0.22.0) (2023-12-05) diff --git a/packages/react-kit/package.json b/packages/react-kit/package.json index 2256bb128..52f2fef8c 100644 --- a/packages/react-kit/package.json +++ b/packages/react-kit/package.json @@ -1,7 +1,7 @@ { "name": "@bosonprotocol/react-kit", "description": "React toolkit with smart components and hooks for building on top of the Boson Protocol.", - "version": "0.23.0-alpha.1", + "version": "0.23.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/cjs/index.d.ts",