From 22e6ae4013d499a01ed14c6cf8c64063a71dbe57 Mon Sep 17 00:00:00 2001 From: Y Date: Thu, 29 Feb 2024 19:08:02 +0800 Subject: [PATCH] chore: publish v1.1.0 (#1242) * chore: publish v1.1.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9339b7ffe..1032d2ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ toc: false spline: explain --- +## 🌈 1.1.0 `2024-02-29` +### 🚀 Features +- `ConfigProvider`: 全局配置组件,支持组件国际化 @anlyyao ([#1240](https://github.com/Tencent/tdesign-mobile-vue/pull/1240)) +- `Message`: `MessagePlugin`的 `context` 默认指向 `document.body` @backrunner ([#1220](https://github.com/Tencent/tdesign-mobile-vue/pull/1220)) +### 🐞 Bug Fixes +- `Calendar`: 修复日历组件 `title` 插槽缺失的问题 @Delevin888 ([#1223](https://github.com/Tencent/tdesign-mobile-vue/pull/1223)) +- `Tabs`: 修复按需引入时控制台告警 @zhouxhere ([#1239](https://github.com/Tencent/tdesign-mobile-vue/pull/1239)) + + ## 🌈 1.0.10 `2024-01-17` ### 🚀 Features - `Upload`: 新增 `clickUpload` 事件 @Lyan-u ([#1195](https://github.com/Tencent/tdesign-mobile-vue/pull/1195)) diff --git a/package.json b/package.json index 639fb7183..b12d32a50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-mobile-vue", "purename": "tdesign", - "version": "1.0.10", + "version": "1.1.0", "description": "tdesign-mobile-vue", "author": "TDesign Group", "homepage": "https://tdesign.tencent.com/mobile-vue/",