Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Aug 24, 2023
1 parent a61fba4 commit 0ed077e
Show file tree
Hide file tree
Showing 14 changed files with 4,653 additions and 3,070 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [0.0.11](https://github.com/NervJS/taro-doctor/compare/v0.0.10...v0.0.11) (2023-08-24)


### Bug Fixes

* 修复错误的 oneOf 语法 [#5](https://github.com/NervJS/taro-doctor/issues/5) ([8ed4dcb](https://github.com/NervJS/taro-doctor/commit/8ed4dcb8d82d0ef336e3a394e81ab165c2275247))
* rm useless dep fix [#7](https://github.com/NervJS/taro-doctor/issues/7) ([eb994c5](https://github.com/NervJS/taro-doctor/commit/eb994c5fdb54fe0ff336dbb4ad3a1966302a2c8d))
* rn.resolve 的 schema 错误, [#2](https://github.com/NervJS/taro-doctor/issues/2) ([3277360](https://github.com/NervJS/taro-doctor/commit/3277360a0017a22e5d2600b70bab55189038e45a))
* **vitePlugins:** use any array ([a61fba4](https://github.com/NervJS/taro-doctor/commit/a61fba45ecfa6e2baef3b75247eb6fc8fdbcb905))


### Features

* add solid support ([f071e21](https://github.com/NervJS/taro-doctor/commit/f071e21de81d249a41cbc260f24b0240ff08270b))
* **vite:** add vitePlugins ([26609fa](https://github.com/NervJS/taro-doctor/commit/26609fad5fb1ad2d48dc729a1b27b8c117a49ff0))



## [0.0.10](https://github.com/NervJS/taro-doctor/compare/0.0.9...0.0.10) (2023-06-18)


Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-darwin-arm64",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-darwin-universal",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-darwin-x64",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-freebsd-x64",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm-gnueabihf",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm64-gnu",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm64-musl",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-x64-gnu",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-x64-musl",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-win32-ia32-msvc",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-win32-x64-msvc",
"version": "0.0.10",
"version": "0.0.11",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor",
"version": "0.0.10",
"version": "0.0.11",
"main": "index.js",
"napi": {
"name": "taro-doctor",
Expand Down
Loading

0 comments on commit 0ed077e

Please sign in to comment.