Skip to content

Commit

Permalink
chore: version packages (#14)
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/embeddable@3.2.4

### 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/magicbell-react@10.3.3

## @magicbell/magicbell-react@10.3.3

### 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 9, 2022
1 parent 7767b69 commit a51afe4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-coins-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-ducks-promise.md

This file was deleted.

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.2.4

### Patch Changes

- [#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.

- Updated dependencies [[`1cb984c`](https://github.com/magicbell-io/magicbell-js/commit/1cb984cfac485254c286385d8a750bc3c62cfbbb)]:
- @magicbell/magicbell-react@10.3.3

## 3.2.3

### Patch 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.2.3",
"version": "3.2.4",
"source": "./src/index.tsx",
"main": "dist/magicbell.min.js",
"esmodule": "dist/magicbell.esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.1",
"@magicbell/magicbell-react": "10.3.2",
"@magicbell/magicbell-react": "10.3.3",
"@tippyjs/react": "^4.2.5",
"error-stack-parser": "^2.0.7",
"idb": "^6.1.5",
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

## 10.3.3

### Patch Changes

- [#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).

## 10.3.2

### Patch 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": "10.3.2",
"version": "10.3.3",
"description": "React components for building a notification inbox for your app",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down

0 comments on commit a51afe4

Please sign in to comment.