Skip to content

Commit

Permalink
chore(*): Release-1.25.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Feb 22, 2022
1 parent 6de9d6b commit ec40b65
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.25.20](https://github.com/alibaba-fusion/next/compare/1.25.19...1.25.20) (2022-02-22)


### Bug Fixes

* **NumberPicker:** repair field setValues 0 numberPicker unread, clos… ([#3752](https://github.com/alibaba-fusion/next/issues/3752)) ([53c6feb](https://github.com/alibaba-fusion/next/commit/53c6feb))
* **Overlay:** ts add placement ([#3753](https://github.com/alibaba-fusion/next/issues/3753)) ([6de9d6b](https://github.com/alibaba-fusion/next/commit/6de9d6b))
* **Upload:** card add ts ([78d3bb6](https://github.com/alibaba-fusion/next/commit/78d3bb6))




## [1.25.19](https://github.com/alibaba-fusion/next/compare/1.25.18...1.25.19) (2022-02-15)


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

## [1.25.19](https://github.com/alibaba-fusion/next/compare/1.25.18...1.25.19) (2022-02-15)
## [1.25.20](https://github.com/alibaba-fusion/next/compare/1.25.19...1.25.20) (2022-02-22)


### Bug Fixes

* **Dialog:** rollback body style while unmount fix [#3725](https://github.com/alibaba-fusion/next/issues/3725) ([93fffc4](https://github.com/alibaba-fusion/next/commit/93fffc4))
* **Menu:** keys of more, close [#3733](https://github.com/alibaba-fusion/next/issues/3733) ([2ca8af2](https://github.com/alibaba-fusion/next/commit/2ca8af2))
* **TreeSelect:** clear search value when select, close [#3738](https://github.com/alibaba-fusion/next/issues/3738) ([93ce487](https://github.com/alibaba-fusion/next/commit/93ce487))
* **NumberPicker:** repair field setValues 0 numberPicker unread, clos… ([#3752](https://github.com/alibaba-fusion/next/issues/3752)) ([53c6feb](https://github.com/alibaba-fusion/next/commit/53c6feb))
* **Overlay:** ts add placement ([#3753](https://github.com/alibaba-fusion/next/issues/3753)) ([6de9d6b](https://github.com/alibaba-fusion/next/commit/6de9d6b))
* **Upload:** card add ts ([78d3bb6](https://github.com/alibaba-fusion/next/commit/78d3bb6))


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.25.19';
next.version = '1.25.20';

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

0 comments on commit ec40b65

Please sign in to comment.