Skip to content

Commit

Permalink
chore(release): v2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Jun 21, 2024
1 parent 327e639 commit 7fc969f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.6.10
`2024-06-21`


* 🏡 chore: 文档未来规范 (#2373) @Alex-huxiyang
* 🤖 ci: 统一使用 pnpm @oasis-cloud
* :sparkles: feat(tabpane): 增添修改tabpane背景色的主题变量 (#2366) @Alex-huxiyang
* :bug: fix(tabs): 修复tabs异步设置titles滚动失效(#2351) (#2369) @ShuchenEason
* :bug: fix: umd 中替换环境变量 (#2368) @oasis-cloud


# v2.6.9
`2024-06-14`

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
"version": "2.6.9",
"name": "@nutui/nutui-react-taro",
"version": "2.6.10",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down Expand Up @@ -99,7 +99,6 @@
"@nutui/icons-react-taro": "^1.0.4",
"@nutui/touch-emulator": "^1.0.0",
"@react-spring/web": "~9.6.1",
"@types/fs-extra": "^11.0.4",
"@use-gesture/react": "10.2.20",
"async-validator": "^4.2.5",
"classnames": "^2.5.1",
Expand Down Expand Up @@ -134,6 +133,7 @@
"@tarojs/taro": "3.6.22",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.0",
"@types/fs-extra": "^11.0.4",
"@types/loadable__component": "^5.13.8",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.kebabcase": "^4.1.9",
Expand Down
21 changes: 10 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ export type NutCSSVariables =
| 'nutuiTabsVerticalTabLineHeight'
| 'nutuiTabsTitlesItemSmileBottom'
| 'nutuiTabsTabpanePadding'
| 'nutuiTabsTabpaneBackgroundColor'
| 'nutuiIndicatorColor'
| 'nutuiIndicatorDotColor'
| 'nutuiIndicatorDotSize'
Expand Down

0 comments on commit 7fc969f

Please sign in to comment.