Skip to content

Commit

Permalink
chore(release): publish 0.0.24 (#26)
Browse files Browse the repository at this point in the history
* feat(ci): ci

* feat: 增加发布

* chore(release): publish 0.0.24

---------

Co-authored-by: zhuminghui2 <[email protected]>
  • Loading branch information
heiazu and heiazu authored Jun 25, 2023
1 parent 7147773 commit 3a04aa3
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
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.0.23",
"version": "0.0.24",
"description": "",
"main": "index.js",
"private": true,
Expand Down
5 changes: 4 additions & 1 deletion packages/test-utils-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@tarojs/test-utils-dom",
"version": "0.0.23",
"version": "0.0.24",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "tsc -w",
"build": "tsc"
},
"publishConfig": {
"access": "public"
},
"types": "dist",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down
5 changes: 4 additions & 1 deletion 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.23",
"version": "0.0.24",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -12,6 +12,9 @@
"build:compile": "tsc --project ./tsconfig.json",
"test": "jest"
},
"publishConfig": {
"access": "public"
},
"types": "dist",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down
5 changes: 4 additions & 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.0.23",
"version": "0.0.24",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand All @@ -10,6 +10,9 @@
},
"types": "dist",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.21.5",
"babel-jest": "^29.5.0",
Expand Down
5 changes: 4 additions & 1 deletion 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.23",
"version": "0.0.24",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -9,6 +9,9 @@
},
"types": "dist",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.21.5",
"@tarojs/plugin-platform-h5": "^3.6.0",
Expand Down
5 changes: 4 additions & 1 deletion 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.23",
"version": "0.0.24",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -9,6 +9,9 @@
},
"types": "dist",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.21.5",
"@tarojs/plugin-platform-h5": "^3.6.0",
Expand Down

0 comments on commit 3a04aa3

Please sign in to comment.