Skip to content

Commit 262f93a

Browse files
Version Packages
1 parent 7871ff5 commit 262f93a

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/afraid-toes-fetch.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# The Bag of Tricks for Astro's View Transitions
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- 7871ff5: Fixes support for insertion of the #end-of-markdown id for Sätteri builds.
8+
9+
Contrary to my previous assumption, the structure of Sätteri `mdast` plugins differs much from that of `remark` plugins. So I had to replace the `mdast` plugin with a `hast` plugin. See the [ documentation](https://events-3bg.pages.dev/library/StarlightPlugin/#for-sätteri-starlight-041) on how to use it.
10+
311
## 3.0.1 - 2026-07-30
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "3.0.1",
6+
"version": "3.1.0",
77
"description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions",
88
"homepage": "https://events-3bg.pages.dev/",
99
"bugs": {

0 commit comments

Comments
 (0)