Skip to content

Commit

Permalink
chore(*): Release-1.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Oct 27, 2022
1 parent 8b60f5e commit 51da7a5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 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.5](https://github.com/alibaba-fusion/next/compare/1.26.4...1.26.5) (2022-10-27)


### Bug Fixes

* **Nav:** optimize nav ts definition and update theme input-group style, close [#4150](https://github.com/alibaba-fusion/next/issues/4150) ([#4166](https://github.com/alibaba-fusion/next/issues/4166)) ([8b60f5e](https://github.com/alibaba-fusion/next/commit/8b60f5e))




## [1.26.4](https://github.com/alibaba-fusion/next/compare/1.26.3...1.26.4) (2022-10-18)


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

## [1.26.4](https://github.com/alibaba-fusion/next/compare/1.26.3...1.26.4) (2022-10-18)
## [1.26.5](https://github.com/alibaba-fusion/next/compare/1.26.4...1.26.5) (2022-10-27)


### Bug Fixes

* **Select:** fix multiple select preview ([#4138](https://github.com/alibaba-fusion/next/issues/4138)) ([2a66eb4](https://github.com/alibaba-fusion/next/commit/2a66eb4))
* **Nav:** optimize nav ts definition and update theme input-group style, close [#4150](https://github.com/alibaba-fusion/next/issues/4150) ([#4166](https://github.com/alibaba-fusion/next/issues/4166)) ([8b60f5e](https://github.com/alibaba-fusion/next/commit/8b60f5e))


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.4';
next.version = '1.26.5';

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

0 comments on commit 51da7a5

Please sign in to comment.