From e03886ef7485eb8448bdc188aa464c52988336a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 12:48:02 -0600 Subject: [PATCH] [ci] release (#639) Co-authored-by: github-actions[bot] --- .changeset/healthy-actors-occur.md | 5 ----- .changeset/honest-lemons-pump.md | 5 ----- .changeset/short-crabs-chew.md | 5 ----- .changeset/spicy-beans-train.md | 5 ----- packages/compiler/CHANGELOG.md | 9 +++++++++ packages/compiler/package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/healthy-actors-occur.md delete mode 100644 .changeset/honest-lemons-pump.md delete mode 100644 .changeset/short-crabs-chew.md delete mode 100644 .changeset/spicy-beans-train.md diff --git a/.changeset/healthy-actors-occur.md b/.changeset/healthy-actors-occur.md deleted file mode 100644 index a3b581273..000000000 --- a/.changeset/healthy-actors-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Add warning for invalid spread attributes diff --git a/.changeset/honest-lemons-pump.md b/.changeset/honest-lemons-pump.md deleted file mode 100644 index caba6a48a..000000000 --- a/.changeset/honest-lemons-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Fix handling of unterminated template literal attributes diff --git a/.changeset/short-crabs-chew.md b/.changeset/short-crabs-chew.md deleted file mode 100644 index 208a0f8fd..000000000 --- a/.changeset/short-crabs-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Update default `internalURL` to `astro/runtime/server/index.js` diff --git a/.changeset/spicy-beans-train.md b/.changeset/spicy-beans-train.md deleted file mode 100644 index 64b97a516..000000000 --- a/.changeset/spicy-beans-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Fix a number of `table` and `expression` related bugs diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 78cab2658..316affc0c 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/compiler +## 0.29.17 + +### Patch Changes + +- 1e7e098: Add warning for invalid spread attributes +- 3cc6f55: Fix handling of unterminated template literal attributes +- 48c5677: Update default `internalURL` to `astro/runtime/server/index.js` +- 2893f33: Fix a number of `table` and `expression` related bugs + ## 0.29.16 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 778066ae2..9fc72fbac 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -5,7 +5,7 @@ "type": "module", "bugs": "https://github.com/withastro/compiler/issues", "homepage": "https://astro.build", - "version": "0.29.16", + "version": "0.29.17", "scripts": { "build": "tsc -p ." },