Skip to content

Commit 0ed077e

Browse files
committed
0.0.11
1 parent a61fba4 commit 0ed077e

File tree

14 files changed

+4653
-3070
lines changed

14 files changed

+4653
-3070
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.0.11](https://github.com/NervJS/taro-doctor/compare/v0.0.10...v0.0.11) (2023-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复错误的 oneOf 语法 [#5](https://github.com/NervJS/taro-doctor/issues/5) ([8ed4dcb](https://github.com/NervJS/taro-doctor/commit/8ed4dcb8d82d0ef336e3a394e81ab165c2275247))
7+
* rm useless dep fix [#7](https://github.com/NervJS/taro-doctor/issues/7) ([eb994c5](https://github.com/NervJS/taro-doctor/commit/eb994c5fdb54fe0ff336dbb4ad3a1966302a2c8d))
8+
* rn.resolve 的 schema 错误, [#2](https://github.com/NervJS/taro-doctor/issues/2) ([3277360](https://github.com/NervJS/taro-doctor/commit/3277360a0017a22e5d2600b70bab55189038e45a))
9+
* **vitePlugins:** use any array ([a61fba4](https://github.com/NervJS/taro-doctor/commit/a61fba45ecfa6e2baef3b75247eb6fc8fdbcb905))
10+
11+
12+
### Features
13+
14+
* add solid support ([f071e21](https://github.com/NervJS/taro-doctor/commit/f071e21de81d249a41cbc260f24b0240ff08270b))
15+
* **vite:** add vitePlugins ([26609fa](https://github.com/NervJS/taro-doctor/commit/26609fad5fb1ad2d48dc729a1b27b8c117a49ff0))
16+
17+
18+
119
## [0.0.10](https://github.com/NervJS/taro-doctor/compare/0.0.9...0.0.10) (2023-06-18)
220

321

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-darwin-arm64",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"darwin"
66
],

npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-darwin-universal",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-darwin-x64",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"darwin"
66
],

npm/freebsd-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-freebsd-x64",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"freebsd"
66
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-linux-arm-gnueabihf",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-linux-arm64-gnu",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-linux-arm64-musl",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-linux-x64-gnu",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"linux"
66
],

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-linux-x64-musl",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)