Skip to content

Commit

Permalink
chore(*): Release-1.27.17
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalsky committed Jul 19, 2024
1 parent 9375cd7 commit 063bb6c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.27.17](https://github.com/alibaba-fusion/next/compare/1.27.15...1.27.17) (2024-07-19)


### Bug Fixes

* **Tree:** tree demo fail to render ([ca23b16](https://github.com/alibaba-fusion/next/commit/ca23b16ab67312324ad7b9d5348ed3e6b864b0c0))


## [1.27.16](https://github.com/alibaba-fusion/next/compare/1.27.15...1.27.16) (2024-07-18)


Expand Down
4 changes: 2 additions & 2 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Latest Log

## [1.27.16](https://github.com/alibaba-fusion/next/compare/1.27.15...1.27.16) (2024-07-18)
## [1.27.17](https://github.com/alibaba-fusion/next/compare/1.27.15...1.27.17) (2024-07-19)


### Bug Fixes

* **Icon:** icon demo fail to render ([7bf33dd](https://github.com/alibaba-fusion/next/commit/7bf33ddc77cdef615dc05ff0e730f36547ead243))
* **Tree:** tree demo fail to render ([ca23b16](https://github.com/alibaba-fusion/next/commit/ca23b16ab67312324ad7b9d5348ed3e6b864b0c0))

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.16';
next.version = '1.27.17';

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

0 comments on commit 063bb6c

Please sign in to comment.