Skip to content

Commit a51afe4

Browse files
chore: version packages (#14)
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] ### Patch Changes - [#15](#15) [`7767b69`](7767b69) Thanks [@smeijer](https://github.com/smeijer)! - ensure that the minified esm bundle is imported when importing from unpkg. - Updated dependencies \[[`1cb984c`](1cb984c)]: - @magicbell/[email protected] ## @magicbell/[email protected] ### Patch Changes - [#13](#13) [`1cb984c`](1cb984c) Thanks [@3v0k4](https://github.com/3v0k4)! - Fix embeddable web notifications: since embeddable aliases axios (redaxios) and redaxios does not implement `.getUri`, the code was failing for the embeddable package (that uses redaxios) but not for the react package (that uses axios). Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7767b69 commit a51afe4

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/beige-coins-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-ducks-promise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/embeddable/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @magicbell/embeddable
22

3+
## 3.2.4
4+
5+
### Patch Changes
6+
7+
- [#15](https://github.com/magicbell-io/magicbell-js/pull/15) [`7767b69`](https://github.com/magicbell-io/magicbell-js/commit/7767b69ed20539c4ccf2ba7cdc53bd5783a36d12) Thanks [@smeijer](https://github.com/smeijer)! - ensure that the minified esm bundle is imported when importing from unpkg.
8+
9+
- Updated dependencies [[`1cb984c`](https://github.com/magicbell-io/magicbell-js/commit/1cb984cfac485254c286385d8a750bc3c62cfbbb)]:
10+
- @magicbell/magicbell-react@10.3.3
11+
312
## 3.2.3
413

514
### Patch Changes

packages/embeddable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicbell/embeddable",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"source": "./src/index.tsx",
55
"main": "dist/magicbell.min.js",
66
"esmodule": "dist/magicbell.esm.js",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@emotion/cache": "^11.4.0",
3434
"@emotion/react": "^11.4.1",
35-
"@magicbell/magicbell-react": "10.3.2",
35+
"@magicbell/magicbell-react": "10.3.3",
3636
"@tippyjs/react": "^4.2.5",
3737
"error-stack-parser": "^2.0.7",
3838
"idb": "^6.1.5",

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @magicbell/magicbell-react
22

3+
## 10.3.3
4+
5+
### Patch Changes
6+
7+
- [#13](https://github.com/magicbell-io/magicbell-js/pull/13) [`1cb984c`](https://github.com/magicbell-io/magicbell-js/commit/1cb984cfac485254c286385d8a750bc3c62cfbbb) Thanks [@3v0k4](https://github.com/3v0k4)! - Fix embeddable web notifications: since embeddable aliases axios (redaxios) and redaxios does not implement `.getUri`, the code was failing for the embeddable package (that uses redaxios) but not for the react package (that uses axios).
8+
39
## 10.3.2
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicbell/magicbell-react",
3-
"version": "10.3.2",
3+
"version": "10.3.3",
44
"description": "React components for building a notification inbox for your app",
55
"author": "MagicBell <[email protected]> (https://magicbell.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)