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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@

## [Unreleased]

## [1.0.6] - 2026-07-14

### Fixed

- `build-sparkle-design-theme.mjs` が `@theme inline` の自己参照で壊れる問題を修正(`sparkle-design-cli` 2.4.1+ の生成物形式変更に追従)(#290)

### Changed

- `sparkle-design-cli` 2.4.2 で `sparkle-design.css` を再生成 (#289)
- `change-sparkle-config` / `setup-sparkle-design` スキルに複数テーマ運用とカスタムブランドカラーの案内を追加 (#287)
- `change-sparkle-config` スキルに `generate --scope` による単一バンドルランタイム切替の案内を追加 (#288)

## [1.0.5] - 2026-06-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparkle-design",
"version": "1.0.5",
"version": "1.0.6",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
Expand Down
Loading