Skip to content

Commit

Permalink
Version Packages (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 22, 2021
1 parent 351f298 commit 3184eb5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-comics-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-masks-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-eels-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-buckets-accept.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- 351f298: Fix edge case with with `textarea` inside of a Component when the document generated an implicit `head` tag
- 0bcfd4b: Fix CSS scoping of \* character inside of calc() expressions
- 4be512f: Encode double quotes inside of quoted attributes
- ad865e5: Fix behavior of expressions inside of <table> elements

## 0.3.3

### Patch Changes
Expand Down
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.3",
"version": "0.3.4",
"scripts": {
"build": "tsc -p ."
},
Expand Down

0 comments on commit 3184eb5

Please sign in to comment.