Skip to content

Commit

Permalink
chore(release): v2.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Sep 6, 2024
1 parent bd981e8 commit d13e04a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v2.6.18

`2024-09-06`

- 🏡 chore: remove deprecated (#2573)
- 🏡 chore(deps): update dependency marked to v14 (#2532)
- :sparkles: feat: demos for popup & dialog (#2574)
- :sparkles: feat: beforeupload (#2567)
- :bug: fix: remove icons defaultprops (#2571)
- :bug: fix(input): type props didnot work when equals number|digit (#2563)
- :bug: fix: dialog
- :bug: fix(sticky): should rerender when zIndex changes (#2572)
- :bug: fix(sticky): rerender sticky when threshold change (#2564)
- :bug: fix(deps): update dependency jscodeshift to v17 (#2534)

# v2.6.17

`2024-08-30`
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.6.17",
"name": "@nutui/nutui-react-taro",
"version": "2.6.18",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-local-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ shell.exec(
perf: '* zap: ',
refactor: '* 🪵 ',
revert: '* 🚦 ',
style: ':art: ',
style: '* :art: ',
test: '* 💡 ',
others: '* 🔔 ',
}
Expand Down

0 comments on commit d13e04a

Please sign in to comment.