From 3ab8482fd9f722c8fc8acabde80d7e870918b587 Mon Sep 17 00:00:00 2001 From: En Yang Du <377153400@qq.com> Date: Tue, 11 Feb 2025 17:24:04 +0800 Subject: [PATCH] chore: release 0.0.5 (#188) * Update package.json * chore: changelog's changes --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 065bafd..029e822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ toc: false spline: explain --- +## 🌈 0.0.5 `2025-02-11` +### 🚧 Others +- Build/part plugin 添加babel插件补充元素part属性 @LzhengH ([#185](https://github.com/TDesignOteam/tdesign-web-components/pull/185)) +- fix(babel): 修复babel添加part插件失效问题 @LzhengH ([#186](https://github.com/TDesignOteam/tdesign-web-components/pull/186)) +- refactor(lodash): lodash-es instead of lodash @liweijie0812 ([#187](https://github.com/TDesignOteam/tdesign-web-components/pull/187)) + ## 🌈 0.0.3 `2025-01-02` ### 🚧 Others - feat(omi): 优化非omi环境下使用 @duenyang ([#180](https://github.com/TDesignOteam/tdesign-web-components/pull/180)) diff --git a/package.json b/package.json index 2761a20..366368f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-web-components", "purename": "tdesign", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "main": "lib/index.js", "module": "lib/index.js",