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 Jul 11, 2024
1 parent d19a613 commit 5a9dffa
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-tomatoes-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-starfishes-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-carrots-invent.md

This file was deleted.

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

## 3.6.0

### Minor Changes

- [#319](https://github.com/magicbell/magicbell-js/pull/319) [`e439f60`](https://github.com/magicbell/magicbell-js/commit/e439f60567e987d692eebea503ba2569ab94f54a) Thanks [@smeijer](https://github.com/smeijer)! - Add support for token based authorization.

- [#321](https://github.com/magicbell/magicbell-js/pull/321) [`65304b3`](https://github.com/magicbell/magicbell-js/commit/65304b35fb2078d4d80868a3c528f0cd27d0813e) Thanks [@smeijer](https://github.com/smeijer)! - We're deprecating the `magicbell api --credentials` argument. Please use `-p` or `--profile` instead.

### Patch Changes

- [#320](https://github.com/magicbell/magicbell-js/pull/320) [`2e3e7de`](https://github.com/magicbell/magicbell-js/commit/2e3e7de2ac9b29b0cec91db31b6164d299d431ca) Thanks [@smeijer](https://github.com/smeijer)! - We now only include the `accept-version` header for endpoints that consume it.

- Updated dependencies [[`e439f60`](https://github.com/magicbell/magicbell-js/commit/e439f60567e987d692eebea503ba2569ab94f54a), [`2e3e7de`](https://github.com/magicbell/magicbell-js/commit/2e3e7de2ac9b29b0cec91db31b6164d299d431ca)]:
- magicbell@3.3.0

## 3.5.1

### 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": "3.5.1",
"version": "3.6.0",
"description": "Work with MagicBell from the command line",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",
"contributors": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"size": "size-limit"
},
"dependencies": {
"magicbell": "3.2.1"
"magicbell": "3.3.0"
},
"devDependencies": {
"@magicbell/codegen": "0.2.7",
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.3.25

### Patch Changes

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

## 3.3.24

### 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.24",
"version": "3.3.25",
"source": "./src/index.tsx",
"main": "dist/magicbell.min.js",
"esmodule": "dist/magicbell.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@magicbell/magicbell-react": "10.11.5",
"@magicbell/magicbell-react": "10.11.6",
"@tippyjs/react": "^4.2.6",
"error-stack-parser": "^2.1.4",
"idb": "^8.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/magicbell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# magicbell

## 3.3.0

### Minor Changes

- [#319](https://github.com/magicbell/magicbell-js/pull/319) [`e439f60`](https://github.com/magicbell/magicbell-js/commit/e439f60567e987d692eebea503ba2569ab94f54a) Thanks [@smeijer](https://github.com/smeijer)! - Add support for token based authorization.

### Patch Changes

- [#320](https://github.com/magicbell/magicbell-js/pull/320) [`2e3e7de`](https://github.com/magicbell/magicbell-js/commit/2e3e7de2ac9b29b0cec91db31b6164d299d431ca) Thanks [@smeijer](https://github.com/smeijer)! - We now only include the `accept-version` header for endpoints that consume it.

## 3.2.1

### Patch 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": "3.2.1",
"version": "3.3.0",
"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": "^13.4.0",
"@magicbell/embeddable": "3.3.24",
"@magicbell/magicbell-react": "10.11.5",
"@magicbell/react-headless": "4.5.5",
"@magicbell/embeddable": "3.3.25",
"@magicbell/magicbell-react": "10.11.6",
"@magicbell/react-headless": "4.5.6",
"@types/react": "^18.2.42",
"eslint-config-next": "12.3.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @magicbell/react-headless

## 4.5.6

### Patch Changes

- Updated dependencies [[`e439f60`](https://github.com/magicbell/magicbell-js/commit/e439f60567e987d692eebea503ba2569ab94f54a), [`2e3e7de`](https://github.com/magicbell/magicbell-js/commit/2e3e7de2ac9b29b0cec91db31b6164d299d431ca)]:
- magicbell@3.3.0

## 4.5.5

### Patch 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": "4.5.5",
"version": "4.5.6",
"description": "Hooks to build a notification inbox",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down Expand Up @@ -80,7 +80,7 @@
"immer": "^9.0.21",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"magicbell": "3.2.1",
"magicbell": "3.3.0",
"mitt": "^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

## 10.11.6

### Patch Changes

- Updated dependencies []:
- @magicbell/react-headless@4.5.6

## 10.11.5

### 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": "10.11.5",
"version": "10.11.6",
"description": "React components for building a notification inbox for your app",
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com/)",
"contributors": [
Expand Down Expand Up @@ -77,7 +77,7 @@
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@magicbell/react-headless": "4.5.5",
"@magicbell/react-headless": "4.5.6",
"@magicbell/webpush": "2.0.2",
"@tippyjs/react": "^4.2.6",
"dayjs": "^1.11.10",
Expand Down

0 comments on commit 5a9dffa

Please sign in to comment.