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 8, 2024
1 parent e90df53 commit 30960e8
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-shrimps-help.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/long-ghosts-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-lobsters-nail.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.18

### Patch Changes

- Updated dependencies [697c307]
- Updated dependencies [6f6db62]
- Updated dependencies [e90df53]
- @builder.io/[email protected]

## 0.5.17

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

## 0.5.18

### Patch Changes

- 697c307: do not crash with comment before method in store
- 6f6db62: [React] Refactor how `react` handles mitosis `Fragment`.

Using `import { Fragment } from '@builder.io/mitosis';
` and `<Fragment key={option}>` in mitosis, generates an empty fragment in `react` target: `<>`. With this improvement the generated output will be `<React.Fragment key={`key-${option}`}>`. This will help to avoid issues with same keys e.g. inside for loops.

- e90df53: [Solid] Fix: handle Fragment with `key` prop

## 0.5.17

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

0 comments on commit 30960e8

Please sign in to comment.