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 Oct 4, 2024
1 parent b6d0354 commit d0067de
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-walls-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-worms-move.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-kiwis-rule.md

This file was deleted.

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

## 3.4.0

### Minor Changes

- [#395](https://github.com/magicbell/magicbell-js/pull/395) [`b6d0354`](https://github.com/magicbell/magicbell-js/commit/b6d03543f06264fc75d597d190f7038ca7c37e34) Thanks [@smeijer](https://github.com/smeijer)! - Use `@floating-ui/react` for inbox positioning, instead of `@tippyjs/react`.

### Patch Changes

- Updated dependencies [[`b6d0354`](https://github.com/magicbell/magicbell-js/commit/b6d03543f06264fc75d597d190f7038ca7c37e34)]:
- @magicbell/magicbell-react@11.1.0

## 3.3.30

### 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.3.30",
"version": "3.4.0",
"source": "./src/index.tsx",
"main": "dist/magicbell.min.js",
"esmodule": "dist/magicbell.esm.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@floating-ui/react": "^0.26.24",
"@magicbell/magicbell-react": "11.0.2",
"@magicbell/magicbell-react": "11.1.0",
"error-stack-parser": "^2.1.4",
"idb": "^8.0.0",
"preact": "^10.24.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"@angular/core": "^18.1.4",
"@magicbell/embeddable": "3.3.30",
"@magicbell/magicbell-react": "11.0.2",
"@magicbell/react-headless": "5.0.2",
"@magicbell/embeddable": "3.4.0",
"@magicbell/magicbell-react": "11.1.0",
"@magicbell/react-headless": "5.1.0",
"@types/react": "^18.2.42",
"eslint-config-next": "12.3.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/react-headless

## 5.1.0

### Minor Changes

- [#391](https://github.com/magicbell/magicbell-js/pull/391) [`60d24da`](https://github.com/magicbell/magicbell-js/commit/60d24dae5b1dc786bc7a2ade4950c4043caa10f2) Thanks [@smeijer](https://github.com/smeijer)! - fix cjs/esm dual module support

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/react-headless",
"version": "5.0.2",
"version": "5.1.0",
"description": "Hooks to build a notification inbox",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @magicbell/magicbell-react

## 11.1.0

### Minor Changes

- [#395](https://github.com/magicbell/magicbell-js/pull/395) [`b6d0354`](https://github.com/magicbell/magicbell-js/commit/b6d03543f06264fc75d597d190f7038ca7c37e34) Thanks [@smeijer](https://github.com/smeijer)! - Improved cjs/esm support by moving our build system to tshy. This change includes switching the floating inbox positioning from `@tippyjs/react` to `@floating-ui/react`, as the former would make it impossible to properly support both cjs and esm.

As part of this change, we no longer export internal properties like `popperOptions` or the internal `Popover` component.

### Patch Changes

- Updated dependencies [[`60d24da`](https://github.com/magicbell/magicbell-js/commit/60d24dae5b1dc786bc7a2ade4950c4043caa10f2)]:
- @magicbell/react-headless@5.1.0

## 11.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/magicbell-react",
"version": "11.0.2",
"version": "11.1.0",
"description": "React components for building a notification inbox for your app",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down Expand Up @@ -70,7 +70,7 @@
"dependencies": {
"@emotion/react": "^11.11.3",
"@floating-ui/react": "^0.26.24",
"@magicbell/react-headless": "5.0.2",
"@magicbell/react-headless": "5.1.0",
"@magicbell/webpush": "2.0.2",
"dayjs": "^1.11.10",
"humps": "^2.0.1",
Expand Down

0 comments on commit d0067de

Please sign in to comment.