Skip to content

Commit e395344

Browse files
Version Packages (#41)
1 parent f4adcce commit e395344

7 files changed

Lines changed: 22 additions & 20 deletions

File tree

.changeset/css-nested-pseudo-element-scoping.md

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

.changeset/fix-multiline-attribute-on-component.md

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

.changeset/jsx-in-nested-statements.md

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

crates/astro_napi/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- eddd417: Fixes CSS scoping incorrectly adding a scope to `&::pseudo-element` selectors (e.g. `&::marker`, `&::before`) and to selectors that only reference `&` inside `:is()`/`:where()`/`:not()`/`:has()`.
8+
- f4adcce: Fixes `Unterminated string literal` error when a quoted attribute on a component contains literal newlines (e.g. multi-line `class`).
9+
- ecb43d3: Fixes JSX not being transformed inside function declarations, class declarations and expressions, `throw` statements, and `for`-loop initializers.
10+
311
## 0.2.0
412

513
### Minor Changes

crates/astro_napi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/compiler-binding",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Astro Compiler",
55
"keywords": [
66
"astro",

packages/compiler/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- eddd417: Fixes CSS scoping incorrectly adding a scope to `&::pseudo-element` selectors (e.g. `&::marker`, `&::before`) and to selectors that only reference `&` inside `:is()`/`:where()`/`:not()`/`:has()`.
8+
- f4adcce: Fixes `Unterminated string literal` error when a quoted attribute on a component contains literal newlines (e.g. multi-line `class`).
9+
- ecb43d3: Fixes JSX not being transformed inside function declarations, class declarations and expressions, `throw` statements, and `for`-loop initializers.
10+
- Updated dependencies [eddd417]
11+
- Updated dependencies [f4adcce]
12+
- Updated dependencies [ecb43d3]
13+
- @astrojs/compiler-binding@0.2.1
14+
315
## 0.2.0
416

517
### 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-rs/issues",
77
"homepage": "https://astro.build",
8-
"version": "0.2.0",
8+
"version": "0.2.1",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)