Skip to content

Commit 57f371d

Browse files
📦 Publish Mitosis (#1706)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 781ad7b commit 57f371d

File tree

8 files changed

+22
-13
lines changed

8 files changed

+22
-13
lines changed

.changeset/fluffy-eyes-add.md

-5
This file was deleted.

.changeset/thirty-oranges-refuse.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @builder.io/mitosis-cli
22

3+
## 0.6.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [781ad7b]
8+
- @builder.io/[email protected]
9+
310
## 0.6.6
411

512
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/mitosis-cli",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "mitosis CLI",
55
"types": "build/types/types.d.ts",
66
"bin": {

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.6.7
4+
5+
### Patch Changes
6+
7+
- 781ad7b: [react]: Changed `defaultProps` generation for react, because defaultProps for function components is deprecated
8+
39
## 0.6.6
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"name": "Builder.io",
2323
"url": "https://www.builder.io"
2424
},
25-
"version": "0.6.6",
25+
"version": "0.6.7",
2626
"homepage": "https://github.com/BuilderIO/mitosis",
2727
"main": "./dist/src/index.js",
2828
"exports": {

packages/eslint-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- 0f2a9ee: Fix issue with plugin marking 'useDefaultProps' as an error
8+
39
## 0.0.16
410

511
### Patch Changes

packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/eslint-plugin-mitosis",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)