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

All notable changes to sagas.

## [0.2.1] - 2026-09-02

### Security

- Bumped `astro` to 7.2.10 (reflected XSS via unescaped View Transition
animation properties).
- Added pnpm overrides forcing patched transitive dependencies: `nanoid`
3.3.18, `postcss` 8.5.26, `js-yaml` 4.3.2, `fast-uri` 3.1.6,
`fast-xml-parser` 5.11.1, `svgo` 4.1.0. Resolves all ten open
Dependabot alerts.

## [0.2.0] - 2026-07-15

Zero-book launch: the placeholder seed books are gone, the shelves open
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sagas",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"packageManager": "pnpm@11.10.0",
"engines": {
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.0.7"
"astro": "^7.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
Expand Down
Loading
Loading