Skip to content

Commit

Permalink
next release (#379)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MagicBella and github-actions[bot] authored Sep 16, 2024
1 parent 5cfb3f1 commit 77034c6
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-paws-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-icons-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-cups-brake.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.0.1

### Patch Changes

- Updated dependencies [[`71815e7`](https://github.com/magicbell/magicbell-js/commit/71815e770145bbd1efc81b041f6d5d6a968033dc)]:
- magicbell@4.1.0

## 4.0.0

### Major 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.0.0",
"version": "4.0.1",
"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": "4.0.0"
"magicbell": "4.1.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.30

### Patch Changes

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

## 3.3.29

### 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.29",
"version": "3.3.30",
"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": "11.0.1",
"@magicbell/magicbell-react": "11.0.2",
"@tippyjs/react": "^4.2.6",
"error-stack-parser": "^2.1.4",
"idb": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/in-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @magicbell/in-app

## 0.2.3

### Patch Changes

- Updated dependencies [[`6900feb`](https://github.com/magicbell/magicbell-js/commit/6900febaedbad1e11828c1d87d40fed80b343d7e)]:
- @magicbell/user-client@0.4.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/in-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/in-app",
"version": "0.2.2",
"version": "0.2.3",
"description": "MagicBell web components for in-app notifications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"license": "MIT",
"dependencies": {
"@lit/react": "^1.0.5",
"@magicbell/user-client": "0.3.0",
"@magicbell/user-client": "0.4.0",
"lit": "^3.2.0"
},
"devDependencies": {
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.1.0

### Minor Changes

- [#376](https://github.com/magicbell/magicbell-js/pull/376) [`71815e7`](https://github.com/magicbell/magicbell-js/commit/71815e770145bbd1efc81b041f6d5d6a968033dc) Thanks [@smeijer](https://github.com/smeijer)! - publish proper cjs and esm type definitions

## 4.0.0

### Major 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.0.0",
"version": "4.1.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": "^18.1.4",
"@magicbell/embeddable": "3.3.29",
"@magicbell/magicbell-react": "11.0.1",
"@magicbell/react-headless": "5.0.1",
"@magicbell/embeddable": "3.3.30",
"@magicbell/magicbell-react": "11.0.2",
"@magicbell/react-headless": "5.0.2",
"@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/project-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/project-client

## 0.3.0

### Minor Changes

- [#378](https://github.com/magicbell/magicbell-js/pull/378) [`4e28dba`](https://github.com/magicbell/magicbell-js/commit/4e28dba24f4022717f4a8a5dbf1ef4152e6228a6) Thanks [@smeijer](https://github.com/smeijer)! - fix cjs/esm dual module support

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/project-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/project-client",
"version": "0.2.0",
"version": "0.3.0",
"description": "OpenAPI 3.1.0 Specification for MagicBell API.",
"keywords": [
"typescript",
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

## 5.0.2

### Patch Changes

- Updated dependencies [[`71815e7`](https://github.com/magicbell/magicbell-js/commit/71815e770145bbd1efc81b041f6d5d6a968033dc)]:
- magicbell@4.1.0

## 5.0.1

### 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": "5.0.1",
"version": "5.0.2",
"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": "4.0.0",
"magicbell": "4.1.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

## 11.0.2

### Patch Changes

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

## 11.0.1

### 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.1",
"version": "11.0.2",
"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": "5.0.1",
"@magicbell/react-headless": "5.0.2",
"@magicbell/webpush": "2.0.2",
"@tippyjs/react": "^4.2.6",
"dayjs": "^1.11.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/user-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/user-client

## 0.4.0

### Minor Changes

- [#384](https://github.com/magicbell/magicbell-js/pull/384) [`6900feb`](https://github.com/magicbell/magicbell-js/commit/6900febaedbad1e11828c1d87d40fed80b343d7e) Thanks [@smeijer](https://github.com/smeijer)! - fix cjs/esm dual module support

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/user-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/user-client",
"version": "0.3.0",
"version": "0.4.0",
"description": "OpenAPI 3.1.0 Specification for MagicBell API.",
"keywords": [
"typescript",
Expand Down

0 comments on commit 77034c6

Please sign in to comment.