Skip to content

Commit

Permalink
📦 Publish Mitosis
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 068be0d commit d5b81df
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/perfect-cups-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-crabs-approve.md

This file was deleted.

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

## 0.5.17

### Patch Changes

- Updated dependencies [b5ddfa3]
- Updated dependencies [068be0d]
- @builder.io/[email protected]

## 0.5.16

### 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.5.16",
"version": "0.5.17",
"description": "mitosis CLI",
"types": "build/types/types.d.ts",
"bin": {
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.5.17

### Patch Changes

- b5ddfa3: [Vue] fix: ref wasn't imported when using `useRef` hook without using `useState`

[Vue] fix: Composition api always use `ref()` wihtout any class -> we don't need this., but we always use `.value`

[Vue] fix: `ref` could be `null` for `useRef` see: https://vuejs.org/guide/essentials/template-refs.html#accessing-the-refs

[All] fix: replace `this.` expression in `useState` with `state.` to resolve correct `stripStateAndPropsRefs()` function inside all generators

- 068be0d: [Angular, Lit, Stencil, HTML] fix: remove mapping onChange to input event

## 0.5.16

### 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.5.16",
"version": "0.5.17",
"homepage": "https://github.com/BuilderIO/mitosis",
"main": "./dist/src/index.js",
"exports": {
Expand Down

0 comments on commit d5b81df

Please sign in to comment.