Skip to content

Commit

Permalink
[ci] release (#968)
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] committed Feb 21, 2024
1 parent 86221d6 commit 8e2c357
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-lemons-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-pumas-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-apples-shout.md

This file was deleted.

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

## 2.6.0

### Minor Changes

- a90d99e: Adds a new `renderScript` option to render non-inline script tags using a `renderScript` function from `internalURL`, instead of stripping the script entirely

### Patch Changes

- 6ffa54b: Fix TSX output prefixing output with unnecessary jsdoc comment
- 86221d6: Adds a lint rule to display a message when attributes are added to a script tag, explaining that the script will be treated as `is:inline`.

## 2.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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": "2.5.3",
"version": "2.6.0",
"scripts": {
"build": "tsup"
},
Expand Down

0 comments on commit 8e2c357

Please sign in to comment.