Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2022
1 parent 1cb984c commit 7ea2e91
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-coins-report.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/embeddable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @magicbell/embeddable

## 3.2.4

### Patch Changes

- 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 @@ -31,7 +31,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 7ea2e91

Please sign in to comment.