Skip to content

Commit 8333efc

Browse files
📦 Publish Mitosis
1 parent 072c095 commit 8333efc

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

.changeset/friendly-wombats-press.md

Lines changed: 0 additions & 11 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.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [072c095]
8+
- @builder.io/mitosis@0.12.1
9+
310
## 0.12.0
411

512
### Minor 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.12.0",
3+
"version": "0.12.1",
44
"description": "mitosis CLI",
55
"types": "build/types/types.d.ts",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- 072c095: [angular]:
8+
9+
Fix minor issues for `api=signals`:
10+
11+
- Missing `OnDestroy` import
12+
- `onMount` hook will be `AfterViewInit` instead of `OnInit`
13+
- HTML template uses prettiers [html-whitespace-sensitivity](https://github.com/angular/angular/issues/37635#issuecomment-2298369500) to avoid spaces around content
14+
315
## 0.12.0
416

517
### Minor 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.12.0",
25+
"version": "0.12.1",
2626
"homepage": "https://github.com/BuilderIO/mitosis",
2727
"main": "./dist/src/index.js",
2828
"exports": {

0 commit comments

Comments
 (0)