Skip to content

Commit

Permalink
next release (#438)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @magicbell/[email protected]

### Minor Changes

- [#437](#437)
[`2f4a412`](2f4a412)
Thanks [@smeijer](https://github.com/smeijer)! - remove graphql call
during login

## @magicbell/[email protected]

### Patch Changes

- [#440](#440)
[`0b8f1f2`](0b8f1f2)
Thanks [@smeijer](https://github.com/smeijer)! - ensure that clicking
notification menu doesn't trigger action url

- Updated dependencies
\[[`0b8f1f2`](0b8f1f2)]:
    -   @magicbell/[email protected]

## @magicbell/[email protected]

### Patch Changes

- [#440](#440)
[`0b8f1f2`](0b8f1f2)
Thanks [@smeijer](https://github.com/smeijer)! - ensure that clicking
notification menu doesn't trigger action url

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MagicBella and github-actions[bot] authored Dec 6, 2024
1 parent 0b8f1f2 commit e9f3aea
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-boxes-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-tools-thank.md

This file was deleted.

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

## 4.2.0

### Minor Changes

- [#437](https://github.com/magicbell/magicbell-js/pull/437) [`2f4a412`](https://github.com/magicbell/magicbell-js/commit/2f4a412a1ca73c82d7a7106702708b89d41b5478) Thanks [@smeijer](https://github.com/smeijer)! - remove graphql call during login

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/cli",
"version": "4.1.1",
"version": "4.2.0",
"description": "Work with MagicBell from the command line",
"author": "MagicBell <[email protected]> (https://magicbell.com)",
"contributors": [
Expand Down
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.4.1

### Patch Changes

- [#440](https://github.com/magicbell/magicbell-js/pull/440) [`0b8f1f2`](https://github.com/magicbell/magicbell-js/commit/0b8f1f2daa2eb322a12e8bbc691cada7c4c205f9) Thanks [@smeijer](https://github.com/smeijer)! - ensure that clicking notification menu doesn't trigger action url

- Updated dependencies [[`0b8f1f2`](https://github.com/magicbell/magicbell-js/commit/0b8f1f2daa2eb322a12e8bbc691cada7c4c205f9)]:
- @magicbell/magicbell-react@11.1.1

## 3.4.0

### Minor 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.4.0",
"version": "3.4.1",
"main": "dist/magicbell.min.js",
"esmodule": "dist/magicbell.esm.js",
"module": "dist/magicbell.esm.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@floating-ui/react": "^0.26.24",
"@magicbell/magicbell-react": "11.1.0",
"@magicbell/magicbell-react": "11.1.1",
"error-stack-parser": "^2.1.4",
"preact": "^10.25.0",
"react-frame-component": "^5.2.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"devDependencies": {
"@angular/core": "^18.1.4",
"@magicbell/embeddable": "3.4.0",
"@magicbell/magicbell-react": "11.1.0",
"@magicbell/embeddable": "3.4.1",
"@magicbell/magicbell-react": "11.1.1",
"@magicbell/react-headless": "5.1.0",
"@types/react": "^18.2.42",
"eslint-config-next": "12.3.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/magicbell-react

## 11.1.1

### Patch Changes

- [#440](https://github.com/magicbell/magicbell-js/pull/440) [`0b8f1f2`](https://github.com/magicbell/magicbell-js/commit/0b8f1f2daa2eb322a12e8bbc691cada7c4c205f9) Thanks [@smeijer](https://github.com/smeijer)! - ensure that clicking notification menu doesn't trigger action url

## 11.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/magicbell-react",
"version": "11.1.0",
"version": "11.1.1",
"description": "React components for building a notification inbox for your app",
"author": "MagicBell <[email protected]> (https://magicbell.com/)",
"contributors": [
Expand Down

0 comments on commit e9f3aea

Please sign in to comment.