Skip to content

Commit

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

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.0';
next.version = '1.27.1-alpha.0';

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.0",
"version": "1.27.1-alpha.0",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down

0 comments on commit 2328ccd

Please sign in to comment.