Skip to content

Commit 54d1b0b

Browse files
chore: release main (#49)
🤖 I have created a release *beep* *boop* --- <details><summary>lodash: 1.0.11</summary> ## [1.0.11](lodash-v1.0.10...lodash-v1.0.11) (2025-07-13) ### 📦️ 构建系统 * **lodash:** 重构构建流程并移除 tsdown ([ab10191](ab10191)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). 好的,这是翻译成中文的 pull request 总结: ## Sourcery 总结 发布 lodash 包版本 1.0.11,其中包含构建系统重构和 tsdown 移除 增强功能: - 重构 lodash 构建流程并移除 tsdown 构建: - 在 package.json 中将 @candriajs/lodash 版本提升至 1.0.11,并更新发布清单 文档: - 为 lodash 1.0.11 添加更新日志条目 <details> <summary>Original summary in English</summary> ## Summary by Sourcery Release lodash package version 1.0.11 with build system refactoring and tsdown removal Enhancements: - Refactor lodash build process and remove tsdown Build: - Bump @candriajs/lodash version to 1.0.11 in package.json and update release manifest Documentation: - Add changelog entry for lodash 1.0.11 </details> Co-authored-by: candriajs[bot] <206545521+candriajs[bot]@users.noreply.github.com>
1 parent ab10191 commit 54d1b0b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/axios": "1.1.2",
33
"packages/form-data": "1.1.2",
44
"packages/exec": "1.0.7",
5-
"packages/lodash": "1.0.10",
5+
"packages/lodash": "1.0.11",
66
"packages/simple-git": "1.1.2",
77
"packages/dotenv": "1.2.3",
88
"packages/log4js": "1.1.7",

packages/lodash/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.11](https://github.com/CandriaJS/core-lib/compare/lodash-v1.0.10...lodash-v1.0.11) (2025-07-13)
4+
5+
6+
### 📦️ 构建系统
7+
8+
* **lodash:** 重构构建流程并移除 tsdown ([ab10191](https://github.com/CandriaJS/core-lib/commit/ab10191cbf84ad7577d5ed8d72cf15ac670f85a1))
9+
310
## [1.0.10](https://github.com/CandriaJS/core-lib/compare/lodash-v1.0.9...lodash-v1.0.10) (2025-07-11)
411

512

packages/lodash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@candriajs/lodash",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "一些常用包以及常用函数进行封装,并打包优化, 此包为lodash封装",
55
"keywords": [
66
"lodash"

0 commit comments

Comments
 (0)