diff --git a/.changeset/dirty-jeans-cover.md b/.changeset/dirty-jeans-cover.md deleted file mode 100644 index 912b5ae62..000000000 --- a/.changeset/dirty-jeans-cover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'magicbell': minor -'@magicbell/cli': minor ---- - -Auth tokens are now prioritized over api keys. diff --git a/.changeset/dull-seahorses-fail.md b/.changeset/dull-seahorses-fail.md deleted file mode 100644 index 48a121533..000000000 --- a/.changeset/dull-seahorses-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@magicbell/user-client': minor ---- - -regenerated using liblab v2 diff --git a/.changeset/gorgeous-cheetahs-suffer.md b/.changeset/gorgeous-cheetahs-suffer.md deleted file mode 100644 index 3bd3f4d1e..000000000 --- a/.changeset/gorgeous-cheetahs-suffer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'magicbell': minor -'@magicbell/cli': minor ---- - -define more notification delivery statuses, added `skipped`, `dropped`, `failed`, and `delivered`. diff --git a/.changeset/healthy-bugs-greet.md b/.changeset/healthy-bugs-greet.md deleted file mode 100644 index 7f43c2e3d..000000000 --- a/.changeset/healthy-bugs-greet.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -'@magicbell/react-headless': major ---- - -**Breaking Change**! - -We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding. - -If you make use of different stores or filters using the `categories` or `topics` properties, you'll need to rename them to their singular variants. - -```diff -import { MagicBellProvider } from '@magicbell/react-headless'; - -const stores = [ - { id: 'default', defaultQueryParams: {} }, - { id: 'unread', defaultQueryParams: { read: false } }, -- { id: 'billing', defaultQueryParams: { categories: ['billing'] } }, -+ { id: 'billing', defaultQueryParams: { category: 'billing' } }, -- { id: 'support', defaultQueryParams: { topics: ['support'] } }, -+ { id: 'support', defaultQueryParams: { topic: 'support' } }, -]; - -export default function Index({ children }) { - return ( - - {children} - - ); -} -``` diff --git a/.changeset/mean-chicken-rescue.md b/.changeset/mean-chicken-rescue.md deleted file mode 100644 index d44785c1d..000000000 --- a/.changeset/mean-chicken-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playground': minor ---- - -update playground to match singular topic & category params diff --git a/.changeset/metal-hornets-whisper.md b/.changeset/metal-hornets-whisper.md deleted file mode 100644 index 69d718be9..000000000 --- a/.changeset/metal-hornets-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@magicbell/project-client': minor ---- - -An early release of @magicbell/project-client, a project/admin facing client, to be used on the server, focussing on the MagicBell v2 API. diff --git a/.changeset/rare-coins-carry.md b/.changeset/rare-coins-carry.md deleted file mode 100644 index b2b40a04f..000000000 --- a/.changeset/rare-coins-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@magicbell/in-app': patch ---- - -updated to use new `@magicbell/user-client` version diff --git a/.changeset/rich-lions-work.md b/.changeset/rich-lions-work.md deleted file mode 100644 index 697feade4..000000000 --- a/.changeset/rich-lions-work.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'magicbell': patch -'@magicbell/cli': patch ---- - -removed function to delete push subscriptions, as it doesn't exist on our v1 (current) api. diff --git a/.changeset/selfish-guests-hope.md b/.changeset/selfish-guests-hope.md deleted file mode 100644 index 22961c9b5..000000000 --- a/.changeset/selfish-guests-hope.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'@magicbell/cli': major ---- - -**Breaking Change**! - -We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding. - -If you make use of the `categories` or `topics` filters on `magicbell user notifications`, you'll need to rename them to their singular variants. - -```diff -- magicbell user notifications list --topics support -+ magicbell user notifications list --topic support - -- magicbell user notifications mark-all-read --topics billing -+ magicbell user notifications mark-all-read --topic billing - -- magicbell user notifications mark-all-seen --topics other -+ magicbell user notifications mark-all-seen --topic other -``` diff --git a/.changeset/ten-snakes-confess.md b/.changeset/ten-snakes-confess.md deleted file mode 100644 index 1683f4d35..000000000 --- a/.changeset/ten-snakes-confess.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -'magicbell': major ---- - -**Breaking Change**! - -We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding. - -If you use `topics` or `categories` filters in the `UserClient`, you'll need to update those params to their singular variant. - -```diff -import { UserClient } from 'magicbell/user-client'; - -const magicbell = new UserClient({ - apiKey: 'your-api-key', - userEmail: 'you@example.com', -}); - -const notifications = await magicbell.notifications.list({ -- categories: ['billing'], -+ category: 'billing', -- topics: ['invoice-1'], -+ topic: 'invoice-1', -}); -``` diff --git a/.changeset/tidy-llamas-live.md b/.changeset/tidy-llamas-live.md deleted file mode 100644 index e19e60fa1..000000000 --- a/.changeset/tidy-llamas-live.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -'@magicbell/magicbell-react': major ---- - -**Breaking Change**! - -We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding. - -If you make use of different stores or tabs using the `categories` or `topics` properties, you'll need to rename them to their singular variants. - -```diff -import MagicBell, { FloatingNotificationInbox } from '@magicbell/magicbell-react'; -import React from 'react'; - -const stores = [ - { id: 'default', defaultQueryParams: {} }, - { id: 'unread', defaultQueryParams: { read: false } }, -- { id: 'billing', defaultQueryParams: { categories: ['billing'] } }, -+ { id: 'billing', defaultQueryParams: { category: 'billing' } }, -- { id: 'support', defaultQueryParams: { topics: ['support'] } }, -+ { id: 'support', defaultQueryParams: { topic: 'support' } }, -]; - -const tabs = [ - { storeId: 'default', label: 'Latest' }, - { storeId: 'unread', label: 'Archive' }, - { storeId: 'billing', label: 'Billing' }, - { storeId: 'support', label: 'Issues' }, -]; - -export default function Index() { - return ( - - {(props) => } - - ); -} -``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 89e4bc5f6..182aafc51 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,39 @@ # @magicbell/cli +## 4.0.0 + +### Major Changes + +- [#299](https://github.com/magicbell/magicbell-js/pull/299) [`df2c87f`](https://github.com/magicbell/magicbell-js/commit/df2c87fc1889f02c5e3c96b75aac4850531d0985) Thanks [@smeijer](https://github.com/smeijer)! - **Breaking Change**! + + We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding. + + If you make use of the `categories` or `topics` filters on `magicbell user notifications`, you'll need to rename them to their singular variants. + + ```diff + - magicbell user notifications list --topics support + + magicbell user notifications list --topic support + + - magicbell user notifications mark-all-read --topics billing + + magicbell user notifications mark-all-read --topic billing + + - magicbell user notifications mark-all-seen --topics other + + magicbell user notifications mark-all-seen --topic other + ``` + +### Minor Changes + +- [#360](https://github.com/magicbell/magicbell-js/pull/360) [`95bd18d`](https://github.com/magicbell/magicbell-js/commit/95bd18dd99be576321a947cacad407679501385a) Thanks [@smeijer](https://github.com/smeijer)! - Auth tokens are now prioritized over api keys. + +- [#349](https://github.com/magicbell/magicbell-js/pull/349) [`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6) Thanks [@smeijer](https://github.com/smeijer)! - define more notification delivery statuses, added `skipped`, `dropped`, `failed`, and `delivered`. + +### Patch Changes + +- [#348](https://github.com/magicbell/magicbell-js/pull/348) [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08) Thanks [@smeijer](https://github.com/smeijer)! - removed function to delete push subscriptions, as it doesn't exist on our v1 (current) api. + +- Updated dependencies [[`95bd18d`](https://github.com/magicbell/magicbell-js/commit/95bd18dd99be576321a947cacad407679501385a), [`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6), [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08), [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b)]: + - magicbell@4.0.0 + ## 3.6.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0cf368a47..1e02c9b1e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@magicbell/cli", - "version": "3.6.1", + "version": "4.0.0", "description": "Work with MagicBell from the command line", "author": "MagicBell (https://magicbell.com)", "contributors": [ @@ -41,7 +41,7 @@ "size": "size-limit" }, "dependencies": { - "magicbell": "3.3.0" + "magicbell": "4.0.0" }, "devDependencies": { "@magicbell/codegen": "0.2.7", diff --git a/packages/embeddable/CHANGELOG.md b/packages/embeddable/CHANGELOG.md index 0dbdd072b..9d355818b 100644 --- a/packages/embeddable/CHANGELOG.md +++ b/packages/embeddable/CHANGELOG.md @@ -1,5 +1,12 @@ # @magicbell/embeddable +## 3.3.28 + +### Patch Changes + +- Updated dependencies [[`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b)]: + - @magicbell/magicbell-react@11.0.0 + ## 3.3.27 ### Patch Changes diff --git a/packages/embeddable/package.json b/packages/embeddable/package.json index 770255463..2243669f6 100644 --- a/packages/embeddable/package.json +++ b/packages/embeddable/package.json @@ -1,6 +1,6 @@ { "name": "@magicbell/embeddable", - "version": "3.3.27", + "version": "3.3.28", "source": "./src/index.tsx", "main": "dist/magicbell.min.js", "esmodule": "dist/magicbell.esm.js", @@ -33,7 +33,7 @@ "dependencies": { "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.3", - "@magicbell/magicbell-react": "10.11.8", + "@magicbell/magicbell-react": "11.0.0", "@tippyjs/react": "^4.2.6", "error-stack-parser": "^2.1.4", "idb": "^8.0.0", diff --git a/packages/in-app/CHANGELOG.md b/packages/in-app/CHANGELOG.md index 6d0fd9740..759cc3dfe 100644 --- a/packages/in-app/CHANGELOG.md +++ b/packages/in-app/CHANGELOG.md @@ -1,5 +1,14 @@ # @magicbell/in-app +## 0.2.2 + +### Patch Changes + +- [#357](https://github.com/magicbell/magicbell-js/pull/357) [`139cbb0`](https://github.com/magicbell/magicbell-js/commit/139cbb03633fbf83dcdd8fa92cb5f60dd0ea3531) Thanks [@smeijer](https://github.com/smeijer)! - updated to use new `@magicbell/user-client` version + +- Updated dependencies [[`139cbb0`](https://github.com/magicbell/magicbell-js/commit/139cbb03633fbf83dcdd8fa92cb5f60dd0ea3531)]: + - @magicbell/user-client@0.3.0 + ## 0.2.1 ### Patch Changes diff --git a/packages/in-app/package.json b/packages/in-app/package.json index cff92fe51..a6948d39a 100644 --- a/packages/in-app/package.json +++ b/packages/in-app/package.json @@ -1,6 +1,6 @@ { "name": "@magicbell/in-app", - "version": "0.2.1", + "version": "0.2.2", "description": "MagicBell web components for in-app notifications", "repository": { "type": "git", @@ -55,7 +55,7 @@ "license": "MIT", "dependencies": { "@lit/react": "^1.0.5", - "@magicbell/user-client": "0.2.0", + "@magicbell/user-client": "0.3.0", "lit": "^3.2.0" }, "devDependencies": { diff --git a/packages/magicbell/CHANGELOG.md b/packages/magicbell/CHANGELOG.md index 90f5cf4a1..d6cfb5df0 100644 --- a/packages/magicbell/CHANGELOG.md +++ b/packages/magicbell/CHANGELOG.md @@ -1,5 +1,41 @@ # magicbell +## 4.0.0 + +### Major Changes + +- [#361](https://github.com/magicbell/magicbell-js/pull/361) [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b) Thanks [@smeijer](https://github.com/smeijer)! - **Breaking Change**! + + We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding. + + If you use `topics` or `categories` filters in the `UserClient`, you'll need to update those params to their singular variant. + + ```diff + import { UserClient } from 'magicbell/user-client'; + + const magicbell = new UserClient({ + apiKey: 'your-api-key', + userEmail: 'you@example.com', + }); + + const notifications = await magicbell.notifications.list({ + - categories: ['billing'], + + category: 'billing', + - topics: ['invoice-1'], + + topic: 'invoice-1', + }); + ``` + +### Minor Changes + +- [#360](https://github.com/magicbell/magicbell-js/pull/360) [`95bd18d`](https://github.com/magicbell/magicbell-js/commit/95bd18dd99be576321a947cacad407679501385a) Thanks [@smeijer](https://github.com/smeijer)! - Auth tokens are now prioritized over api keys. + +- [#349](https://github.com/magicbell/magicbell-js/pull/349) [`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6) Thanks [@smeijer](https://github.com/smeijer)! - define more notification delivery statuses, added `skipped`, `dropped`, `failed`, and `delivered`. + +### Patch Changes + +- [#348](https://github.com/magicbell/magicbell-js/pull/348) [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08) Thanks [@smeijer](https://github.com/smeijer)! - removed function to delete push subscriptions, as it doesn't exist on our v1 (current) api. + ## 3.3.0 ### Minor Changes diff --git a/packages/magicbell/package.json b/packages/magicbell/package.json index 455ad66ed..3131ce984 100644 --- a/packages/magicbell/package.json +++ b/packages/magicbell/package.json @@ -1,6 +1,6 @@ { "name": "magicbell", - "version": "3.3.0", + "version": "4.0.0", "description": "MagicBell API wrapper", "author": "MagicBell (https://magicbell.com)", "contributors": [ diff --git a/packages/playground/CHANGELOG.md b/packages/playground/CHANGELOG.md index dd5fbf05d..e385eac50 100644 --- a/packages/playground/CHANGELOG.md +++ b/packages/playground/CHANGELOG.md @@ -1,5 +1,11 @@ # playground +## 1.1.0 + +### Minor Changes + +- [#361](https://github.com/magicbell/magicbell-js/pull/361) [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b) Thanks [@smeijer](https://github.com/smeijer)! - update playground to match singular topic & category params + ## 1.0.1 ### Patch Changes diff --git a/packages/playground/package.json b/packages/playground/package.json index adadc8c56..08bcd2b04 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "1.0.1", + "version": "1.1.0", "private": true, "scripts": { "clean": "rimraf .next .turbo", @@ -23,9 +23,9 @@ }, "devDependencies": { "@angular/core": "^18.1.4", - "@magicbell/embeddable": "3.3.27", - "@magicbell/magicbell-react": "10.11.8", - "@magicbell/react-headless": "4.5.6", + "@magicbell/embeddable": "3.3.28", + "@magicbell/magicbell-react": "11.0.0", + "@magicbell/react-headless": "5.0.0", "@types/react": "^18.2.42", "eslint-config-next": "12.3.4", "eslint-plugin-jsx-a11y": "^6.8.0", diff --git a/packages/project-client/CHANGELOG.md b/packages/project-client/CHANGELOG.md new file mode 100644 index 000000000..1b94e586a --- /dev/null +++ b/packages/project-client/CHANGELOG.md @@ -0,0 +1,7 @@ +# @magicbell/project-client + +## 0.2.0 + +### Minor Changes + +- [#358](https://github.com/magicbell/magicbell-js/pull/358) [`726be74`](https://github.com/magicbell/magicbell-js/commit/726be74fa92eb729113eec25a6852f4c8a2b7698) Thanks [@smeijer](https://github.com/smeijer)! - An early release of @magicbell/project-client, a project/admin facing client, to be used on the server, focussing on the MagicBell v2 API. diff --git a/packages/project-client/package.json b/packages/project-client/package.json index e802b4862..57e959865 100644 --- a/packages/project-client/package.json +++ b/packages/project-client/package.json @@ -1,6 +1,6 @@ { "name": "@magicbell/project-client", - "version": "0.1.0", + "version": "0.2.0", "description": "OpenAPI 3.1.0 Specification for MagicBell API.", "keywords": [ "typescript", diff --git a/packages/react-headless/CHANGELOG.md b/packages/react-headless/CHANGELOG.md index 6eef8fbc2..b641cfabb 100644 --- a/packages/react-headless/CHANGELOG.md +++ b/packages/react-headless/CHANGELOG.md @@ -1,5 +1,46 @@ # @magicbell/react-headless +## 5.0.0 + +### Major Changes + +- [#361](https://github.com/magicbell/magicbell-js/pull/361) [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b) Thanks [@smeijer](https://github.com/smeijer)! - **Breaking Change**! + + We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding. + + If you make use of different stores or filters using the `categories` or `topics` properties, you'll need to rename them to their singular variants. + + ```diff + import { MagicBellProvider } from '@magicbell/react-headless'; + + const stores = [ + { id: 'default', defaultQueryParams: {} }, + { id: 'unread', defaultQueryParams: { read: false } }, + - { id: 'billing', defaultQueryParams: { categories: ['billing'] } }, + + { id: 'billing', defaultQueryParams: { category: 'billing' } }, + - { id: 'support', defaultQueryParams: { topics: ['support'] } }, + + { id: 'support', defaultQueryParams: { topic: 'support' } }, + ]; + + export default function Index({ children }) { + return ( + + {children} + + ); + } + ``` + +### Patch Changes + +- Updated dependencies [[`95bd18d`](https://github.com/magicbell/magicbell-js/commit/95bd18dd99be576321a947cacad407679501385a), [`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6), [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08), [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b)]: + - magicbell@4.0.0 + ## 4.5.6 ### Patch Changes diff --git a/packages/react-headless/package.json b/packages/react-headless/package.json index ea0399777..4f45cb52d 100644 --- a/packages/react-headless/package.json +++ b/packages/react-headless/package.json @@ -1,6 +1,6 @@ { "name": "@magicbell/react-headless", - "version": "4.5.6", + "version": "5.0.0", "description": "Hooks to build a notification inbox", "author": "MagicBell (https://magicbell.com/)", "contributors": [ @@ -80,7 +80,7 @@ "immer": "^9.0.21", "lodash": "^4.17.21", "lodash-es": "^4.17.21", - "magicbell": "3.3.0", + "magicbell": "4.0.0", "mitt": "^3.0.1", "ramda": "^0.28.0", "tiny-invariant": "^1.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e1495fb4e..f41e8a418 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,54 @@ # @magicbell/magicbell-react +## 11.0.0 + +### Major Changes + +- [#361](https://github.com/magicbell/magicbell-js/pull/361) [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b) Thanks [@smeijer](https://github.com/smeijer)! - **Breaking Change**! + + We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding. + + If you make use of different stores or tabs using the `categories` or `topics` properties, you'll need to rename them to their singular variants. + + ```diff + import MagicBell, { FloatingNotificationInbox } from '@magicbell/magicbell-react'; + import React from 'react'; + + const stores = [ + { id: 'default', defaultQueryParams: {} }, + { id: 'unread', defaultQueryParams: { read: false } }, + - { id: 'billing', defaultQueryParams: { categories: ['billing'] } }, + + { id: 'billing', defaultQueryParams: { category: 'billing' } }, + - { id: 'support', defaultQueryParams: { topics: ['support'] } }, + + { id: 'support', defaultQueryParams: { topic: 'support' } }, + ]; + + const tabs = [ + { storeId: 'default', label: 'Latest' }, + { storeId: 'unread', label: 'Archive' }, + { storeId: 'billing', label: 'Billing' }, + { storeId: 'support', label: 'Issues' }, + ]; + + export default function Index() { + return ( + + {(props) => } + + ); + } + ``` + +### Patch Changes + +- Updated dependencies [[`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b)]: + - @magicbell/react-headless@5.0.0 + ## 10.11.8 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index a6733cece..247e11209 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@magicbell/magicbell-react", - "version": "10.11.8", + "version": "11.0.0", "description": "React components for building a notification inbox for your app", "author": "MagicBell (https://magicbell.com/)", "contributors": [ @@ -77,7 +77,7 @@ }, "dependencies": { "@emotion/react": "^11.11.3", - "@magicbell/react-headless": "4.5.6", + "@magicbell/react-headless": "5.0.0", "@magicbell/webpush": "2.0.2", "@tippyjs/react": "^4.2.6", "dayjs": "^1.11.10", diff --git a/packages/user-client/CHANGELOG.md b/packages/user-client/CHANGELOG.md index 5ca0a91b1..1af211cab 100644 --- a/packages/user-client/CHANGELOG.md +++ b/packages/user-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @magicbell/user-client +## 0.3.0 + +### Minor Changes + +- [#357](https://github.com/magicbell/magicbell-js/pull/357) [`139cbb0`](https://github.com/magicbell/magicbell-js/commit/139cbb03633fbf83dcdd8fa92cb5f60dd0ea3531) Thanks [@smeijer](https://github.com/smeijer)! - regenerated using liblab v2 + ## 0.2.0 ### Minor Changes diff --git a/packages/user-client/package.json b/packages/user-client/package.json index 1de9d49fb..323bdd63f 100644 --- a/packages/user-client/package.json +++ b/packages/user-client/package.json @@ -1,6 +1,6 @@ { "name": "@magicbell/user-client", - "version": "0.2.0", + "version": "0.3.0", "description": "OpenAPI 3.1.0 Specification for MagicBell API.", "keywords": [ "typescript",