Skip to content

Commit

Permalink
chore(release): v2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed May 31, 2024
1 parent 08825c1 commit e4fe760
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.6.8
`2024-05-31`


* :sparkles: feat(button): 新增 button 原始类型属性 (#2195) @Jiankian
* :sparkles: feat(card): add card hide price and shop usage (#2292) @wick
* :bug: fix(cascader): onPathChange is not a function (#2308) @oasis-cloud
* :bug: fix: safearea for ac (#2293) @xiaoyatong
* :bug: fix(InputNumber): 扩大点击区域 (#2302) @xiaoyatong
* :bug: fix(picker): 函数调用之前检查 locale 是否已经定义 (#2259) @Alex-huxiyang
* 🏡 chore(demo): 更新组件引用方式 (#2304) @oasis-cloud
* 🏡 chore: fix typos (#2300) @Snoppy


# v2.6.7
`2024-05-28`

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.7",
"name": "@nutui/nutui-react-taro",
"version": "2.6.8",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit e4fe760

Please sign in to comment.