From d4ae81d6d3ba7b667119355bc5054344d2400fab Mon Sep 17 00:00:00 2001 From: weisheng <1780903673@qq.com> Date: Mon, 4 Mar 2024 20:53:18 +0800 Subject: [PATCH] chore(release): 1.1.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e054e4159..89e8f3fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # 更新日志 +### [1.1.4](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.1.3...v1.1.4) (2024-03-04) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复 Navbar显示下边框时fixed不生效的问题 ([18c09d8](https://github.com/Moonofweisheng/wot-design-uni/commit/18c09d87384699c044a9f84838b17f74eaff77b3)) + + +### ✏️ Documentation | 文档 + +* ✏️ 增加支付宝小程序styleIsolation配置的文档 ([68d1262](https://github.com/Moonofweisheng/wot-design-uni/commit/68d1262ed5ac6ccf8c078ba089e045739c2275e8)) + ### [1.1.3](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.1.2...v1.1.3) (2024-03-03) diff --git a/package.json b/package.json index 74ea25fb8..0e8c06828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wot-design-uni", - "version": "1.1.3", + "version": "1.1.4", "repository": { "type": "git", "url": "https://github.com/Moonofweisheng/wot-design-uni.git"