From 3cf21bc966703f758d7e65a5bbc283a23395d9ea Mon Sep 17 00:00:00 2001 From: eternalsky Date: Fri, 20 Sep 2024 17:03:11 +0800 Subject: [PATCH] chore(*): Release-1.27.26 --- CHANGELOG.md | 8 ++++++++ LATESTLOG.md | 5 ++--- index.js | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68808ff0c6..04e34c4610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.27.26](https://github.com/alibaba-fusion/next/compare/1.27.25...1.27.26) (2024-09-20) + + +### Bug Fixes + +* **VirtualList:** stabilize children keys in virtual list ([f3d1d81](https://github.com/alibaba-fusion/next/commit/f3d1d81af3bf7b491919797bef3aec22984e5f0d)) + + ## [1.27.25](https://github.com/alibaba-fusion/next/compare/1.27.24...1.27.25) (2024-09-14) diff --git a/LATESTLOG.md b/LATESTLOG.md index b54ee8929e..0a578a620d 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,10 +1,9 @@ # Latest Log -## [1.27.25](https://github.com/alibaba-fusion/next/compare/1.27.24...1.27.25) (2024-09-14) +## [1.27.26](https://github.com/alibaba-fusion/next/compare/1.27.25...1.27.26) (2024-09-20) ### Bug Fixes -* **Balloon:** export balloon props types ([eecc4dd](https://github.com/alibaba-fusion/next/commit/eecc4dda8acc5ddef9b08e26127613f83dca9d9a)) -* **Slider:** export SliderProps types ([813448d](https://github.com/alibaba-fusion/next/commit/813448de7a049679283e4d0f4f9e4a8ccbfad4d8)) +* **VirtualList:** stabilize children keys in virtual list ([f3d1d81](https://github.com/alibaba-fusion/next/commit/f3d1d81af3bf7b491919797bef3aec22984e5f0d)) diff --git a/index.js b/index.js index 59e56148b2..81e507717f 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.27.25'; +next.version = '1.27.26'; module.exports = next; diff --git a/package.json b/package.json index 77dfccae0e..ba100202c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.27.25", + "version": "1.27.26", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",