Skip to content

Commit

Permalink
next release (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MagicBella and github-actions[bot] committed Sep 6, 2024
1 parent 992dade commit d090bd4
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-kings-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-swans-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-mugs-invite.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/embeddable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @magicbell/embeddable

## 3.3.29

### Patch Changes

- [#371](https://github.com/magicbell/magicbell-js/pull/371) [`8e08182`](https://github.com/magicbell/magicbell-js/commit/8e081822c33ebdadac5932d1ef075c4e1095ec3b) Thanks [@smeijer](https://github.com/smeijer)! - make sure that last category in notification preferences can be scrolled to

- Updated dependencies [[`f8e51c3`](https://github.com/magicbell/magicbell-js/commit/f8e51c3ff0abf4bb9a37937d79a15075d61f21df), [`8e08182`](https://github.com/magicbell/magicbell-js/commit/8e081822c33ebdadac5932d1ef075c4e1095ec3b)]:
- @magicbell/magicbell-react@11.0.1

## 3.3.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/embeddable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/embeddable",
"version": "3.3.28",
"version": "3.3.29",
"source": "./src/index.tsx",
"main": "dist/magicbell.min.js",
"esmodule": "dist/magicbell.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@magicbell/magicbell-react": "11.0.0",
"@magicbell/magicbell-react": "11.0.1",
"@tippyjs/react": "^4.2.6",
"error-stack-parser": "^2.1.4",
"idb": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"@angular/core": "^18.1.4",
"@magicbell/embeddable": "3.3.28",
"@magicbell/magicbell-react": "11.0.0",
"@magicbell/react-headless": "5.0.0",
"@magicbell/embeddable": "3.3.29",
"@magicbell/magicbell-react": "11.0.1",
"@magicbell/react-headless": "5.0.1",
"@types/react": "^18.2.42",
"eslint-config-next": "12.3.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/react-headless

## 5.0.1

### Patch Changes

- [#370](https://github.com/magicbell/magicbell-js/pull/370) [`f8e51c3`](https://github.com/magicbell/magicbell-js/commit/f8e51c3ff0abf4bb9a37937d79a15075d61f21df) Thanks [@smeijer](https://github.com/smeijer)! - return categories and category channels from useNotificationPreferences hook in stable order

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/react-headless",
"version": "5.0.0",
"version": "5.0.1",
"description": "Hooks to build a notification inbox",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @magicbell/magicbell-react

## 11.0.1

### Patch Changes

- [#370](https://github.com/magicbell/magicbell-js/pull/370) [`f8e51c3`](https://github.com/magicbell/magicbell-js/commit/f8e51c3ff0abf4bb9a37937d79a15075d61f21df) Thanks [@smeijer](https://github.com/smeijer)! - maintain order of categories and channels when updating notification preferences

- [#371](https://github.com/magicbell/magicbell-js/pull/371) [`8e08182`](https://github.com/magicbell/magicbell-js/commit/8e081822c33ebdadac5932d1ef075c4e1095ec3b) Thanks [@smeijer](https://github.com/smeijer)! - make sure that last category in notification preferences can be scrolled to

- Updated dependencies [[`f8e51c3`](https://github.com/magicbell/magicbell-js/commit/f8e51c3ff0abf4bb9a37937d79a15075d61f21df)]:
- @magicbell/react-headless@5.0.1

## 11.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/magicbell-react",
"version": "11.0.0",
"version": "11.0.1",
"description": "React components for building a notification inbox for your app",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down Expand Up @@ -77,7 +77,7 @@
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@magicbell/react-headless": "5.0.0",
"@magicbell/react-headless": "5.0.1",
"@magicbell/webpush": "2.0.2",
"@tippyjs/react": "^4.2.6",
"dayjs": "^1.11.10",
Expand Down

0 comments on commit d090bd4

Please sign in to comment.