From 289aef6ecc90f182cbf7cf521f029e4a2650a2e7 Mon Sep 17 00:00:00 2001 From: chufan Date: Sat, 3 Aug 2024 01:50:08 +0800 Subject: [PATCH] chore(release): publish v0.0.1-alpha.7 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2210b3..606fa92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## v0.0.1-alpha.7 (2024-08-03) + +### ✨ Features + +- 优化release脚本,支持子模块版本发布  -  by **chufan** [(3d721)](https://github.com/142vip/core-x/commit/3d721c5) +- 移除lerna-lite模块,修改对应的version和publish配置  -  by **chufan** [(5db2a)](https://github.com/142vip/core-x/commit/5db2a78) +- 删除lerna配置和依赖,使用pnpm exec替代模块命令执行  -  by **chufan** [(47329)](https://github.com/142vip/core-x/commit/473294a) +- **@142vip/changelog**: + - 支持monorepo模式下,基于scopeName参数生成子模块的changelog文档  -  by **chufan** [(cd7af)](https://github.com/142vip/core-x/commit/cd7afb1) +- **@142vip/release-version**: + - 新增scopeName可选参数,支持在Monorepo模式下发布子模块版本、更新CHANGELOG文档  -  by **142vip.cn** in https://github.com/142vip/core-x/issues/39 [(9f183)](https://github.com/142vip/core-x/commit/9f18339) + +**Release New Version v0.0.1-alpha.7 [👉 View Changes On GitHub](https://github.com/142vip/core-x/compare/v0.0.1-alpha.6...v0.0.1-alpha.7)** + ## v0.0.1-alpha.6 (2024-08-02) ### ✨ Features diff --git a/package.json b/package.json index b0a5def..b3db17e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@142vip/core-x", - "version": "0.0.1-alpha.6", + "version": "0.0.1-alpha.7", "private": true, "type": "module", "engines": {