Skip to content

Commit

Permalink
chore(release): publish 0.0.23 (#25)
Browse files Browse the repository at this point in the history
chore(release): publish 0.0.23
  • Loading branch information
heiazu authored Jun 25, 2023
1 parent 083bf57 commit 7147773
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public-hoist-pattern[]=@types/*
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*jest*
public-hoist-pattern[]=*prettier*
registry="https://registry.yarnpkg.com/"
registry="https://registry.npm.taobao.org/"
strict-peer-dependencies=false

{SCOPE}:registry=https://npm.pkg.github.com
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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 7147773

Please sign in to comment.