diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb811fbb4..3829ef25db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.27.1](https://github.com/alibaba-fusion/next/compare/1.27.1-alpha.1...1.27.1) (2024-01-03) + +### Bug Fixes +- Set esModuleInterop true to compat esbuild + + + ## [1.27.1-alpha.1](https://github.com/alibaba-fusion/next/compare/1.27.1-alpha.0...1.27.1-alpha.1) (2024-01-03) diff --git a/LATESTLOG.md b/LATESTLOG.md index 9aa0b75c68..558b44fe1c 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,4 +1,7 @@ # Latest Log -## [1.27.1-alpha.1](https://github.com/alibaba-fusion/next/compare/1.27.1-alpha.0...1.27.1-alpha.1) (2024-01-03) +## [1.27.1](https://github.com/alibaba-fusion/next/compare/1.27.1-alpha.1...1.27.1) (2024-01-03) + +### Bug Fixes +- Set esModuleInterop true to compat esbuild diff --git a/index.js b/index.js index 5f48553267..1afc25e6fc 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.27.1-alpha.1'; +next.version = '1.27.1'; module.exports = next; diff --git a/package.json b/package.json index cc8ccab343..28dd211e33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.27.1-alpha.1", + "version": "1.27.1", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",