Skip to content

Commit

Permalink
chore(release): publish 0.1.0 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: zhuminghui2 <[email protected]>
  • Loading branch information
heiazu and heiazu authored Jun 25, 2023
1 parent 5ab8fc7 commit 9157a90
Show file tree
Hide file tree
Showing 6 changed files with 6 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.25",
"version": "0.1.0",
"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.0.25",
"version": "0.1.0",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 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.25",
"version": "0.1.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
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.0.25",
"version": "0.1.0",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 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.25",
"version": "0.1.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 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.25",
"version": "0.1.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9157a90

Please sign in to comment.