Skip to content

Commit

Permalink
chore(release): publish 1.1.2 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
hisanshao authored Nov 9, 2021
1 parent d46bec0 commit 7c8eacc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"**/*.md",
"**/__test__/**"
],
"version": "1.1.1"
"version": "1.1.2"
}
4 changes: 2 additions & 2 deletions packages/react-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-demo",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"dependencies": {
"@antmjs/vantui": "1.1.1",
"@antmjs/vantui": "1.1.2",
"@babel/core": "7.12.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@svgr/webpack": "5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vantui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vantui-demo",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"dependencies": {
"@antmjs/mini-fix": "^1.12.0",
"@antmjs/vantui": "1.1.1",
"@antmjs/vantui": "1.1.2",
"@babel/runtime-corejs3": "^7.14.7",
"@tarojs/components": "3.3.11",
"@tarojs/react": "3.3.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/vantui-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vantui-doc",
"private": true,
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"scripts": {
"dev": "node synch.js && npx vant-cli dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/vantui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antmjs/vantui",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"common:react": "dist/h5.js",
Expand Down

0 comments on commit 7c8eacc

Please sign in to comment.