Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-bottles-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-files-bake.md

This file was deleted.

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

## 4.2.6

### Patch Changes

- Updated dependencies [[`3bd586c`](https://github.com/magicbell/magicbell-js/commit/3bd586cae7dd953c7033bf224f166b07a2c208e6)]:
- magicbell@4.5.1

## 4.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/cli",
"version": "4.2.5",
"version": "4.2.6",
"description": "Work with MagicBell from the command line",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",
"contributors": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"fetch-addons": "^1.3.0",
"json5": "^2.2.3",
"kleur": "^4.1.5",
"magicbell": "4.5.0",
"magicbell": "4.5.1",
"readline-sync": "^1.4.10"
},
"devDependencies": {
Expand Down
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.5.1

### Patch Changes

- Updated dependencies []:
- @magicbell/magicbell-react@11.5.1

## 3.5.0

### Minor 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.5.0",
"version": "3.5.1",
"main": "dist/magicbell.min.js",
"esmodule": "dist/magicbell.esm.js",
"module": "dist/magicbell.esm.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@floating-ui/react": "^0.27.0",
"@magicbell/magicbell-react": "11.5.0",
"@magicbell/magicbell-react": "11.5.1",
"error-stack-parser": "^2.1.4",
"preact": "^10.25.0",
"react-frame-component": "^5.2.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/magicbell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# magicbell

## 4.5.1

### Patch Changes

- [#587](https://github.com/magicbell/magicbell-js/pull/587) [`3bd586c`](https://github.com/magicbell/magicbell-js/commit/3bd586cae7dd953c7033bf224f166b07a2c208e6) Thanks [@MagicBella](https://github.com/MagicBella)! - Switch realtime listening to MagicBell websockets and improve listener resiliency.

## 4.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/magicbell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbell",
"version": "4.5.0",
"version": "4.5.1",
"description": "MagicBell API wrapper",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",
"contributors": [
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": "^19.2.11",
"@magicbell/embeddable": "3.5.0",
"@magicbell/magicbell-react": "11.5.0",
"@magicbell/react-headless": "5.5.0",
"@magicbell/embeddable": "3.5.1",
"@magicbell/magicbell-react": "11.5.1",
"@magicbell/react-headless": "5.5.1",
"@types/react": "^18.2.42",
"eslint-config-next": "12.3.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @magicbell/react-headless

## 5.5.1

### Patch Changes

- [#587](https://github.com/magicbell/magicbell-js/pull/587) [`3bd586c`](https://github.com/magicbell/magicbell-js/commit/3bd586cae7dd953c7033bf224f166b07a2c208e6) Thanks [@MagicBella](https://github.com/MagicBella)! - Suspend realtime sockets on hidden tabs and resync on return with focus throttling.

- Updated dependencies [[`3bd586c`](https://github.com/magicbell/magicbell-js/commit/3bd586cae7dd953c7033bf224f166b07a2c208e6)]:
- magicbell@4.5.1

## 5.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "5.5.1",
"description": "Hooks to build a notification inbox",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down Expand Up @@ -66,7 +66,7 @@
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"magicbell": "4.5.0",
"magicbell": "4.5.1",
"mittly": "^3.0.1",
"ramda": "^0.28.0",
"tiny-invariant": "^1.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @magicbell/magicbell-react

## 11.5.1

### Patch Changes

- Updated dependencies [[`3bd586c`](https://github.com/magicbell/magicbell-js/commit/3bd586cae7dd953c7033bf224f166b07a2c208e6)]:
- @magicbell/react-headless@5.5.1

## 11.5.0

### Minor 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.5.0",
"version": "11.5.1",
"description": "React components for building a notification inbox for your app",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@floating-ui/react": "^0.27.0",
"@magicbell/react-headless": "5.5.0",
"@magicbell/react-headless": "5.5.1",
"@magicbell/webpush": "2.2.0",
"dayjs": "^1.11.10",
"humps": "^2.0.1",
Expand Down
Loading