Skip to content

Commit 00e0740

Browse files
Version Packages (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0bddba4 commit 00e0740

6 files changed

Lines changed: 25 additions & 14 deletions

File tree

.changeset/fix-unquoted-attribute-values.md

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

.changeset/template-depth-tracking.md

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

crates/astro_napi/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 0726e00: Emit `templateEnter` / `templateExit` instructions when printing `<template>` elements for https://github.com/withastro/astro/pull/15980
8+
9+
### Patch Changes
10+
11+
- 0bddba4: Fixes `Unexpected token` error when an HTML attribute has an unquoted value such as a number (`<input maxlength=255>`) or contains characters like `-` or `#`.
12+
313
## 0.1.10
414

515
## 0.1.9

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.1.10",
3+
"version": "0.2.0",
44
"description": "Astro Compiler",
55
"keywords": [
66
"astro",

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-rs
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 0726e00: Emit `templateEnter` / `templateExit` instructions when printing `<template>` elements for https://github.com/withastro/astro/pull/15980
8+
9+
### Patch Changes
10+
11+
- 0bddba4: Fixes `Unexpected token` error when an HTML attribute has an unquoted value such as a number (`<input maxlength=255>`) or contains characters like `-` or `#`.
12+
- Updated dependencies [0bddba4]
13+
- Updated dependencies [0726e00]
14+
- @astrojs/compiler-binding@0.2.0
15+
316
## 0.1.10
417

518
### Patch 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.1.10",
8+
"version": "0.2.0",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)