We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11512a commit cf0d7cfCopy full SHA for cf0d7cf
lerna.json
@@ -10,5 +10,5 @@
10
"registry": "https://registry.npmjs.org/"
11
}
12
},
13
- "version": "2.0.11"
+ "version": "2.0.12"
14
packages/create-nextjs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-tarojs-plugin-platform-nextjs",
3
- "version": "2.0.11",
+ "version": "2.0.12",
4
"description": "添加 Taro Next.js 插件到你的项目中",
5
"bin": "cli.js",
6
"scripts": {
packages/nextjs/package.json
"name": "tarojs-plugin-platform-nextjs",
"description": "Taro 插件,用于编译为 Next.js 应用。",
"main": "lib/index.js",
0 commit comments