Skip to content

Commit

Permalink
next release (#416)
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 Nov 4, 2024
1 parent d491b10 commit 21036ec
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-trains-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-walls-suffer.md

This file was deleted.

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.4

### Patch Changes

- Updated dependencies [[`e2e3a78`](https://github.com/magicbell/magicbell-js/commit/e2e3a78ac1f32ccca77a0c8604b85a534d9c0c5c)]:
- @magicbell/user-client@0.5.0

## 0.2.3

### 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.3",
"version": "0.2.4",
"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.4.0",
"@magicbell/user-client": "0.5.0",
"lit": "^3.2.0"
},
"devDependencies": {
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.5.0

### Minor Changes

- [#415](https://github.com/magicbell/magicbell-js/pull/415) [`84f8f8d`](https://github.com/magicbell/magicbell-js/commit/84f8f8d0a311301137f030bea350eae313c4f5de) Thanks [@smeijer](https://github.com/smeijer)! - regen client to match spec

## 0.4.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.4.0",
"version": "0.5.0",
"description": "OpenAPI 3.1.0 Specification for MagicBell API.",
"keywords": [
"typescript",
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.5.0

### Minor Changes

- [#414](https://github.com/magicbell/magicbell-js/pull/414) [`e2e3a78`](https://github.com/magicbell/magicbell-js/commit/e2e3a78ac1f32ccca77a0c8604b85a534d9c0c5c) Thanks [@smeijer](https://github.com/smeijer)! - regen client to match spec

## 0.4.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.4.0",
"version": "0.5.0",
"description": "OpenAPI 3.1.0 Specification for MagicBell API.",
"keywords": [
"typescript",
Expand Down

0 comments on commit 21036ec

Please sign in to comment.