Skip to content

Commit

Permalink
chore(release): v2.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Sep 13, 2024
1 parent 7f72a1b commit 6b87265
Show file tree
Hide file tree
Showing 2 changed files with 14 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.6.19

`2024-09-13`

- 🏡 chore(deps): update dependency vite-plugin-dts to v4 (#2533)
- :bug: fix(cascader): 受控状态下 value 变化时同步组件选中状态 (#2591)
- :bug: fix: 移除不必要的 fragment 元素 (#2587)
- :bug: fix(datepicker): show zero on page (#2582)
- :bug: fix: findDomNode from transition (#2525)
- :bug: fix(props): add mergeProps utility to resolve all defaultProps warnings (#2581)
- 🪵 refactor: resolve sass nested rules warning (#2579)

# v2.6.18

`2024-09-06`
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.6.18",
"name": "@nutui/nutui-react",
"version": "2.6.19",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 6b87265

Please sign in to comment.