From 7bf444dd8c799fb3faa699d7a375ae9ec32aa6d7 Mon Sep 17 00:00:00 2001 From: leejimqiu Date: Tue, 12 Jul 2022 14:57:48 +0800 Subject: [PATCH 1/2] chore: publish v0.1.1 --- package.json | 4 ++-- src/_common | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ad19c929..6cf5b56c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdesign-mobile-react", - "version": "0.1.0", + "version": "0.1.1", "description": "TDesign Component for Mobile React", "title": "tdesign-mobile-react", "main": "cjs/index.js", @@ -165,4 +165,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} +} \ No newline at end of file diff --git a/src/_common b/src/_common index 4fa16684..d655bb71 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit 4fa166847480fc1d2b1d8b60e5fbad03e7d38b28 +Subproject commit d655bb7197d90c50a3ba168b1637e73a625ae210 From 1a551d99d2425acaaf2b870877f67a6e1d3575a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Jul 2022 07:04:07 +0000 Subject: [PATCH 2/2] chore: changelog's changes --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8a8890..f5fed41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ toc: false spline: explain --- +## 🌈 0.1.1 `2022-07-12` +### 🚀 Features +- `Tag`: 视觉升级以及新增支持左图标 @anlyyao ([#270](https://github.com/Tencent/tdesign-mobile-react/pull/270)) +- `Progress`: 新增 Progress 组件 @yilaierwang ([#273](https://github.com/Tencent/tdesign-mobile-react/pull/273)) +- `Fab` 新增 Fab 组件 @anlyyao ([#266](https://github.com/Tencent/tdesign-mobile-react/pull/266)) +### 🐞 Bug Fixes +- `Search`: 修复无法使用的问题 @Perisiguiendo ([#269](https://github.com/Tencent/tdesign-mobile-react/pull/269)) +- `Button`: 补充支持 style 属性 @anlyyao ([#266](https://github.com/Tencent/tdesign-mobile-react/pull/266)) + ## 🌈 0.1.0 `2022-06-29` -首发版本 \ No newline at end of file +首发版本