Skip to content

Commit 97d8e6d

Browse files
Version Packages (#460)
* Version Packages * Update CHANGELOG for version 3.1.0 Updated the changelog for version 3.1.0 with minor changes and clarifications regarding the Sätteri plugin. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
1 parent 7871ff5 commit 97d8e6d

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 - 2026-08-11
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` version. See the [ documentation](https://events-3bg.pages.dev/library/StarlightPlugin/#for-sätteri-starlight-041) on how to use it. If you tried to use `mdastEndOfMarkdown` before: it never worked and is gone now.
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)