From 197620856027b82cfc1e6e5d3d4a882527c9fd21 Mon Sep 17 00:00:00 2001 From: chenxian Date: Mon, 25 Jul 2022 14:14:33 +0800 Subject: [PATCH] chore(*): Release-1.25.46 --- CHANGELOG.md | 10 ++++++++++ LATESTLOG.md | 4 ++-- index.js | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99955cbaeb..52ff1a871a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.25.46](https://github.com/alibaba-fusion/next/compare/1.25.45...1.25.46) (2022-07-25) + + +### Bug Fixes + +* fix sass build error ([7438bff](https://github.com/alibaba-fusion/next/commit/7438bff)) + + + + ## [1.25.45](https://github.com/alibaba-fusion/next/compare/1.25.44...1.25.45) (2022-06-28) diff --git a/LATESTLOG.md b/LATESTLOG.md index 18236e05b6..34727a41d7 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,10 +1,10 @@ # Latest Log -## [1.25.45](https://github.com/alibaba-fusion/next/compare/1.25.44...1.25.45) (2022-06-28) +## [1.25.46](https://github.com/alibaba-fusion/next/compare/1.25.45...1.25.46) (2022-07-25) ### Bug Fixes -* **CascaderSelect:** filter duplicated non-existent value, close [#3921](https://github.com/alibaba-fusion/next/issues/3921) ([#3968](https://github.com/alibaba-fusion/next/issues/3968)) ([7b8ab75](https://github.com/alibaba-fusion/next/commit/7b8ab75)) +* fix sass build error ([7438bff](https://github.com/alibaba-fusion/next/commit/7438bff)) diff --git a/index.js b/index.js index 9c16c25580..1e366ddc6a 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.25.45'; +next.version = '1.25.46'; module.exports = next; diff --git a/package.json b/package.json index 97f65258db..2b98245e07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.25.45", + "version": "1.25.46", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",