Skip to content

Commit

Permalink
chore: release 1.9.2 (#3139)
Browse files Browse the repository at this point in the history
* chore: release 1.9.2

* chore: update snapshot
  • Loading branch information
uyarn committed Apr 11, 2024
1 parent 2b12225 commit 4bf75a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-vue",
"purename": "tdesign",
"version": "1.9.1-naruto",
"version": "1.9.2-naruto",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 33 files
+1 −1 docs/web/api/date-picker.md
+6 −0 docs/web/api/tag.en-US.md
+6 −0 docs/web/api/tag.md
+4 −4 docs/web/api/typography.en-US.md
+4 −4 docs/web/api/typography.md
+7 −0 js/global-config/locale/ar_KW.ts
+17 −10 js/global-config/locale/en_US.ts
+7 −0 js/global-config/locale/it_IT.ts
+7 −0 js/global-config/locale/ja_JP.ts
+7 −0 js/global-config/locale/ko_KR.ts
+7 −0 js/global-config/locale/ru_RU.ts
+7 −0 js/global-config/locale/zh_CN.ts
+7 −0 js/global-config/locale/zh_TW.ts
+3 −0 js/global-config/mobile/default-config.ts
+35 −0 js/global-config/mobile/locale/CONTRIBUTING.md
+35 −0 js/global-config/mobile/locale/CONTRIBUTING_zh-CN.md
+89 −0 js/global-config/mobile/locale/ar_KW.ts
+89 −0 js/global-config/mobile/locale/en_US.ts
+89 −0 js/global-config/mobile/locale/it_IT.ts
+76 −0 js/global-config/mobile/locale/ja_JP.ts
+76 −0 js/global-config/mobile/locale/ko_KR.ts
+88 −0 js/global-config/mobile/locale/ru_RU.ts
+76 −0 js/global-config/mobile/locale/zh_CN.ts
+76 −0 js/global-config/mobile/locale/zh_TW.ts
+10 −4 style/mobile/components/table/mixins/_scrollbar.less
+3 −3 style/mobile/theme/_dark.less
+34 −0 style/web/components/_index.less
+5 −5 style/web/components/descriptions/_index.less
+20 −20 style/web/components/drawer/_index.less
+6 −6 style/web/components/guide/_index.less
+7 −0 style/web/components/tabs/_index.less
+7 −4 style/web/components/typography/_index.less
+11 −4 style/web/mixins/_scrollbar.less

0 comments on commit 4bf75a5

Please sign in to comment.