Skip to content

Commit 57eef16

Browse files
committed
chore: release v3.0.20
1 parent 70c7885 commit 57eef16

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# v3.0.20-beta.0
1+
# v3.0.20
22

3-
`2026-05-06`
3+
`2026-05-20`
44

5-
- :bug: fix: 修改多语言
6-
- :bug: fix: 修订demo
75
- :sparkles: feat: enhance SafeArea with className/style props and constant() iOS fallback (#3388)
86
- :sparkles: feat(language): 添加越南语语言包 (#3378)
7+
- :bug: fix: 修改多语言
8+
- :bug: fix: 修订demo
99
- 🏡 chore(deps): update dependency jest to v30 (#3288)
1010
- 🏡 chore(deps): update commitlint monorepo to v20 (#3428)
1111
- 🏡 chore(deps): update actions/github-script action to v9 (#3432)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-react-taro",
3-
"version": "3.0.20-beta.0",
3+
"version": "3.0.20",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/es/packages/nutui.react.build.js",

scripts/generate-local-changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ shell.exec(
1010
{ silent: true },
1111
(code, stdout, stderr) => {
1212
shell.exec(
13-
`git log --since="${stdout.replace('\n', '')}" --pretty=format:"%s" feat_v3.x`,
13+
`git log --since="${stdout.replace('\n', '')}" --pretty=format:"%s" HEAD`,
1414
{ silent: true },
1515
(code, stdout, stderr) => {
1616
const logs = stdout.split('\n')

0 commit comments

Comments
 (0)