Skip to content

Commit 41882e9

Browse files
committed
Merge branch 'main' of https://github.com/withastro/compiler into experiment/verbatim-parsing
2 parents 697f08c + ab9b285 commit 41882e9

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.changeset/fast-lemons-pay.md

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

packages/compiler/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @astrojs/compiler
22

3+
## 2.12.2
4+
5+
### Patch Changes
6+
7+
- 950635e: Reverts a change where view transitions were made async to accomodate the CSP requirements.
8+
9+
## 2.12.1
10+
11+
### Patch Changes
12+
13+
- 138c07f: Improves detection of function body opening curly brace for exported functions.
14+
- 4a967ab: Fixes a bug where view transition names got lost after update to Astro 5.9
15+
316
## 2.12.0
417

518
### Minor Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "2.12.0",
8+
"version": "2.12.2",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)