Skip to content

Commit

Permalink
chore(*): Release-1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YSMJ1994 committed Jan 4, 2024
1 parent 35c4ff0 commit 7f48a5b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
5 changes: 4 additions & 1 deletion LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -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;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7f48a5b

Please sign in to comment.