From df28ac29a3de9e5a9a76b1205a4b4254771f0794 Mon Sep 17 00:00:00 2001 From: chenxian Date: Fri, 19 Nov 2021 15:20:48 +0800 Subject: [PATCH] chore(*): Release-1.24.17 --- CHANGELOG.md | 11 +++++++++++ LATESTLOG.md | 6 +++--- index.js | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f081727c4e..7edb33e473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.24.17](https://github.com/alibaba-fusion/next/compare/1.24.16...1.24.17) (2021-11-19) + + +### Bug Fixes + +* **Affix:** suport resize container width fix [#3536](https://github.com/alibaba-fusion/next/issues/3536) ([218c07d](https://github.com/alibaba-fusion/next/commit/218c07d)) +* **Affix:** update container async to wait ref called ([62c3ba7](https://github.com/alibaba-fusion/next/commit/62c3ba7)) + + + + ## [1.24.16](https://github.com/alibaba-fusion/next/compare/1.24.15...1.24.16) (2021-11-17) diff --git a/LATESTLOG.md b/LATESTLOG.md index a53d6d9252..7cbee58f76 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,11 +1,11 @@ # Latest Log -## [1.24.16](https://github.com/alibaba-fusion/next/compare/1.24.15...1.24.16) (2021-11-17) +## [1.24.17](https://github.com/alibaba-fusion/next/compare/1.24.16...1.24.17) (2021-11-19) ### Bug Fixes -* **Rating:** prevent default for a11y input, close [#3526](https://github.com/alibaba-fusion/next/issues/3526) ([#3527](https://github.com/alibaba-fusion/next/issues/3527)) ([0ad9e36](https://github.com/alibaba-fusion/next/commit/0ad9e36)) -* **Tab:** enhance robustness, close [#3515](https://github.com/alibaba-fusion/next/issues/3515) ([6a3b41e](https://github.com/alibaba-fusion/next/commit/6a3b41e)) +* **Affix:** suport resize container width fix [#3536](https://github.com/alibaba-fusion/next/issues/3536) ([218c07d](https://github.com/alibaba-fusion/next/commit/218c07d)) +* **Affix:** update container async to wait ref called ([62c3ba7](https://github.com/alibaba-fusion/next/commit/62c3ba7)) diff --git a/index.js b/index.js index 7340702d06..36ed3c2e39 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.24.16'; +next.version = '1.24.17'; module.exports = next; diff --git a/package.json b/package.json index c1197bb6ca..65401f050d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.24.16", + "version": "1.24.17", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",