Skip to content

Commit

Permalink
chore(*): Release-1.26.31
Browse files Browse the repository at this point in the history
  • Loading branch information
YSMJ1994 committed Nov 9, 2023
1 parent 8cef2a1 commit dcd19d7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.26.31](https://github.com/alibaba-fusion/next/compare/1.26.30...1.26.31) (2023-11-09)


### Bug Fixes

* **Overlay:** support show-hide in nested scroll component ([#4517](https://github.com/alibaba-fusion/next/issues/4517)) ([8cef2a1](https://github.com/alibaba-fusion/next/commit/8cef2a1))




## [1.26.30](https://github.com/alibaba-fusion/next/compare/1.26.29...1.26.30) (2023-11-01)


Expand Down
7 changes: 6 additions & 1 deletion LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Latest Log

## [1.26.30](https://github.com/alibaba-fusion/next/compare/1.26.29...1.26.30) (2023-11-01)
## [1.26.31](https://github.com/alibaba-fusion/next/compare/1.26.30...1.26.31) (2023-11-09)


### Bug Fixes

* **Overlay:** support show-hide in nested scroll component ([#4517](https://github.com/alibaba-fusion/next/issues/4517)) ([8cef2a1](https://github.com/alibaba-fusion/next/commit/8cef2a1))


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.26.30';
next.version = '1.26.31';

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

0 comments on commit dcd19d7

Please sign in to comment.