Skip to content

Commit fc06b70

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8869d91 commit fc06b70

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/deep-rabbits-pick.md

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

crates/astro_napi/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- ae6e49c: Fixes various issues encountered in Astro tests
8+
39
## 0.1.0
410

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

packages/compiler/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- ae6e49c: Fixes various issues encountered in Astro tests
8+
- Updated dependencies [ae6e49c]
9+
- @astrojs/compiler-binding@0.1.1
10+
311
## 0.1.0
412

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

0 commit comments

Comments
 (0)