-
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.
- Loading branch information
1 parent
86deb74
commit 50caa5a
Showing
22 changed files
with
82 additions
and
43 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 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,18 @@ | ||
# @magicbell/cli | ||
|
||
## 3.7.0 | ||
|
||
### Minor Changes | ||
|
||
- [#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 [[`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6), [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08)]: | ||
- [email protected] | ||
|
||
## 3.6.1 | ||
|
||
### Patch 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": "3.6.1", | ||
"version": "3.7.0", | ||
"description": "Work with MagicBell from the command line", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com)", | ||
"contributors": [ | ||
|
@@ -41,7 +41,7 @@ | |
"size": "size-limit" | ||
}, | ||
"dependencies": { | ||
"magicbell": "3.3.0" | ||
"magicbell": "3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@magicbell/codegen": "0.2.7", | ||
|
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": "3.3.0", | ||
"version": "3.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
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,12 @@ | ||
# @magicbell/react-headless | ||
|
||
## 4.5.7 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6), [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08)]: | ||
- [email protected] | ||
|
||
## 4.5.6 | ||
|
||
### Patch 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": "4.5.6", | ||
"version": "4.5.7", | ||
"description": "Hooks to build a notification inbox", | ||
"author": "MagicBell <[email protected]> (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": "3.4.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": "10.11.8", | ||
"version": "10.11.9", | ||
"description": "React components for building a notification inbox for your app", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com/)", | ||
"contributors": [ | ||
|
@@ -77,7 +77,7 @@ | |
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.11.3", | ||
"@magicbell/react-headless": "4.5.6", | ||
"@magicbell/react-headless": "4.5.7", | ||
"@magicbell/webpush": "2.0.2", | ||
"@tippyjs/react": "^4.2.6", | ||
"dayjs": "^1.11.10", | ||
|
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