From 28d6cb6dcc0cc35414d1f93d726ba21f766660fb Mon Sep 17 00:00:00 2001 From: Jerome Lin Date: Mon, 14 Sep 2020 17:06:34 +0800 Subject: [PATCH] build: build 2.5.5 --- CHANGELOG.md | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b59dab516..2acafec00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # 版本更新日志 -## v2.5.3 +## v2.5.5 +- Feature + - [Tabs] 支持纵向显示。[#486](https://github.com/ZhongAnTech/zarm/pull/486) + - Bug Fix - - 修复服务端渲染时出现的 `window is not defined` 的错误。[#6375267](https://github.com/ZhongAnTech/zarm/commit/6375267e3cb3fd4ea2c4c389a9332bea499442c5) + - 修复服务端渲染时出现的 `window is not defined` 的错误。[#6375267](https://github.com/ZhongAnTech/zarm/commit/6375267e3cb3fd4ea2c4c389a9332bea499442c5) [#495](https://github.com/ZhongAnTech/zarm/pull/495) ## v2.5.2 @@ -13,7 +16,6 @@ - 重构DOM操作工具库。[#f098d4a](https://github.com/ZhongAnTech/zarm/commit/f098d4a18d43407d79823ad5e6c7f0211cbec080)。 - 优化调整各组件 `z-index` 堆叠顺序的css变量。[#00e0202](https://github.com/ZhongAnTech/zarm/commit/00e0202ad8a4bd2250d2226293804c022f19c613) - ```css --zindex-mask: 1000; --zindex-popup: 1100; diff --git a/package.json b/package.json index d344c160e..f488d34a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zarm", - "version": "2.5.5-beta.1", + "version": "2.5.5", "description": "基于 React 的移动端UI库", "tags": [ "zarm",