Skip to content

Commit

Permalink
Version Packages (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] and github-actions[bot] authored Nov 23, 2021
1 parent 2a2f951 commit defa539
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-starfishes-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-years-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-islands-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-terms-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-chairs-attack.md

This file was deleted.

10 changes: 10 additions & 0 deletions lib/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @astrojs/compiler

## 0.3.5

### Patch Changes

- bca7e00: Fixed issue where an Astro Components could only add one style or script
- 2a2f951: Fix regression where leading `<style>` elements could break generated tags
- db162f8: Fix case-sensitivity of void elements
- 44ee189: Fixed issue where expressions did not work within SVG elements
- 9557113: Fix panic when preprocessed style is empty

## 0.3.4

### Patch Changes
2 changes: 1 addition & 1 deletion lib/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/compiler",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"scripts": {
"build": "tsc -p ."
},

0 comments on commit defa539

Please sign in to comment.