-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9375cd7
commit 063bb6c
Showing
4 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters