Skip to content

Commit 014b0c5

Browse files
committed
v0.0.21
1 parent 1c6dce2 commit 014b0c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "0.0.20"
13+
"version": "0.0.21"
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": "0.0.20",
3+
"version": "0.0.21",
44
"description": "React-based Taro3 components implementation",
55
"license": "MIT",
66
"files": [

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tarojs-plugin-platform-nextjs",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "Taro 插件,用于编译为 Next.js 应用。",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)