-
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] ### Major Changes - [#27](#27) [`c698320`](c698320) Thanks [@smeijer](https://github.com/smeijer)! - - improve types for `notifications`, `push-subscriptions`, `imports` and `users` resources. - remove from beta. ## @magicbell/[email protected] ### Patch Changes - [#27](#27) [`bad5f13`](bad5f13) Thanks [@smeijer](https://github.com/smeijer)! - Extract codegen out of `magicbell` into its own package. ## @magicbell/[email protected] ### Patch Changes - Updated dependencies \[[`2f295b0`](2f295b0)]: - @magicbell/[email protected] ## @magicbell/[email protected] ### Patch Changes - [#26](#26) [`2f295b0`](2f295b0) Thanks [@smeijer](https://github.com/smeijer)! - Remove react-dom from peer-dependencies, so we don't cause trouble in react-native projects. - Updated dependencies \[[`2f295b0`](2f295b0)]: - @magicbell/[email protected] ## @magicbell/[email protected] ### Patch Changes - [#26](#26) [`2f295b0`](2f295b0) Thanks [@smeijer](https://github.com/smeijer)! - Remove react-dom from peer-dependencies, so we don't cause trouble in react-native projects. ## [email protected] ### Patch Changes - Updated dependencies \[[`c698320`](c698320)]: - [email protected]
- Loading branch information
1 parent
c698320
commit bdc98d6
Showing
15 changed files
with
52 additions
and
27 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 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/codegen | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- [#27](https://github.com/magicbell-io/magicbell-js/pull/27) [`bad5f13`](https://github.com/magicbell-io/magicbell-js/commit/bad5f13e9f61c4f4be08d48d84755d87bb0551e5) Thanks [@smeijer](https://github.com/smeijer)! - Extract codegen out of `magicbell` into its own package. |
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/codegen", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "MagicBell codegen", | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "magicbell", | ||
"version": "0.3.0", | ||
"version": "1.0.0", | ||
"description": "MagicBell API wrapper", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com)", | ||
"contributors": [ | ||
|
@@ -51,7 +51,7 @@ | |
} | ||
], | ||
"devDependencies": { | ||
"@magicbell/codegen": "^0.0.0", | ||
"@magicbell/codegen": "^0.0.1", | ||
"@size-limit/preset-small-lib": "^8.0.1", | ||
"ast-types": "^0.14.2", | ||
"json5": "^2.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# ping-vscode | ||
|
||
## 0.0.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`c698320`](https://github.com/magicbell-io/magicbell-js/commit/c69832021cba9a0686a14be22dd7f46c613b954d)]: | ||
- [email protected] | ||
|
||
## 0.0.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": "ping-vscode", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"private": true, | ||
"description": "Ping VSCode extension by Magicbell", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com)", | ||
|
@@ -109,7 +109,7 @@ | |
"@primer/octicons-react": "^17.9.0", | ||
"@stitches/react": "^1.2.8", | ||
"@vscode/webview-ui-toolkit": "^1.1.0", | ||
"magicbell": "^0.3.0", | ||
"magicbell": "^1.0.0", | ||
"pluralize": "^8.0.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
|
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/react-headless", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"description": "Hooks to build a notification inbox", | ||
"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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magicbell/magicbell-react", | ||
"version": "10.3.3", | ||
"version": "10.3.4", | ||
"description": "React components for building a notification inbox for your app", | ||
"author": "MagicBell <[email protected]> (https://magicbell.com/)", | ||
"contributors": [ | ||
|
@@ -75,7 +75,7 @@ | |
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.4.1", | ||
"@magicbell/react-headless": "4.2.2", | ||
"@magicbell/react-headless": "4.2.3", | ||
"@tippyjs/react": "^4.2.5", | ||
"dayjs": "^1.11.5", | ||
"humps": "^2.0.1", | ||
|