Skip to content

Commit bd7f285

Browse files
committed
v2.0.13
1 parent 64a169b commit bd7f285

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": "2.0.12"
13+
"version": "2.0.13"
1414
}

packages/create-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tarojs-plugin-platform-nextjs",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "添加 Taro Next.js 插件到你的项目中",
55
"bin": "cli.js",
66
"scripts": {

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": "2.0.12",
3+
"version": "2.0.13",
44
"description": "Taro 插件,用于编译为 Next.js 应用。",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)