Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Commit 1b7029e

Browse files
candriajs[bot]wuliya336
authored andcommitted
chore: release main
1 parent 21fc00e commit 1b7029e

5 files changed

Lines changed: 85 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core": "1.6.0",
3-
"packages/template": "1.6.0"
2+
"packages/core": "1.7.0",
3+
"packages/template": "1.7.0"
44
}

packages/core/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# 变更日志
22

3+
## [1.7.0](https://github.com/CandriaJS/karin-plugin-git/compare/core-v1.6.0...core-v1.7.0) (2026-05-06)
4+
5+
6+
### ✨ 新功能
7+
8+
* **core:** 新增 Release 订阅功能并重构仓库管理 ([7dc6d05](https://github.com/CandriaJS/karin-plugin-git/commit/7dc6d050cfaa794a31f3c706ae5c611486ea80b0))
9+
* **core:** 添加仓库绑定功能并重构数据库结构 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367))
10+
* **models:** 实现session和bind数据模型 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367))
11+
* **web:** 添加平台推送仓库列表配置界面 ([c720bf1](https://github.com/CandriaJS/karin-plugin-git/commit/c720bf169ad727f39484e1e4e3b68c7500e2582e))
12+
13+
14+
### 🐛 错误修复
15+
16+
* **commit:** 优化提交信息查询逻辑 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367))
17+
* 修复ci ([21fc00e](https://github.com/CandriaJS/karin-plugin-git/commit/21fc00e4a1d1f95099f07d11e45d652be5273abb))
18+
* 修复ci发版 ([ef880b8](https://github.com/CandriaJS/karin-plugin-git/commit/ef880b88bdd5cba704adfdd3096a98e8b8c31e74))
19+
* 修复图标路径 ([e12ef68](https://github.com/CandriaJS/karin-plugin-git/commit/e12ef68da2e8d2ecc9c0b3405d00675ad0565f7c))
20+
21+
22+
### 🎨 代码样式
23+
24+
* 优化模板 ([68b963c](https://github.com/CandriaJS/karin-plugin-git/commit/68b963c862c6c3402147be0b307089dfae0eed4a))
25+
26+
27+
### 🔧 其他更新
28+
29+
* **core:** 更新 nipaw 依赖版本 ([6575fc9](https://github.com/CandriaJS/karin-plugin-git/commit/6575fc9832f56419300be40c48f704159c2f293f))
30+
* release main ([6e97261](https://github.com/CandriaJS/karin-plugin-git/commit/6e9726148136390833dcd1309d807aad374aa5ad))
31+
* release main ([aa229e2](https://github.com/CandriaJS/karin-plugin-git/commit/aa229e29ca9e58630ffaadf241031fd770e6b521))
32+
* release main ([dace4f9](https://github.com/CandriaJS/karin-plugin-git/commit/dace4f92809005877ee404ce985ad0a7499b6cd8))
33+
* 更新help组件 ([a8fa23a](https://github.com/CandriaJS/karin-plugin-git/commit/a8fa23ac44c1ac6293195999d3d4c80ba382c0d3))
34+
35+
36+
### ♻️ 代码重构
37+
38+
* **config:** 重构配置文件结构 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367))
39+
* **core:** 重构核心实现 ([#14](https://github.com/CandriaJS/karin-plugin-git/issues/14)) ([fa15ee1](https://github.com/CandriaJS/karin-plugin-git/commit/fa15ee174127db957b7b18584daf6ac157cf370a))
40+
* **template:** 重构模板结构并新增 Release 组件 ([7dc6d05](https://github.com/CandriaJS/karin-plugin-git/commit/7dc6d050cfaa794a31f3c706ae5c611486ea80b0))
41+
42+
43+
### Dependencies
44+
45+
* The following workspace dependencies were updated
46+
* devDependencies
47+
* @candriajs/template bumped to 1.7.0
48+
349
## [1.6.0](https://github.com/CandriaJS/karin-plugin-git/compare/core-v1.5.0...core-v1.6.0) (2026-05-06)
450

551

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@candriajs/karin-plugin-git",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "一个karin的git平台仓库订阅推送",
55
"keywords": [
66
"karin-plugin",

packages/template/CHANGELOG.md

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

3+
## [1.7.0](https://github.com/CandriaJS/karin-plugin-git/compare/template-v1.6.0...template-v1.7.0) (2026-05-06)
4+
5+
6+
### ✨ 新功能
7+
8+
* **core:** 新增 Release 订阅功能并重构仓库管理 ([7dc6d05](https://github.com/CandriaJS/karin-plugin-git/commit/7dc6d050cfaa794a31f3c706ae5c611486ea80b0))
9+
* **core:** 添加仓库绑定功能并重构数据库结构 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367))
10+
* **models:** 实现session和bind数据模型 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367))
11+
12+
13+
### 🐛 错误修复
14+
15+
* **commit:** 优化提交信息查询逻辑 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367))
16+
17+
18+
### 🎨 代码样式
19+
20+
* 优化模板 ([68b963c](https://github.com/CandriaJS/karin-plugin-git/commit/68b963c862c6c3402147be0b307089dfae0eed4a))
21+
22+
23+
### 🔧 其他更新
24+
25+
* **core:** 更新 nipaw 依赖版本 ([6575fc9](https://github.com/CandriaJS/karin-plugin-git/commit/6575fc9832f56419300be40c48f704159c2f293f))
26+
* release main ([6e97261](https://github.com/CandriaJS/karin-plugin-git/commit/6e9726148136390833dcd1309d807aad374aa5ad))
27+
* release main ([aa229e2](https://github.com/CandriaJS/karin-plugin-git/commit/aa229e29ca9e58630ffaadf241031fd770e6b521))
28+
* release main ([dace4f9](https://github.com/CandriaJS/karin-plugin-git/commit/dace4f92809005877ee404ce985ad0a7499b6cd8))
29+
* 更新help组件 ([a8fa23a](https://github.com/CandriaJS/karin-plugin-git/commit/a8fa23ac44c1ac6293195999d3d4c80ba382c0d3))
30+
31+
32+
### ♻️ 代码重构
33+
34+
* **config:** 重构配置文件结构 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367))
35+
* **core:** 重构核心实现 ([#14](https://github.com/CandriaJS/karin-plugin-git/issues/14)) ([fa15ee1](https://github.com/CandriaJS/karin-plugin-git/commit/fa15ee174127db957b7b18584daf6ac157cf370a))
36+
* **template:** 重构模板结构并新增 Release 组件 ([7dc6d05](https://github.com/CandriaJS/karin-plugin-git/commit/7dc6d050cfaa794a31f3c706ae5c611486ea80b0))
37+
338
## [1.6.0](https://github.com/CandriaJS/karin-plugin-git/compare/template-v1.5.0...template-v1.6.0) (2026-05-06)
439

540

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@candriajs/template",
33
"private": true,
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)