From d6f4b89e7ceacc5af561900dfa36e5d707efc4c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 11:14:35 +0000 Subject: [PATCH] Version Packages --- .changeset/loud-bees-raise.md | 5 ----- libs/notification/core/CHANGELOG.md | 6 ++++++ libs/notification/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/loud-bees-raise.md diff --git a/.changeset/loud-bees-raise.md b/.changeset/loud-bees-raise.md deleted file mode 100644 index 7478265..0000000 --- a/.changeset/loud-bees-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@croz/nrich-notification-core": patch ---- - -Exposed notification API 'add' and 'remove' methods as non-hook function variants. diff --git a/libs/notification/core/CHANGELOG.md b/libs/notification/core/CHANGELOG.md index 50b0e9f..0e76bcf 100644 --- a/libs/notification/core/CHANGELOG.md +++ b/libs/notification/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @croz/nrich-notification-core +## 1.1.3 + +### Patch Changes + +- [#63](https://github.com/croz-ltd/nrich-frontend/pull/63) [`3e3ba59`](https://github.com/croz-ltd/nrich-frontend/commit/3e3ba590a6a45ce62c89b3f5aea3487024c45f68) Thanks [@lmatejic-CROZ](https://github.com/lmatejic-CROZ)! - Exposed notification API 'add' and 'remove' methods as non-hook function variants. + ## 1.1.2 ### Patch Changes diff --git a/libs/notification/core/package.json b/libs/notification/core/package.json index 0837d83..dc8ae26 100644 --- a/libs/notification/core/package.json +++ b/libs/notification/core/package.json @@ -1,7 +1,7 @@ { "name": "@croz/nrich-notification-core", "description": "Contains core utilities related to the nrich-notification module", - "version": "1.1.2", + "version": "1.1.3", "author": "CROZ", "bugs": "https://github.com/croz-ltd/nrich-frontend/issues", "dependencies": {