Skip to content

Commit 65f3324

Browse files
📦 Publish Mitosis (#1773)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95cf7e0 commit 65f3324

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/curvy-tables-smoke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @builder.io/mitosis-cli
22

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [95cf7e0]
8+
- @builder.io/[email protected]
9+
310
## 0.11.2
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/mitosis-cli",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "mitosis CLI",
55
"types": "build/types/types.d.ts",
66
"bin": {

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- 95cf7e0: Angular: generator handles self closing tags with components properly
8+
39
## 0.11.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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.11.2",
25+
"version": "0.11.3",
2626
"homepage": "https://github.com/BuilderIO/mitosis",
2727
"main": "./dist/src/index.js",
2828
"exports": {

0 commit comments

Comments
 (0)