Skip to content

Commit 24a8030

Browse files
zygoingSyMind
authored andcommitted
add tag 2.0.3 (#9)
* v2.0.1 * v2.0.2 * v2.0.3
1 parent aefb05e commit 24a8030

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"registry": "https://registry.npmjs.org/"
1111
}
1212
},
13-
"version": "2.0.0"
13+
"version": "2.0.3"
1414
}

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taror/components",
3-
"version": "2.0.0",
3+
"version": "2.0.3",
44
"description": "React-based Taro3 components implementation",
55
"license": "MIT",
66
"files": [

packages/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tarojs-plugin-platform-nextjs",
3-
"version": "2.0.0",
3+
"version": "2.0.3",
44
"description": "Taro 插件,用于编译为 Next.js 应用。",
55
"main": "lib/index.js",
66
"scripts": {
@@ -40,7 +40,7 @@
4040
"@babel/helper-split-export-declaration": "^7.16.7",
4141
"@babel/plugin-proposal-class-properties": "^7.17.12",
4242
"@babel/preset-env": "^7.18.2",
43-
"@taror/components": "^2.0.0",
43+
"@taror/components": "^2.0.3",
4444
"autoprefixer": "^10.4.4",
4545
"base64-js": "^1.5.1",
4646
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)