Skip to content

Commit

Permalink
chore(release): publish 1.9.23 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
hisanshao authored Aug 24, 2022
1 parent 39b7afc commit 0cd209f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"**/*.md",
"**/__test__/**"
],
"version": "1.9.22"
"version": "1.9.23"
}
2 changes: 1 addition & 1 deletion packages/vantui-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antmjs/vantui-cli",
"version": "1.9.22",
"version": "1.9.23",
"type": "module",
"main": "dest/index.js",
"typings": "dest/index.d.ts",
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.9.22",
"version": "1.9.23",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"author": "",
"dependencies": {
"@antmjs/mini-fix": "^1.21.3",
"@antmjs/vantui": "1.9.22",
"@antmjs/vantui": "1.9.23",
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.5.3",
"@tarojs/helper": "3.5.3",
Expand Down
4 changes: 2 additions & 2 deletions 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.9.22",
"version": "1.9.23",
"description": "",
"scripts": {
"dev": "node ./scripts/ts-to-md && npx antm-vantui-cli docs --mode development",
Expand All @@ -21,7 +21,7 @@
"iOS >= 10"
],
"devDependencies": {
"@antmjs/vantui-cli": "1.9.22",
"@antmjs/vantui-cli": "1.9.23",
"@vue/compiler-sfc": "^3.0.0",
"ast-to-markdown": "^1.0.0",
"babel-loader": "^8.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/vantui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antmjs/vantui",
"version": "1.9.22",
"version": "1.9.23",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@antmjs/iconfont": "^1.21.3",
"@antmjs/vantui-cli": "1.9.22",
"@antmjs/vantui-cli": "1.9.23",
"@tarojs/components": "^3.5.3",
"@tarojs/taro": "^3.5.3",
"@types/lodash.flow": "^3.5.6"
Expand Down

0 comments on commit 0cd209f

Please sign in to comment.