Skip to content

Commit

Permalink
📦 Publish Mitosis (#1624)
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 Nov 6, 2024
1 parent e430a68 commit 1fd0206
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-hornets-laugh.md

This file was deleted.

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.

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.17

### Patch Changes

- Updated dependencies [e430a68]
- 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
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 0.5.17

### Patch Changes

- e430a68: [CICD] regenerate test snapshots on fail to download them into local environment
- 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 1fd0206

Please sign in to comment.