Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish 3.2.2 #581

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# [](https://github.com/AntmJS/vantui/compare/v3.2.0...v) (2023-09-23)
# [](https://github.com/AntmJS/vantui/compare/v3.2.1...v) (2023-11-03)


### Bug Fixes

* calendar日历组件支付宝偶现月份选择问题 ([e2b63fb](https://github.com/AntmJS/vantui/commit/e2b63fbfef4add956a06bc10bd41e255ae017db1))
* switch组件全局样式问题,默认颜色不再是蓝色而是主题色([#580](https://github.com/AntmJS/vantui/issues/580)) ([b55259c](https://github.com/AntmJS/vantui/commit/b55259c2257a7bd113e411e18742065d0b3c498c))


### Features

* docs update ([470cd32](https://github.com/AntmJS/vantui/commit/470cd32f49d4be27b7e983d59eef3b4fcc4030d4))



## [3.2.1](https://github.com/AntmJS/vantui/compare/v3.2.0...v3.2.1) (2023-09-23)


### 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.2.1"
"version": "3.2.2"
}
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.2.1",
"version": "3.2.2",
"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.2.1",
"version": "3.2.2",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"author": "",
"dependencies": {
"@antmjs/mini-fix": "^2.3.3",
"@antmjs/vantui": "3.2.1",
"@antmjs/vantui": "3.2.2",
"@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.2.1",
"version": "3.2.2",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
Expand Down
Loading