From 9014a76d6dfbfe639c9ecbc7e8f5cfc062eed4ce Mon Sep 17 00:00:00 2001 From: Monalisha Mishra Date: Tue, 13 Feb 2024 13:33:31 +0530 Subject: [PATCH] =?UTF-8?q?ci(restapi):=20=F0=9F=8E=89=20cut=20beta=20rele?= =?UTF-8?q?ase=20to=20restapi-v0.0.1-alpha.67?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/restapi/CHANGELOG.md | 10 ++++++++++ packages/restapi/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/restapi/CHANGELOG.md b/packages/restapi/CHANGELOG.md index 205c3a2f0..dfa9cba5b 100644 --- a/packages/restapi/CHANGELOG.md +++ b/packages/restapi/CHANGELOG.md @@ -2,6 +2,16 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.0.1-alpha.67](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.66...restapi-0.0.1-alpha.67) (2024-02-13) + + +### Bug Fixes + +* added notification widget layout ([#1076](https://github.com/ethereum-push-notification-service/push-sdk/issues/1076)) ([c695c18](https://github.com/ethereum-push-notification-service/push-sdk/commit/c695c185c14ef23669c2d0836a6aa9c597ce525c)), closes [#1051](https://github.com/ethereum-push-notification-service/push-sdk/issues/1051) [#1062](https://github.com/ethereum-push-notification-service/push-sdk/issues/1062) [#1070](https://github.com/ethereum-push-notification-service/push-sdk/issues/1070) [#1073](https://github.com/ethereum-push-notification-service/push-sdk/issues/1073) [#1069](https://github.com/ethereum-push-notification-service/push-sdk/issues/1069) [#1053](https://github.com/ethereum-push-notification-service/push-sdk/issues/1053) [#1074](https://github.com/ethereum-push-notification-service/push-sdk/issues/1074) [#1081](https://github.com/ethereum-push-notification-service/push-sdk/issues/1081) [#1088](https://github.com/ethereum-push-notification-service/push-sdk/issues/1088) [#1089](https://github.com/ethereum-push-notification-service/push-sdk/issues/1089) [#1099](https://github.com/ethereum-push-notification-service/push-sdk/issues/1099) [#1102](https://github.com/ethereum-push-notification-service/push-sdk/issues/1102) [#1107](https://github.com/ethereum-push-notification-service/push-sdk/issues/1107) +* Merge alpha ([be6cac0](https://github.com/ethereum-push-notification-service/push-sdk/commit/be6cac001715da4f51e3a1d061c0d2c274d82def)) + + + ## [0.0.1-alpha.66](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.65...restapi-0.0.1-alpha.66) (2024-02-08) diff --git a/packages/restapi/package.json b/packages/restapi/package.json index b12a0fbfb..c02893781 100644 --- a/packages/restapi/package.json +++ b/packages/restapi/package.json @@ -1,6 +1,6 @@ { "name": "@pushprotocol/restapi", - "version": "0.0.1-alpha.66", + "version": "0.0.1-alpha.67", "type": "commonjs", "publishConfig": { "registry": "https://registry.npmjs.org/"