diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a22cd271f..68808ff0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.27.25](https://github.com/alibaba-fusion/next/compare/1.27.24...1.27.25) (2024-09-14) + + +### 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)) + + ## [1.27.24](https://github.com/alibaba-fusion/next/compare/1.27.23...1.27.24) (2024-09-14) diff --git a/LATESTLOG.md b/LATESTLOG.md index 655ed18b7d..b54ee8929e 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,9 +1,10 @@ # Latest Log -## [1.27.24](https://github.com/alibaba-fusion/next/compare/1.27.23...1.27.24) (2024-09-14) +## [1.27.25](https://github.com/alibaba-fusion/next/compare/1.27.24...1.27.25) (2024-09-14) ### Bug Fixes -* change esbuild target to es2018 ([0fe351f](https://github.com/alibaba-fusion/next/commit/0fe351feca93e678a5c9fb94fb43ea603d629fe7)) +* **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)) diff --git a/index.js b/index.js index 4bb3da6cd3..59e56148b2 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.27.24'; +next.version = '1.27.25'; module.exports = next; diff --git a/package.json b/package.json index d1ed83cbc7..77dfccae0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.27.24", + "version": "1.27.25", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",