We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2020068 commit c6f8a07Copy full SHA for c6f8a07
lerna.json
@@ -10,5 +10,5 @@
10
"registry": "https://registry.npmjs.org/"
11
}
12
},
13
- "version": "0.0.17"
+ "version": "0.0.18"
14
packages/components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@taror/components",
3
- "version": "0.0.17",
+ "version": "0.0.18",
4
"description": "React-based Taro3 components implementation",
5
"license": "MIT",
6
"files": [
packages/nextjs/package.json
"name": "tarojs-plugin-platform-nextjs",
"description": "Taro 插件,用于编译为 Next.js 应用。",
"main": "lib/index.js",
"scripts": {
0 commit comments