Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.7"
".": "0.8.8"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@

今后 CHANGELOG 只由 release-please 生成,不再手写(见 CONTRIBUTING 发版流程)。 -->

## [0.8.8](https://github.com/webkubor/dsh-bloom-theme/compare/v0.8.7...v0.8.8) (2026-08-24)


### 🐛 Bug Fixes

* **banner:** 升级命令必须带具体版本号 —— [@latest](https://github.com/latest) 时好时坏 ([9b3d32e](https://github.com/webkubor/dsh-bloom-theme/commit/9b3d32e64e22924a2e505befdea73b14ce1f79cd))

## [0.8.7](https://github.com/webkubor/dsh-bloom-theme/compare/v0.8.6...v0.8.7) (2026-08-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubor/dsh-bloom-theme",
"version": "0.8.7",
"version": "0.8.8",
"description": "Bloom for DSH — 玻璃+莫兰迪主题。8 套 OKLCH 配色(雾蓝/丹红/花瓣/涟漪/鼠尾草/暖石/青金/琥珀),明暗自适应;磨砂玻璃面板默认常开;微动效 + 版本/更新指示。零依赖、TypeScript、WCAG AA。",
"type": "module",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const PLUGIN_ID = '@kubor/dsh-bloom-theme'
/** 当前装的版本 —— 由 release-please 在 release PR 里连同 package.json 一起 bump
* (靠行尾的 x-release-please-version 标记,见 release-please-config.json 的
* extra-files)。本地 dev 另有 scripts/sync-version.mjs 做兜底同步。勿手改。 */
export const PLUGIN_VERSION = '0.8.7' // x-release-please-version
export const PLUGIN_VERSION = '0.8.8' // x-release-please-version
Loading