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 2666294 commit 79a62e8
Show file tree
Hide file tree
Showing 19 changed files with 61 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-walls-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-clouds-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-llamas-pretend.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.

5 changes: 0 additions & 5 deletions .changeset/rotten-eagles-refuse.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- [#400](https://github.com/magicbell/magicbell-js/pull/400) [`2666294`](https://github.com/magicbell/magicbell-js/commit/2666294c8befbc9a28f7138fbd0917c19958653f) Thanks [@smeijer](https://github.com/smeijer)! - switch build system from vite to tshy

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/cli",
"version": "4.0.1",
"version": "4.1.0",
"description": "Work with MagicBell from the command line",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/core

## 5.1.0

### Minor Changes

- [#399](https://github.com/magicbell/magicbell-js/pull/399) [`8d2bd6b`](https://github.com/magicbell/magicbell-js/commit/8d2bd6b2ba7374069e7a52bc055a199e33988ed5) Thanks [@smeijer](https://github.com/smeijer)! - improve cjs/esm dual module support.

## 5.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/core",
"version": "5.0.16",
"version": "5.1.0",
"license": "SEE LICENSE IN LICENSE",
"description": "Official MagicBell API wrapper",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
Expand Down
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
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @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), [`2131ee1`](https://github.com/magicbell/magicbell-js/commit/2131ee1beef4cf0dc6a90b5e5c8ca939de9ef41e)]:
- @magicbell/react-headless@5.1.0
- @magicbell/webpush@2.1.0

## 11.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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,8 +70,8 @@
"dependencies": {
"@emotion/react": "^11.11.3",
"@floating-ui/react": "^0.26.24",
"@magicbell/react-headless": "5.0.2",
"@magicbell/webpush": "2.0.2",
"@magicbell/react-headless": "5.1.0",
"@magicbell/webpush": "2.1.0",
"dayjs": "^1.11.10",
"humps": "^2.0.1",
"lodash": "^4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/webpush

## 2.1.0

### Minor Changes

- [#397](https://github.com/magicbell/magicbell-js/pull/397) [`2131ee1`](https://github.com/magicbell/magicbell-js/commit/2131ee1beef4cf0dc6a90b5e5c8ca939de9ef41e) Thanks [@smeijer](https://github.com/smeijer)! - improve cjs/esm dual module support.

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/webpush",
"version": "2.0.2",
"version": "2.1.0",
"description": "MagicBell WebPush SDK",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",
"contributors": [
Expand Down

0 comments on commit 79a62e8

Please sign in to comment.