Skip to content

Commit

Permalink
next release (#447)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @magicbell/[email protected]

### Minor Changes

- [#444](#444)
[`55bd397`](55bd397)
Thanks [@smeijer](https://github.com/smeijer)! - add markdown utils

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MagicBella and github-actions[bot] authored Dec 13, 2024
1 parent ff2b1a3 commit 3368c93
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-trees-pretend.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"readline-sync": "^1.4.10"
},
"devDependencies": {
"@magicbell/codegen": "0.2.7",
"@magicbell/codegen": "0.3.0",
"@types/configstore": "^6.0.2",
"tsx": "^4.19.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/codegen

## 0.3.0

### Minor Changes

- [#444](https://github.com/magicbell/magicbell-js/pull/444) [`55bd397`](https://github.com/magicbell/magicbell-js/commit/55bd397e044e150c4910179697230d9dac1078e0) Thanks [@smeijer](https://github.com/smeijer)! - add markdown utils

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/codegen",
"version": "0.2.7",
"version": "0.3.0",
"description": "MagicBell codegen",
"author": "MagicBell <[email protected]> (https://magicbell.com)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/magicbell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}
],
"devDependencies": {
"@magicbell/codegen": "^0.2.7",
"@magicbell/codegen": "^0.3.0",
"@magicbell/utils": "^0.2.1",
"@size-limit/preset-small-lib": "^11.1.4",
"ast-types": "^0.14.2",
Expand Down

0 comments on commit 3368c93

Please sign in to comment.