diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecf46d532..4909eb8cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.27.1-alpha.0](https://github.com/alibaba-fusion/next/compare/1.27.0...1.27.1-alpha.0) (2024-01-03) + + ## [1.27.0](https://github.com/alibaba-fusion/next/compare/1.26.37...1.27.0) (2024-01-02) ### Code Refactoring diff --git a/LATESTLOG.md b/LATESTLOG.md index f19ef95d1a..6fa85ff11d 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,10 +1,4 @@ # Latest Log -## [1.27.0](https://github.com/alibaba-fusion/next/compare/1.26.37...1.27.0) (2024-01-02) - -### Code Refactoring -- Create new project structure -- Upgrade to TypeScript Project progressive -- Improve maintenance for documentation and component APIs -- Improve test cases with cypress +## [1.27.1-alpha.0](https://github.com/alibaba-fusion/next/compare/1.27.0...1.27.1-alpha.0) (2024-01-03) diff --git a/index.js b/index.js index fdf72c18be..fcdb4c5f81 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.27.0'; +next.version = '1.27.1-alpha.0'; module.exports = next; diff --git a/package.json b/package.json index d4aa89dc36..bb2f122dd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.27.0", + "version": "1.27.1-alpha.0", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",