Skip to content

Commit

Permalink
📦 Publish Mitosis (#1526)
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 Aug 7, 2024
1 parent 45de754 commit c7c7fb1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-numbers-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-hats-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-lies-boil.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.3.21

### Patch Changes

- Updated dependencies [45de754]
- Updated dependencies [03f1f58]
- Updated dependencies [45de754]
- @builder.io/[email protected]

## 0.3.20

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

## 0.3.21

### Patch Changes

- 45de754: Angular: fix: add typed argument `changes: SimpleChanges` to `ngOnChanges` lifecycle hook
- 03f1f58: Angular: Fix: reactivity of `mergedInputs` (used in Dynamic components)
- 45de754: Angular: Fix: set initial value of `inputs` for `*ngComponentOutlet`to`{}`instead of`null`.

## 0.3.20

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

0 comments on commit c7c7fb1

Please sign in to comment.