Skip to content

Commit

Permalink
chore(release): publish 3.1.4 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuolung authored Jul 25, 2023
1 parent 54f09ce commit 8e64619
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# [](https://github.com/AntmJS/vantui/compare/v3.1.2...v) (2023-07-10)
# [](https://github.com/AntmJS/vantui/compare/v3.1.3...v) (2023-07-25)


### Bug Fixes

* form组件form-item下边框展示 ([e2b197c](https://github.com/AntmJS/vantui/commit/e2b197cbe93878c6eee3d2eef63b0c12038ebe00))
* IndexBar scroll into view with offset ([#545](https://github.com/AntmJS/vantui/issues/545)) ([54f09ce](https://github.com/AntmJS/vantui/commit/54f09ceab3180afb56d0bd750dc4588bc86eee53))


### Features

* config-provider支持primary-color ([#549](https://github.com/AntmJS/vantui/issues/549)) ([cbbd281](https://github.com/AntmJS/vantui/commit/cbbd281a51868df24ca79034edfe76ea94b7417b))
* picker、cascader组件移除custom-wrapper([#547](https://github.com/AntmJS/vantui/issues/547)) ([46a7511](https://github.com/AntmJS/vantui/commit/46a75110759926d8ecf002cd91ce4b2603c01cb9))



## [3.1.3](https://github.com/AntmJS/vantui/compare/v3.1.2...v3.1.3) (2023-07-10)


### Bug Fixes
Expand Down
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": "3.1.3"
"version": "3.1.4"
}
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": "3.1.3",
"version": "3.1.4",
"type": "module",
"main": "dest/cli.js",
"bin": {
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": "3.1.3",
"version": "3.1.4",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"author": "",
"dependencies": {
"@antmjs/mini-fix": "^2.3.3",
"@antmjs/vantui": "3.1.3",
"@antmjs/vantui": "3.1.4",
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.5.7",
"@tarojs/helper": "3.5.7",
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": "3.1.3",
"version": "3.1.4",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
Expand Down

0 comments on commit 8e64619

Please sign in to comment.