Skip to content

Commit c50d357

Browse files
Version Packages
1 parent ef04bf0 commit c50d357

File tree

6 files changed

+19
-14
lines changed

6 files changed

+19
-14
lines changed

.changeset/wild-numbers-act.md

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

.changeset/young-days-sneeze.md

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

crates/astro_napi/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- c8f6dc5: Fixed an issue where define:vars scripts would not be handled correctly
8+
- c8f6dc5: Fixes an issue where set:html did not work correctly in certain cases
9+
310
## 0.1.4
411

512
### Patch 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.1.4",
3+
"version": "0.1.5",
44
"description": "Astro Compiler",
55
"keywords": [
66
"astro",

packages/compiler/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- c8f6dc5: Fixed an issue where define:vars scripts would not be handled correctly
8+
- c8f6dc5: Fixes an issue where set:html did not work correctly in certain cases
9+
- Updated dependencies [c8f6dc5]
10+
- Updated dependencies [c8f6dc5]
11+
- @astrojs/compiler-binding@0.1.5
12+
313
## 0.1.4
414

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

0 commit comments

Comments
 (0)