Skip to content

Commit

Permalink
chore(release): publish 0.1.1 (#32)
Browse files Browse the repository at this point in the history
* chore(release): publish 0.1.1

---------

Co-authored-by: zhuminghui2 <[email protected]>
  • Loading branch information
heiazu and heiazu committed Jun 26, 2023
1 parent 761adb8 commit 63aff13
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 106 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ npm i @tarojs/test-utils-vue3 --save
npm i @tarojs/test-utils-vue --save
```

⚠️ `@tarojs/plugin-platform-h5`为前置peerDependencies,请勿删除该依赖申明

## 使用

### 安装 Jest
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": "taro-test-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/test-utils-dom",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand Down
7 changes: 2 additions & 5 deletions packages/test-utils-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/test-utils-react",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -18,7 +18,6 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.21.5",
"@tarojs/plugin-platform-h5": "^3.6.0",
"@tarojs/test-utils-dom": "workspace:*",
"@tarojs/test-utils-shared": "workspace:*",
"babel-jest": "^29.5.0",
Expand All @@ -43,13 +42,11 @@
"peerDependencies": {
"@tarojs/components": "^3.6.0",
"@tarojs/helper": "^3.6.0",
"@tarojs/taro-h5": "^3.6.0",
"@tarojs/plugin-platform-h5": "^3.6.0",
"@tarojs/plugin-framework-react": "^3.6.0",
"@tarojs/react": "^3.6.0",
"@tarojs/router": "^3.6.0",
"@tarojs/runtime": "^3.6.0",
"@tarojs/shared": "^3.6.0",
"@tarojs/taro": "^3.6.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/test-utils-shared",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand Down
6 changes: 2 additions & 4 deletions packages/test-utils-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/test-utils-vue",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -18,7 +18,6 @@
},
"dependencies": {
"@babel/runtime": "^7.21.5",
"@tarojs/plugin-platform-h5": "^3.6.0",
"@tarojs/test-utils-dom": "workspace:*",
"@tarojs/test-utils-shared": "workspace:*",
"@vue/test-utils": "^1.3.6",
Expand Down Expand Up @@ -46,9 +45,8 @@
"peerDependencies": {
"@tarojs/components": "^3.6.0",
"@tarojs/helper": "^3.6.0",
"@tarojs/taro-h5": "^3.6.0",
"@tarojs/plugin-platform-h5": "^3.6.0",
"@tarojs/plugin-framework-vue2": "^3.6.0",
"@tarojs/router": "^3.6.0",
"@tarojs/runtime": "^3.6.0",
"@tarojs/shared": "^3.6.0"
}
Expand Down
6 changes: 2 additions & 4 deletions packages/test-utils-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/test-utils-vue3",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -18,7 +18,6 @@
},
"dependencies": {
"@babel/runtime": "^7.21.5",
"@tarojs/plugin-platform-h5": "^3.6.0",
"@tarojs/test-utils-dom": "workspace:*",
"@tarojs/test-utils-shared": "workspace:*",
"@vue/test-utils": "^2.3.2",
Expand All @@ -44,10 +43,9 @@
},
"peerDependencies": {
"@tarojs/components": "^3.6.0",
"@tarojs/taro-h5": "^3.6.0",
"@tarojs/helper": "^3.6.0",
"@tarojs/plugin-platform-h5": "^3.6.0",
"@tarojs/plugin-framework-vue3": "^3.6.0",
"@tarojs/router": "^3.6.0",
"@tarojs/runtime": "^3.6.0",
"@tarojs/shared": "^3.6.0"
},
Expand Down
97 changes: 7 additions & 90 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63aff13

Please sign in to comment.