Skip to content

Commit d13e04a

Browse files
committed
chore(release): v2.6.18
1 parent bd981e8 commit d13e04a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v2.6.18
2+
3+
`2024-09-06`
4+
5+
- 🏡 chore: remove deprecated (#2573)
6+
- 🏡 chore(deps): update dependency marked to v14 (#2532)
7+
- :sparkles: feat: demos for popup & dialog (#2574)
8+
- :sparkles: feat: beforeupload (#2567)
9+
- :bug: fix: remove icons defaultprops (#2571)
10+
- :bug: fix(input): type props didnot work when equals number|digit (#2563)
11+
- :bug: fix: dialog
12+
- :bug: fix(sticky): should rerender when zIndex changes (#2572)
13+
- :bug: fix(sticky): rerender sticky when threshold change (#2564)
14+
- :bug: fix(deps): update dependency jscodeshift to v17 (#2534)
15+
116
# v2.6.17
217

318
`2024-08-30`

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nutui/nutui-react",
3-
"version": "2.6.17",
2+
"name": "@nutui/nutui-react-taro",
3+
"version": "2.6.18",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/esm/nutui-react.es.js",

Diff for: scripts/generate-local-changelog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ shell.exec(
5151
perf: '* zap: ',
5252
refactor: '* 🪵 ',
5353
revert: '* 🚦 ',
54-
style: ':art: ',
54+
style: '* :art: ',
5555
test: '* 💡 ',
5656
others: '* 🔔 ',
5757
}

0 commit comments

Comments
 (0)