Skip to content

Commit

Permalink
[ci] release (#233)
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 Jan 4, 2022
1 parent e365c3c commit 1b1f37e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-goats-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-shirts-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-pillows-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-owls-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-olives-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-gorillas-burn.md

This file was deleted.

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

## 0.7.1

### Patch Changes

- fa039dd: Fix tokenization of attribute expression containing the solidus (`/`) character
- e365c3c: Fix bug with expressions inside of <table> elements (without reverting a previous fix to expressions inside of <a> elements)
- 7c5889f: Fix bug with `@keyframes` scoping
- df74ab3: Fix bug where named grid columns (like `[content-start]`) would be scoped, producing invalid CSS
- abe37ca: Fix handling of components and expressions inside of `<noscript>`
- 8961cf4: Fix a logical error with expression tokenization when using nested functions. Previously, only the first brace pair would be respected and following pairs would be treated as expression boundaries.

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"bugs": "https://github.com/withastro/compiler/issues",
"homepage": "https://astro.build",
"version": "0.7.0",
"version": "0.7.1",
"scripts": {
"build": "tsc -p ."
},
Expand Down

0 comments on commit 1b1f37e

Please sign in to comment.