Skip to content

Commit b9b0b6a

Browse files
[ci] release (#1034)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 21b7b95 commit b9b0b6a

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/brown-terms-sleep.md

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

.changeset/two-ghosts-fly.md

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

packages/compiler/CHANGELOG.md

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

3+
## 2.10.1
4+
5+
### Patch Changes
6+
7+
- 21b7b95: Revert the transformation of top-level returns into throws in TSX as it was buggy in numerous situations
8+
- af471f5: Fixes positions for extracted tags being wrong when using IncludeStyles and IncludeScripts set to false
9+
310
## 2.10.0
411

512
### 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.10.0",
8+
"version": "2.10.1",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)