Skip to content

Commit

Permalink
chore(release): v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Apr 3, 2024
1 parent 31a894a commit 8edb665
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.5.2
`2024-04-03`


* 🏡 chore(form): demo拆解与规范 (#2148) @oasis-cloud
* 🏡 chore(countdown): demo拆解与规范 (#2147) @Alex.huxiyang
* 🏡 chore(cascader): demo拆解与规范 (#2144) @Alex.huxiyang
* 🏡 chore(checkbox): demo拆解与规范 (#2146) @Alex.huxiyang
* :bug: fix(calendarcard): 直接抛出ondayclick (#2150) @oasis-cloud
* :bug: fix(radio): 样式变量修复(issue) (#2149) @Alex.huxiyang


# v2.5.1
`2024-03-29`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react-taro",
"version": "2.5.1",
"name": "@nutui/nutui-react",
"version": "2.5.2",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
1 change: 1 addition & 0 deletions src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ export type NutCSSVariables =
| 'nutuiRadioButtonActiveBorder'
| 'nutuiRadioButtonDisabledActiveColor'
| 'nutuiRadiogroupRadioMargin'
| 'nutuiRadiogroupRadioMarginBottom'
| 'nutuiRadiogroupRadioLabelMargin'
| 'nutuiSignatureBorderColor'
| 'nutuiSignatureBorderWidth'
Expand Down

0 comments on commit 8edb665

Please sign in to comment.