Skip to content

Commit

Permalink
chore(release): publish 0.0.25 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: zhuminghui2 <[email protected]>
  • Loading branch information
heiazu and heiazu committed Jun 25, 2023
1 parent 934d9f9 commit 5ab8fc7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-test-utils",
"version": "0.0.24",
"version": "0.0.25",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -11,7 +11,7 @@
"clear-all": "rimraf **/node_modules",
"version": "run-s version:*",
"version:release": "pnpm --parallel -r --aggregate-output --filter=./packages/* exec npm version ${npm_package_version}",
"version:git": "git add . && git commit -m \"chore(release): publish ${npm_package_version} --tag=beta\"",
"version:git": "git add . && git commit -m \"chore(release): publish ${npm_package_version}\"",
"test": "pnpm -r --filter=./tests/* run test"
},
"lint-staged": {
Expand Down Expand Up @@ -63,4 +63,4 @@
"tslib": "^2.4.1",
"typescript": "^4.8.4"
}
}
}
4 changes: 2 additions & 2 deletions 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.0.24",
"version": "0.0.25",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand All @@ -21,4 +21,4 @@
"devDependencies": {
"@babel/core": "^7.8.0"
}
}
}
4 changes: 2 additions & 2 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.0.24",
"version": "0.0.25",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -53,4 +53,4 @@
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
}
4 changes: 2 additions & 2 deletions 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.0.24",
"version": "0.0.25",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand All @@ -25,4 +25,4 @@
"@tarojs/taro-h5": "^3.6.0",
"@babel/core": "^7.8.0"
}
}
}
4 changes: 2 additions & 2 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.0.24",
"version": "0.0.25",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -52,4 +52,4 @@
"@tarojs/runtime": "^3.6.0",
"@tarojs/shared": "^3.6.0"
}
}
}
4 changes: 2 additions & 2 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.0.24",
"version": "0.0.25",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"optional": true
}
}
}
}

0 comments on commit 5ab8fc7

Please sign in to comment.