Skip to content

Commit cea4e1b

Browse files
committed
build: release version 1.7.0
1 parent 44468ae commit cea4e1b

File tree

10 files changed

+124
-5
lines changed

10 files changed

+124
-5
lines changed

CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
# 1.7.0 (2025-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* 查询 workspace 路径 ([5e450b8](https://github.com/wujighostking/templates/commit/5e450b84ded8986ba16b0c38689336c273b79cea))
7+
* 处理手动终止程序时报错问题 ([0171c4e](https://github.com/wujighostking/templates/commit/0171c4edc581cd3344766c6b1705f9598ac6e7fd))
8+
* 处理找不到默认模板问题 ([3686430](https://github.com/wujighostking/templates/commit/368643084ea2001942180f2112cea371c784144e))
9+
* 处理main导入unocss问题 ([73e769b](https://github.com/wujighostking/templates/commit/73e769ba02e5ec0701896b7996fcd2232a22ccd3))
10+
* 根据 .gitignore 文件忽略设置模板文件 ([b36ee94](https://github.com/wujighostking/templates/commit/b36ee94f34b6c79a63770f7a782f966d4d0dabcc))
11+
* 命令行换成函数 ([39f341c](https://github.com/wujighostking/templates/commit/39f341c585c2f0f4509b527828b15ac852320f79))
12+
* 删除多余路径 ([039781f](https://github.com/wujighostking/templates/commit/039781f39e7a84d237b052874dc9307f3ae6f43f))
13+
* 删除多余信息 ([51f7890](https://github.com/wujighostking/templates/commit/51f7890ea9918e60efa0bbb43ddd8aa405256fdd))
14+
* 适配 os 问题 ([690cee9](https://github.com/wujighostking/templates/commit/690cee98667bea625ab37aca6e37ef47668d6953))
15+
* 添加 files 属性 ([beb296c](https://github.com/wujighostking/templates/commit/beb296c8c175d330c5a249c79357e81c368b3a3f))
16+
* 添加获取结果函数 ([d99b081](https://github.com/wujighostking/templates/commit/d99b081c62f53ba2f5673672ddee4a91e745933f))
17+
* 添加没有 git 目录路径提示 ([8d3116a](https://github.com/wujighostking/templates/commit/8d3116a27af2fe9b3352a3cbfd67c1dd5f1172b2))
18+
* 添加缺失的 uno config文件 ([7d05d97](https://github.com/wujighostking/templates/commit/7d05d976cd6643266935b7b9a13171c68316e75f))
19+
* 添加缺失信息 ([4b19aae](https://github.com/wujighostking/templates/commit/4b19aaeab70930243329f596727309d9e384437b))
20+
* 写入构建产物 ([b4296e5](https://github.com/wujighostking/templates/commit/b4296e5df6d74c6988cca94b9d6b8e9a236a2523))
21+
* 修复忽略文件函数不创建问题 ([42f2faf](https://github.com/wujighostking/templates/commit/42f2faf0e173624e945eabdd3aeced2227212c71))
22+
* 修复异步执行命令 ([91a183a](https://github.com/wujighostking/templates/commit/91a183a5f9c5a6b13813eda4fadb1d8036c668a9))
23+
* 修复viteconfig解析问题 ([351fd0b](https://github.com/wujighostking/templates/commit/351fd0ba0820f08db4c71ea5055b3b3ef94b8959))
24+
* 修改创建项目时出现的问题 ([0e31af1](https://github.com/wujighostking/templates/commit/0e31af1a12de77dba197c91a6966aac902038dee))
25+
* 修改命名 ([97b92c4](https://github.com/wujighostking/templates/commit/97b92c4a66fc6aa55e32a1674b08db72382ec140))
26+
* 修改引入文件 ([6e9d75a](https://github.com/wujighostking/templates/commit/6e9d75ad8ab4ad2ec12d3a2ef8e5d55d042ff0ba))
27+
* esling config 添加分隔符 ([d52002b](https://github.com/wujighostking/templates/commit/d52002bb38d926ce6bba4aa94d5f2b7c03a209b2))
28+
* pkg 命令处理 --name 参数为空问题 ([6822ba5](https://github.com/wujighostking/templates/commit/6822ba5f716f537f09670aa85123e3649ecf1388))
29+
* pkg 命令删除 types 多一个点问题 ([f66a7ad](https://github.com/wujighostking/templates/commit/f66a7ad956c50bcf8398a3384c256dc56a6c796c))
30+
31+
32+
### Features
33+
34+
* 创建基本的项目 ([4b1dfac](https://github.com/wujighostking/templates/commit/4b1dfac8f758c0623b201c16de38891d28a952be))
35+
* 创建项目 ([2eb2a9f](https://github.com/wujighostking/templates/commit/2eb2a9fe7ad1eed2d4c1f900bf7d15c5a7f1e73f))
36+
* 创建项目默认添加 github ci action ([9485dba](https://github.com/wujighostking/templates/commit/9485dba989b4f8cd3baa5ef91452eab158102df6))
37+
* 复制模板时添加初始化 git 选项 ([91d8900](https://github.com/wujighostking/templates/commit/91d89001adf69f3c4ad0b2edb18820ff799d94fb))
38+
* 复制自定义模板 ([7690f95](https://github.com/wujighostking/templates/commit/7690f95a11bb7da9ac99c747de179446e530a518))
39+
* 根据 .gitignore 文件添加忽略规则 ([86a07be](https://github.com/wujighostking/templates/commit/86a07be5d9bf451c84c113faa4d7fc92cab9e1f1))
40+
* 空函数 ([9983bb7](https://github.com/wujighostking/templates/commit/9983bb7d36b70b0a564e928022927610477ead4f))
41+
* 命令交互 ([80f47dd](https://github.com/wujighostking/templates/commit/80f47dd3a3bf4156d8418e3df1a8e0a3c4f8e966))
42+
* 命令解析流程 ([aa41cea](https://github.com/wujighostking/templates/commit/aa41cea33dc70af629d37ee2495a14e4d407081e))
43+
* 模板存在则提供覆盖选项 ([2f464e7](https://github.com/wujighostking/templates/commit/2f464e76509fc157cfdda3ca9175182e030e32e2))
44+
* 目录添加到 workspace 中 ([3ba64ed](https://github.com/wujighostking/templates/commit/3ba64eda67ad59acd0dc3cdc2e04868924c22cdb))
45+
* 删除执行模板 ([882e25b](https://github.com/wujighostking/templates/commit/882e25b9c2b4292e6a8bf9d0786041b959f05772))
46+
* 设置 tsconfig 配置 ([d51d3c9](https://github.com/wujighostking/templates/commit/d51d3c9ba12b0f0f25260bfabc6169dc18b1f349))
47+
* 设置模板库 ([47e3831](https://github.com/wujighostking/templates/commit/47e38312eb4ab509c47fa296d3e71e8111b4a1e3))
48+
* 设置模板添加忽略文件 ([dd814b7](https://github.com/wujighostking/templates/commit/dd814b7ead2392f831a08e3051dc1e28ab5b5efc))
49+
* 设置内置模板 ([3011b6b](https://github.com/wujighostking/templates/commit/3011b6b449793dcff2fa62739240973dbc2b559d))
50+
* 设置配置命令 ([848606a](https://github.com/wujighostking/templates/commit/848606a08350c5dd0dc0d9067228981a83c6f78e))
51+
* 设置自定义模板 ([e25828e](https://github.com/wujighostking/templates/commit/e25828ed34b09c883ab96323296fb13971af1946))
52+
* 添加 .nvmrc .npmrc .README.md 文件 ([e043784](https://github.com/wujighostking/templates/commit/e043784d93238026472b8888bfd1287c282256bc))
53+
* 添加 .nvmrc .npmrc 相关内容 ([c882c68](https://github.com/wujighostking/templates/commit/c882c68784420b1b61cbe07900fd20219423622e))
54+
* 添加 action ([dc603d4](https://github.com/wujighostking/templates/commit/dc603d4d8b9f2f175d04122b2a2568c04f20eca5))
55+
* 添加 create tmes 远程创建命令 ([ac3fcb3](https://github.com/wujighostking/templates/commit/ac3fcb3734744e4c1f563793a0f8b6d4625dae65))
56+
* 添加 create-tmes 参数 ([d483a8a](https://github.com/wujighostking/templates/commit/d483a8a1cfa35cddf271afab9385403be1585203))
57+
* 添加 nuxt 创建模板 ([0c70180](https://github.com/wujighostking/templates/commit/0c7018086fd43c3d20b2be8a32b0cbb0318b6ba3))
58+
* 添加 react 相关配置 ([40d372a](https://github.com/wujighostking/templates/commit/40d372af7411e8be216fc1272c9380bbb3169188))
59+
* 添加 react 项目配置 ([20d503a](https://github.com/wujighostking/templates/commit/20d503a85a2cd490fbbfedfc71a4e03ed4c2650b))
60+
* 添加 robots.txt 文件 ([5d14a6c](https://github.com/wujighostking/templates/commit/5d14a6c19b15ec602cf3f99f79ed0bc9a7c91ed3))
61+
* 添加 unocss 配置 ([6f7926b](https://github.com/wujighostking/templates/commit/6f7926bb85ae4635fe595b6575a446f30d109190))
62+
* 添加创建项目命令 ([52c15bb](https://github.com/wujighostking/templates/commit/52c15bb4691e37e39aa3b06a38998b74538625d3))
63+
* 添加单独工具包命令 ([fc76b08](https://github.com/wujighostking/templates/commit/fc76b0866cfaf96dcf1ecdcf47b157c8a01a9faa))
64+
* 添加工具模板 ([e254bd0](https://github.com/wujighostking/templates/commit/e254bd0e4111c1a596df1c3b324950ee211f8681))
65+
* 添加钩子函数 ([4a3fbe1](https://github.com/wujighostking/templates/commit/4a3fbe1e2313108f70e06027b6961fad72d6b262))
66+
* 添加构建工具选择 ([cdd9e30](https://github.com/wujighostking/templates/commit/cdd9e30cd8449032fd1585d0cb9ee78994b5cdd8))
67+
* 添加命令处理函数 ([afb74fa](https://github.com/wujighostking/templates/commit/afb74fa9bf80ab3309cfc11d017790bd7c6caf8b))
68+
* 添加取消 promise 回调函数及测试用例 ([ca05bd8](https://github.com/wujighostking/templates/commit/ca05bd84b1e6a6f4855da1fb37252d3df914868d))
69+
* 添加任务调度器 ([0e7a1d5](https://github.com/wujighostking/templates/commit/0e7a1d5fbffe55b776396141e54dc411d1d29fea))
70+
* 添加睡眠函数 ([9f8405a](https://github.com/wujighostking/templates/commit/9f8405a87795a7f96e1e8de9bae3f06fb6f3bc4f))
71+
* 添加项目类型选项 ([94e358a](https://github.com/wujighostking/templates/commit/94e358afda21cdfa8617507fa4122d6b6750c04e))
72+
* 为 vite 打包生成 .d.ts文件 ([623eb8c](https://github.com/wujighostking/templates/commit/623eb8c7a8eddb5b8a2d22ab1f3b920e115182c0))
73+
* 展示所有模板 ([35680f9](https://github.com/wujighostking/templates/commit/35680f9a698c7d96ad11497a9a5beeaea0af16b8))
74+
* 只允许 pnpm 作为包管理工具 ([b36d601](https://github.com/wujighostking/templates/commit/b36d60101d326d7304bdc410c54a3c2353228ecf))
75+
* 自动导入 vue api ([6e4d270](https://github.com/wujighostking/templates/commit/6e4d270756c45aa9ee15e6fdf18fcf569d16bf27))
76+
* monorepo 模式 ([8e189e6](https://github.com/wujighostking/templates/commit/8e189e6e38078c3ace3c8f587e2bf65ab58596d7))
77+
* monorepo 添加 nuxt 选项 ([0cf1e7a](https://github.com/wujighostking/templates/commit/0cf1e7a4dab98bba886f8dc1a16a462a5a539b26))
78+
* monorepo node 配置 ([5001e42](https://github.com/wujighostking/templates/commit/5001e4236d19b86765d8278fb40b8c6c5101f09a))
79+
* monorepo web 配置 ([5e96b66](https://github.com/wujighostking/templates/commit/5e96b662e5220bec5da6002ccf99103d3f29da05))
80+
* pkg 命令添加引入文件和类型文件入口 ([4fe521c](https://github.com/wujighostking/templates/commit/4fe521c54c67190c5ce90710aa21869398b41c37))
81+
82+
83+
184
## 1.6.4 (2025-10-26)
285

386

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tmes",
33
"type": "module",
4-
"version": "1.6.4",
4+
"version": "1.7.0",
55
"private": true,
66
"packageManager": "pnpm@10.13.0",
77
"description": "",

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @tmes/cli
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
-
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @tmes/default-templates@1.3.0
13+
- @tmes/utils@1.7.0
14+
315
## 1.6.4
416

517
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tmes/cli",
33
"type": "module",
4-
"version": "1.6.4",
4+
"version": "1.7.0",
55
"description": "自用脚手架",
66
"license": "MIT",
77
"repository": {

packages/create-tmes/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
-
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @tmes/cli@1.7.0
13+
- @tmes/default-templates@1.3.0
14+
315
## 1.0.1
416

517
### Patch Changes

packages/create-tmes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-tmes",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"packageManager": "pnpm@10.13.0",
66
"description": "",
77
"author": "",

packages/defaultTemplates/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tmes/default-templates
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
-
8+
39
## 1.2.3
410

511
### Patch Changes

packages/defaultTemplates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tmes/default-templates",
33
"type": "module",
4-
"version": "1.2.3",
4+
"version": "1.3.0",
55
"packageManager": "pnpm@10.13.0",
66
"description": "",
77
"author": "",

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tmes/utils
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
-
8+
39
## 1.6.2
410

511
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tmes/utils",
33
"type": "module",
4-
"version": "1.6.2",
4+
"version": "1.7.0",
55
"description": "",
66
"main": "dist/index.js",
77
"module": "dist/index.js",

0 commit comments

Comments
 (0)