Skip to content

Commit

Permalink
chore(release): v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Nov 22, 2024
1 parent d107304 commit 3fb4d5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.7.1

`2024-11-22`

- :bug: fix(popup): display should not trigger the scrollview to update (#2773)
- :bug: fix(toast): load dependent CSS (#2776)
- :bug: fix(Form): Form 组件文档 demo 中 Switch 组件使用问题 (#2774)
- :bug: fix(textarea): handle undefined placeholder explicitly (#2748)
- 🏡 chore: jdesign 主题 (#2703)
- 🏡 chore: ci optimize (#2692)
- 🏡 chore: ci (#2690)
- 📖 docs(infiniteLoading): optimize target description (#2770)
- 📖 docs: 官方主题入口 (#2634)

# v2.7.0

`2024-11-01`
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.7.0",
"name": "@nutui/nutui-react",
"version": "2.7.1",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 3fb4d5f

Please sign in to comment.