Skip to content

Commit acf1602

Browse files
📦 Publish Mitosis (#1568)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 428b3ab commit acf1602

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/red-kangaroos-mix.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @builder.io/mitosis-cli
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [428b3ab]
8+
- @builder.io/[email protected]
9+
310
## 0.4.4
411

512
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/mitosis-cli",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "mitosis CLI",
55
"types": "build/types/types.d.ts",
66
"bin": {

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- 428b3ab: chore: update internal structure for generators and add more information for options and metadata
8+
39
## 0.4.4
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"name": "Builder.io",
2323
"url": "https://www.builder.io"
2424
},
25-
"version": "0.4.4",
25+
"version": "0.4.5",
2626
"homepage": "https://github.com/BuilderIO/mitosis",
2727
"main": "./dist/src/index.js",
2828
"exports": {

0 commit comments

Comments
 (0)