diff options
author | 2021-06-16 08:41:21 -0400 | |
---|---|---|
committer | 2021-06-16 08:41:21 -0400 | |
commit | c0804fc8cd10b1f8bec6c3784cde9623fb871062 (patch) | |
tree | f8ade703cfb3bce89239da7a50a9658bf00e2a5d | |
parent | 2023a26725d05b1b4ed70efc0729588ed428b3a7 (diff) | |
download | astro-c0804fc8cd10b1f8bec6c3784cde9623fb871062.tar.gz astro-c0804fc8cd10b1f8bec6c3784cde9623fb871062.tar.zst astro-c0804fc8cd10b1f8bec6c3784cde9623fb871062.zip |
Version Packages (#450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/breezy-carrots-clap.md | 5 | ||||
-rw-r--r-- | .changeset/kind-baboons-melt.md | 5 | ||||
-rw-r--r-- | .changeset/loud-carrots-trade.md | 5 | ||||
-rw-r--r-- | .changeset/mean-ligers-nail.md | 6 | ||||
-rw-r--r-- | examples/snowpack/package.json | 4 | ||||
-rw-r--r-- | packages/astro-parser/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/astro-parser/package.json | 2 | ||||
-rw-r--r-- | packages/astro/CHANGELOG.md | 11 | ||||
-rw-r--r-- | packages/astro/package.json | 4 | ||||
-rw-r--r-- | www/package.json | 2 |
10 files changed, 23 insertions, 27 deletions
diff --git a/.changeset/breezy-carrots-clap.md b/.changeset/breezy-carrots-clap.md deleted file mode 100644 index 9a7065d3d..000000000 --- a/.changeset/breezy-carrots-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Less verbose HMR script diff --git a/.changeset/kind-baboons-melt.md b/.changeset/kind-baboons-melt.md deleted file mode 100644 index 018148358..000000000 --- a/.changeset/kind-baboons-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix <script type="module"> resolution diff --git a/.changeset/loud-carrots-trade.md b/.changeset/loud-carrots-trade.md deleted file mode 100644 index 069e2a4e8..000000000 --- a/.changeset/loud-carrots-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improve asset resolution diff --git a/.changeset/mean-ligers-nail.md b/.changeset/mean-ligers-nail.md deleted file mode 100644 index 68739635f..000000000 --- a/.changeset/mean-ligers-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/parser': patch ---- - -Add support for Fragments with `<>` and `</>` syntax diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index 78dd2346e..2e71329d9 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "^0.13.7", + "astro": "^0.13.8", "date-fns": "^2.19.0", "deepmerge": "^4.2.2", "docsearch.js": "^2.6.3", @@ -25,7 +25,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4", "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.13.7", + "astro": "^0.13.8", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md index ecc9d3719..faa8da756 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/parser +## 0.13.8 + +### Patch Changes + +- 490f2be: Add support for Fragments with `<>` and `</>` syntax + ## 0.13.3 ### Patch Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 8dc445015..f9feb3102 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/parser", - "version": "0.13.3", + "version": "0.13.8", "author": "Skypack", "license": "MIT", "type": "commonjs", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index fb94c94b6..05c911242 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # astro +## 0.13.8 + +### Patch Changes + +- 251b0b5: Less verbose HMR script +- 54c291e: Fix <script type="module"> resolution +- 272769d: Improve asset resolution +- 490f2be: Add support for Fragments with `<>` and `</>` syntax +- Updated dependencies [490f2be] + - @astrojs/parser@0.13.8 + ## 0.13.7 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 04c218885..78a9ab84d 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.13.7", + "version": "0.13.8", "author": "Skypack", "license": "MIT", "type": "module", @@ -37,7 +37,7 @@ }, "dependencies": { "@astrojs/markdown-support": "0.1.1", - "@astrojs/parser": "0.13.3", + "@astrojs/parser": "0.13.8", "@astrojs/prism": "0.2.1", "@astrojs/renderer-preact": "0.1.2", "@astrojs/renderer-react": "0.1.2", diff --git a/www/package.json b/www/package.json index 338ef6be4..5227de8e6 100644 --- a/www/package.json +++ b/www/package.json @@ -7,6 +7,6 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.13.7" + "astro": "^0.13.8" } } |