Skip to content

Commit 71fb3ef

Browse files
[ci] release (#1042)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5d0023d commit 71fb3ef

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/eleven-planets-camp.md

-5
This file was deleted.

.changeset/ten-melons-return.md

-5
This file was deleted.

packages/compiler/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @astrojs/compiler
22

3+
## 2.10.3
4+
5+
### Patch Changes
6+
7+
- 5d0023d: Fixes sourcemapping for CRLF line endings wrongfully including the last character
8+
- f55a2af: Resolves an issue where the `class:list` directive was not correctly merging with the class attribute.
9+
310
## 2.10.2
411

512
### Patch Changes

packages/compiler/package.json

+1-1
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.2",
8+
"version": "2.10.3",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)