-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ## [email protected] ### Minor Changes - [#459](#459) [`6688f1c`](6688f1c) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell`. ## @magicbell/[email protected] ### Minor Changes - [#459](#459) [`6688f1c`](6688f1c) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `@magicbell/project-client`. ## @magicbell/[email protected] ### Minor Changes - [#465](#465) [`748822c`](748822c) Thanks [@stigi](https://github.com/stigi)! - Added `token` as a way to authenticate the react-headless SDK. Also improved typings to make clear which combination of parameters are expected ### Patch Changes - Updated dependencies \[[`6688f1c`](6688f1c)]: - [email protected] ## @magicbell/[email protected] ### Minor Changes - [#459](#459) [`6688f1c`](6688f1c) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `@magicbell/user-client`. ## @magicbell/[email protected] ### Patch Changes - Updated dependencies \[[`6688f1c`](6688f1c)]: - [email protected] ## @magicbell/[email protected] ### Patch Changes - Updated dependencies \[]: - @magicbell/[email protected] ## @magicbell/[email protected] ### Patch Changes - Updated dependencies \[[`6688f1c`](6688f1c)]: - @magicbell/[email protected] ## @magicbell/[email protected] ### Patch Changes - Updated dependencies \[[`748822c`](748822c)]: - @magicbell/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
748822c
commit e9d2fa8
Showing
21 changed files
with
73 additions
and
36 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @magicbell/cli | ||
|
||
## 4.2.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`6688f1c`](https://github.com/magicbell/magicbell-js/commit/6688f1ced10daa74d4953042fe7de12554d88156)]: | ||
- [email protected] | ||
|
||
## 4.2.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magicbell/cli", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Work with MagicBell from the command line", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com)", | ||
"contributors": [ | ||
|
@@ -46,7 +46,7 @@ | |
"fetch-addons": "^1.3.0", | ||
"json5": "^2.2.3", | ||
"kleur": "^4.1.5", | ||
"magicbell": "4.1.0", | ||
"magicbell": "4.2.0", | ||
"readline-sync": "^1.4.10" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "magicbell", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "MagicBell API wrapper", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com)", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# @magicbell/react-headless | ||
|
||
## 5.2.0 | ||
|
||
### Minor Changes | ||
|
||
- [#465](https://github.com/magicbell/magicbell-js/pull/465) [`748822c`](https://github.com/magicbell/magicbell-js/commit/748822ca48d48f9361364f78ce26e819cfa28d80) Thanks [@stigi](https://github.com/stigi)! - Added `token` as a way to authenticate the react-headless SDK. Also improved typings to make clear which combination of parameters are expected | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`6688f1c`](https://github.com/magicbell/magicbell-js/commit/6688f1ced10daa74d4953042fe7de12554d88156)]: | ||
- [email protected] | ||
|
||
## 5.1.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magicbell/react-headless", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Hooks to build a notification inbox", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com/)", | ||
"contributors": [ | ||
|
@@ -71,7 +71,7 @@ | |
"immer": "^10.1.1", | ||
"lodash": "^4.17.21", | ||
"lodash-es": "^4.17.21", | ||
"magicbell": "4.1.0", | ||
"magicbell": "4.2.0", | ||
"mitt": "^3.0.1", | ||
"ramda": "^0.28.0", | ||
"tiny-invariant": "^1.3.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magicbell/magicbell-react", | ||
"version": "11.2.0", | ||
"version": "11.2.1", | ||
"description": "React components for building a notification inbox for your app", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com/)", | ||
"contributors": [ | ||
|
@@ -70,7 +70,7 @@ | |
"dependencies": { | ||
"@emotion/react": "^11.14.0", | ||
"@floating-ui/react": "^0.27.0", | ||
"@magicbell/react-headless": "5.1.0", | ||
"@magicbell/react-headless": "5.2.0", | ||
"@magicbell/webpush": "2.1.0", | ||
"dayjs": "^1.11.10", | ||
"humps": "^2.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters