Skip to content

Commit

Permalink
chore(release): v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Dec 20, 2024
1 parent 663908a commit b7fa8cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v2.7.4

`2024-12-20`

- :bug: fix(form): 修复label字号的css变量 (#2872)
- :bug: fix: 修改小程序下自动吸边计算逻辑&&解决部分小程序写法不支持问题 (#2855)
- :bug: fix(countup): 分隔符文字颜色支持css变量修改 (#2869)
- :bug: fix: update variables-jmapp.scss

# v2.7.3

`2024-12-13`
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",
"version": "2.7.3",
"name": "@nutui/nutui-react-taro",
"version": "2.7.4",
"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 @@ -762,6 +762,7 @@ export type NutCSSVariables =
| 'nutuiCountupLrMargin'
| 'nutuiCountupBgColor'
| 'nutuiCountupColor'
| 'nutuiCountupSeparatorColor'
| 'nutuiRowContentColor'
| 'nutuiRowContentBackgroundColor'
| 'nutuiRowContentBorderRadius'
Expand Down

0 comments on commit b7fa8cb

Please sign in to comment.