Skip to content

Commit ebe301c

Browse files
📦 Publish Mitosis
1 parent f442a8c commit ebe301c

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/kind-steaks-study.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.11.6
4+
5+
### Patch Changes
6+
7+
- f442a8c: fix: support for builder custom component with a colon in their name
8+
- Updated dependencies [f442a8c]
9+
- @builder.io/mitosis@0.11.6
10+
311
## 0.11.5
412

513
### 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.5",
3+
"version": "0.11.6",
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.6
4+
5+
### Patch Changes
6+
7+
- f442a8c: fix: support for builder custom component with a colon in their name
8+
39
## 0.11.5
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.5",
25+
"version": "0.11.6",
2626
"homepage": "https://github.com/BuilderIO/mitosis",
2727
"main": "./dist/src/index.js",
2828
"exports": {

0 commit comments

Comments
 (0)