Skip to content

Commit cbf5502

Browse files
authored
Merge pull request #295 from goodpatch/release-v1.0.7
chore: release v1.0.7
2 parents 6f3c0ce + 95aa3eb commit cbf5502

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
## [Unreleased]
77

8+
## [1.0.7] - 2026-07-21
9+
10+
### Security
11+
12+
- Dependabot が検知した devDependencies 経由の脆弱性を `pnpm.overrides` の引き上げで解消 (#293, #294)
13+
- `vite` を 6.4.2 → 6.4.3 に更新 (#285)
14+
- `js-yaml` / `undici` / `tar` / `form-data` / `hono` / `qs` / `postcss` / `ip-address` / `@babel/core` / `ws` / `brace-expansion` / `body-parser` の override を最新の patched version まで引き上げ
15+
816
### Changed
917

1018
- `Publish to npm` workflow に npm publish 後の git tag 付け・GitHub Release 自動作成ステップを追加(v1.0.6 で GitHub Release 作成が漏れていたため。`sparkle-design-cli` / `sparkle-design-internal` の publish.yml と同じ方式)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkle-design",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org",
66
"access": "public"

0 commit comments

Comments
 (0)