Skip to content

Commit

Permalink
Version Packages (#59)
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 Oct 15, 2021
1 parent 93c1cd9 commit adf2b92
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-rivers-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-pandas-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-humans-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-apples-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-onions-hang.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.1.15

### Patch Changes

- 5c02abf: Fix split so it always splits on first non-import/export
- 93c1cd9: Bugfix: handle RegExp in Astro files
- 94c59fa: Bugfix: tokenizer tries to parse JS comments
- 46a5c75: Adds the top-level Astro object
- 7ab9148: Improve JS scanning algorithm to be more fault tolerant, less error prone

## 0.1.12

### 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.1.14",
"version": "0.1.15",
"scripts": {
"build": "tsc -p ."
},
Expand Down

0 comments on commit adf2b92

Please sign in to comment.