From e3834ced29f3c079a3a0f371ac4fd5ea0af740b4 Mon Sep 17 00:00:00 2001 From: Mohammed S Date: Tue, 26 Dec 2023 20:07:11 +0530 Subject: [PATCH] =?UTF-8?q?ci(uiweb):=20=F0=9F=8E=89=20cut=20release=20to?= =?UTF-8?q?=20uiweb-v1.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uiweb/CHANGELOG.md | 17 +++++++++++++++++ packages/uiweb/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/uiweb/CHANGELOG.md b/packages/uiweb/CHANGELOG.md index 2dca139d9..e8bf16642 100644 --- a/packages/uiweb/CHANGELOG.md +++ b/packages/uiweb/CHANGELOG.md @@ -2,6 +2,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [1.2.0](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-1.1.23...uiweb-1.2.0) (2023-12-26) + + +### Bug Fixes + +* added styling for the component in chat profile ([d2985ae](https://github.com/ethereum-push-notification-service/push-sdk/commit/d2985aee6f1ae56892b88ad371d08333e22b4880)) +* changed component type and how it is rendered ([de355a9](https://github.com/ethereum-push-notification-service/push-sdk/commit/de355a91e5cc6f91e5e07cf3d68efd7f7f5e4a76)) +* fixed create group btn not disabling and added minimum member requirement ([ea1a3a8](https://github.com/ethereum-push-notification-service/push-sdk/commit/ea1a3a848f646606ffebec50bf4e29b08946f946)) +* Merge branch 'main' into deployment ([af23f82](https://github.com/ethereum-push-notification-service/push-sdk/commit/af23f8282252d18bce1e335a995c750951a970bd)) + + +### Features + +* implemented option to pass a component in chatprofile ([4eea456](https://github.com/ethereum-push-notification-service/push-sdk/commit/4eea456637c60997ea5f3f5d8a3a917638db946f)) + + + ## [1.1.23](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-1.1.22...uiweb-1.1.23) (2023-12-20) diff --git a/packages/uiweb/package.json b/packages/uiweb/package.json index 9e360c2ea..d3c996932 100644 --- a/packages/uiweb/package.json +++ b/packages/uiweb/package.json @@ -1,6 +1,6 @@ { "name": "@pushprotocol/uiweb", - "version": "1.1.23", + "version": "1.2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" },