Skip to content

Commit

Permalink
📦 Publish Mitosis (#1575)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
samijaber and github-actions[bot] authored Oct 1, 2024
1 parent 4171a19 commit fbf30ec
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-hats-tell.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/early-spoons-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-melons-build.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @builder.io/mitosis-cli

## 0.5.0

### Patch Changes

- Updated dependencies [7e2c95f]
- Updated dependencies [4171a19]
- Updated dependencies [d59d328]
- @builder.io/[email protected]

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/mitosis-cli",
"version": "0.4.7",
"version": "0.5.0",
"description": "mitosis CLI",
"types": "build/types/types.d.ts",
"bin": {
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.5.0

### Minor Changes

- 4171a19: [Stencil] feat: refactor stencil generator to work with stencil v4

[Stencil,Angular] fix: issue with nested components for frameworks (stencil, angular) with custom elements via [`getChildComponents`](../packages/core/src/helpers/get-child-components.ts)

### Patch Changes

- 7e2c95f: [Angular] fix: issue with angular events not transformed to lower-case
- d59d328: [Angular, React, Vue] fix: issue with functions inside `useStore` missing ReturnType<...> when using `typescript: true` in config

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "Builder.io",
"url": "https://www.builder.io"
},
"version": "0.4.7",
"version": "0.5.0",
"homepage": "https://github.com/BuilderIO/mitosis",
"main": "./dist/src/index.js",
"exports": {
Expand Down

0 comments on commit fbf30ec

Please sign in to comment.