From 51da7a5c4372bbcb3c5fd1ad266b230bfb7ea5e2 Mon Sep 17 00:00:00 2001 From: chenxian Date: Thu, 27 Oct 2022 14:25:52 +0800 Subject: [PATCH] chore(*): Release-1.26.5 --- CHANGELOG.md | 10 ++++++++++ LATESTLOG.md | 4 ++-- index.js | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff17c554e5..5bb054ba20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.26.5](https://github.com/alibaba-fusion/next/compare/1.26.4...1.26.5) (2022-10-27) + + +### Bug Fixes + +* **Nav:** optimize nav ts definition and update theme input-group style, close [#4150](https://github.com/alibaba-fusion/next/issues/4150) ([#4166](https://github.com/alibaba-fusion/next/issues/4166)) ([8b60f5e](https://github.com/alibaba-fusion/next/commit/8b60f5e)) + + + + ## [1.26.4](https://github.com/alibaba-fusion/next/compare/1.26.3...1.26.4) (2022-10-18) diff --git a/LATESTLOG.md b/LATESTLOG.md index 6876be5eea..b186af6b01 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,10 +1,10 @@ # Latest Log -## [1.26.4](https://github.com/alibaba-fusion/next/compare/1.26.3...1.26.4) (2022-10-18) +## [1.26.5](https://github.com/alibaba-fusion/next/compare/1.26.4...1.26.5) (2022-10-27) ### Bug Fixes -* **Select:** fix multiple select preview ([#4138](https://github.com/alibaba-fusion/next/issues/4138)) ([2a66eb4](https://github.com/alibaba-fusion/next/commit/2a66eb4)) +* **Nav:** optimize nav ts definition and update theme input-group style, close [#4150](https://github.com/alibaba-fusion/next/issues/4150) ([#4166](https://github.com/alibaba-fusion/next/issues/4166)) ([8b60f5e](https://github.com/alibaba-fusion/next/commit/8b60f5e)) diff --git a/index.js b/index.js index c0df220590..e28ff1275f 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.26.4'; +next.version = '1.26.5'; module.exports = next; diff --git a/package.json b/package.json index 27516dbc61..9e31711bab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.26.4", + "version": "1.26.5", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",