diff --git a/.changeset/beige-students-chew.md b/.changeset/beige-students-chew.md deleted file mode 100644 index 25353dc1d..000000000 --- a/.changeset/beige-students-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/lit': patch ---- - -Allow using Lit's decorators diff --git a/.changeset/big-guests-cry.md b/.changeset/big-guests-cry.md deleted file mode 100644 index 4860fd51c..000000000 --- a/.changeset/big-guests-cry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch -'@astrojs/mdx': patch -'@astrojs/markdown-remark': patch ---- - -Upgraded Shiki to v0.11.1 diff --git a/.changeset/blue-knives-collect.md b/.changeset/blue-knives-collect.md deleted file mode 100644 index 06ceae786..000000000 --- a/.changeset/blue-knives-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Fix import.meta.env not being available when using the image integration's types diff --git a/.changeset/fuzzy-frogs-try.md b/.changeset/fuzzy-frogs-try.md deleted file mode 100644 index 4004779e6..000000000 --- a/.changeset/fuzzy-frogs-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove hardcoded Vite middleware handling diff --git a/.changeset/kind-lobsters-leave.md b/.changeset/kind-lobsters-leave.md deleted file mode 100644 index c2c76e607..000000000 --- a/.changeset/kind-lobsters-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Add custom components to README diff --git a/.changeset/moody-cars-return.md b/.changeset/moody-cars-return.md deleted file mode 100644 index 462123c98..000000000 --- a/.changeset/moody-cars-return.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Include trailingSlash in astro:build:done hook - -This change ensures that the `pages` provided in the `astro:build:done` hook conform to the `trailingSlash` and `build.format` configs. diff --git a/.changeset/nine-beans-divide.md b/.changeset/nine-beans-divide.md deleted file mode 100644 index ab251faa4..000000000 --- a/.changeset/nine-beans-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Skip clean SSR output if page generation fails diff --git a/.changeset/rare-carrots-give.md b/.changeset/rare-carrots-give.md deleted file mode 100644 index eff2eaad7..000000000 --- a/.changeset/rare-carrots-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update "Add an Adapter" help heading to "Add an SSR Adapter" diff --git a/.changeset/small-jobs-camp.md b/.changeset/small-jobs-camp.md deleted file mode 100644 index aa2d6e910..000000000 --- a/.changeset/small-jobs-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix "failed to load for SSR" on styles when using tailwind diff --git a/.changeset/stale-paws-rhyme.md b/.changeset/stale-paws-rhyme.md deleted file mode 100644 index e174484c0..000000000 --- a/.changeset/stale-paws-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add missing `slot` attributes to SVG definitions diff --git a/.changeset/thin-taxis-laugh.md b/.changeset/thin-taxis-laugh.md deleted file mode 100644 index 5444881f1..000000000 --- a/.changeset/thin-taxis-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/react": patch ---- - -Add vite-ignore comment to suppress unknown import warnings diff --git a/.changeset/thirty-taxis-lick.md b/.changeset/thirty-taxis-lick.md deleted file mode 100644 index 774d05947..000000000 --- a/.changeset/thirty-taxis-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -fix import in the config type declarations diff --git a/examples/basics/package.json b/examples/basics/package.json index d0a3280cc..1e72ea317 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.1.1" + "astro": "^1.1.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 6788479ad..a9278490c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.10.2", + "@astrojs/mdx": "^0.10.3", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0", - "astro": "^1.1.1" + "astro": "^1.1.2" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 21acc0906..8e961981d 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.1.1" + "astro": "^1.1.2" } } diff --git a/examples/component/package.json b/examples/component/package.json index c77eee33e..2abbbd270 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.1.1" + "astro": "^1.1.2" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index e67966a5b..5ed95a744 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -23,7 +23,7 @@ "@astrojs/preact": "^1.0.2", "@types/node": "^18.0.0", "@types/react-dom": "^18.0.0", - "@astrojs/react": "^1.1.0", - "astro": "^1.1.1" + "@astrojs/react": "^1.1.1", + "astro": "^1.1.2" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index d5d978738..7c4ea8bd0 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.1.1" + "astro": "^1.1.2" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index dae4c17bf..c8d3ccca6 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,7 +13,7 @@ "@astrojs/alpinejs": "^0.1.1", "@types/alpinejs": "^3.7.0", "alpinejs": "^3.10.2", - "astro": "^1.1.1" + "astro": "^1.1.2" }, "dependencies": {} } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 8791cbe2d..a229f00ef 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/lit": "^1.0.0", - "astro": "^1.1.1" + "@astrojs/lit": "^1.0.1", + "astro": "^1.1.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c839f358f..b6def4f16 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,11 +11,11 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "@astrojs/react": "^1.1.0", + "@astrojs/react": "^1.1.1", "@astrojs/solid-js": "^1.1.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.1.1" + "astro": "^1.1.2" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 113c088f0..b3a57ca3f 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.1.1" + "astro": "^1.1.2" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 1314da3d2..f8c3958e7 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/react": "^1.1.0", + "@astrojs/react": "^1.1.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.1.1" + "astro": "^1.1.2" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index a7f08f37f..3bb81433a 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^1.1.0", - "astro": "^1.1.1" + "astro": "^1.1.2" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 677d6c07d..c33496ffe 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.1.1" + "astro": "^1.1.2" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 4d7276d61..292d2cdad 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/vue": "^1.0.0", - "astro": "^1.1.1" + "astro": "^1.1.2" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 34e2d7107..a4a670d94 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.1.1" + "astro": "^1.1.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index c0ac6d91b..cacd793ea 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.1.1" + "astro": "^1.1.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 0e543bce9..b1c724cf4 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.1.1", + "astro": "^1.1.2", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7307f8919..e5191a5c6 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@astrojs/node": "^1.0.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.1.1", + "astro": "^1.1.2", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index fc964d403..b46b1f7dd 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/react": "^1.1.0", - "astro": "^1.1.1" + "@astrojs/react": "^1.1.1", + "astro": "^1.1.2" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 47e395aed..58cb5f8ff 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/markdown-remark": "^1.1.0", - "astro": "^1.1.1", + "@astrojs/markdown-remark": "^1.1.1", + "astro": "^1.1.2", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 86a080aff..026c5e20e 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/markdown-remark": "^1.1.0", - "astro": "^1.1.1" + "@astrojs/markdown-remark": "^1.1.1", + "astro": "^1.1.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 635047028..eae11685e 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.10.2", + "@astrojs/mdx": "^0.10.3", "@astrojs/preact": "^1.0.2", - "astro": "^1.1.1", + "astro": "^1.1.2", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 1ee337115..2df7d723c 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.1.1" + "astro": "^1.1.2" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 08c9c69c3..1995cdb42 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^1.0.0", - "astro": "^1.1.1", + "astro": "^1.1.2", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 2eeb7fec9..5e136750e 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.1.1", + "astro": "^1.1.2", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index b926dc150..f61b9eae7 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "devDependencies": { - "astro": "^1.1.1", + "astro": "^1.1.2", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 8afbeb272..ebd55c61d 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,30 @@ # astro +## 1.1.2 + +### Patch Changes + +- [#4519](https://github.com/withastro/astro/pull/4519) [`a2e8e76c3`](https://github.com/withastro/astro/commit/a2e8e76c303e8d6f39c24c122905a10f06907997) Thanks [@JuanM04](https://github.com/JuanM04)! - Upgraded Shiki to v0.11.1 + +- [#4531](https://github.com/withastro/astro/pull/4531) [`2d2e38e47`](https://github.com/withastro/astro/commit/2d2e38e473166e1e79886d3a9c7854927995dda1) Thanks [@bluwy](https://github.com/bluwy)! - Remove hardcoded Vite middleware handling + +- [#4553](https://github.com/withastro/astro/pull/4553) [`2f05f5d30`](https://github.com/withastro/astro/commit/2f05f5d3071f01bf011212b5a91a5ac0c84fcff1) Thanks [@matthewp](https://github.com/matthewp)! - Include trailingSlash in astro:build:done hook + + This change ensures that the `pages` provided in the `astro:build:done` hook conform to the `trailingSlash` and `build.format` configs. + +- [#4526](https://github.com/withastro/astro/pull/4526) [`046bfd908`](https://github.com/withastro/astro/commit/046bfd908de8bbfe9d24d1531260f1e6df03e912) Thanks [@bluwy](https://github.com/bluwy)! - Skip clean SSR output if page generation fails + +- [#4546](https://github.com/withastro/astro/pull/4546) [`bb71be78d`](https://github.com/withastro/astro/commit/bb71be78db8abfc1a95de26c4508b694894cbcfd) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update "Add an Adapter" help heading to "Add an SSR Adapter" + +- [#4548](https://github.com/withastro/astro/pull/4548) [`69b640b87`](https://github.com/withastro/astro/commit/69b640b87c5d0f346129cd0cbd23efaf366bc8b1) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix "failed to load for SSR" on styles when using tailwind + +- [#4535](https://github.com/withastro/astro/pull/4535) [`ca28d7578`](https://github.com/withastro/astro/commit/ca28d7578b7168fbc407132dc9a0c4115e1be878) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add missing `slot` attributes to SVG definitions + +- [#4524](https://github.com/withastro/astro/pull/4524) [`d431fbe4e`](https://github.com/withastro/astro/commit/d431fbe4e1b04deba96e10679ebaaeedfcd6a239) - fix import in the config type declarations + +- Updated dependencies [[`a2e8e76c3`](https://github.com/withastro/astro/commit/a2e8e76c303e8d6f39c24c122905a10f06907997)]: + - @astrojs/markdown-remark@1.1.1 + ## 1.1.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 91b76ffc4..34c146a28 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.1.1", + "version": "1.1.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -96,7 +96,7 @@ "dependencies": { "@astrojs/compiler": "^0.23.4", "@astrojs/language-server": "^0.23.0", - "@astrojs/markdown-remark": "^1.1.0", + "@astrojs/markdown-remark": "^1.1.1", "@astrojs/telemetry": "^1.0.0", "@astrojs/webapi": "^1.0.0", "@babel/core": "^7.18.2", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 31bb260ee..4418b0b5a 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.3.7 + +### Patch Changes + +- [#4534](https://github.com/withastro/astro/pull/4534) [`b8a80bc42`](https://github.com/withastro/astro/commit/b8a80bc42d5a254a66c32761e842841955c01450) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix import.meta.env not being available when using the image integration's types + ## 0.3.6 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 65e1ecc2c..626830fa6 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site.", - "version": "0.3.6", + "version": "0.3.7", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index 7290c5b3d..d0d72ed27 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 1.0.1 + +### Patch Changes + +- [#4503](https://github.com/withastro/astro/pull/4503) [`1222ab954`](https://github.com/withastro/astro/commit/1222ab9540d17e4e7e811240b8a2a039acc333cb) Thanks [@matthewp](https://github.com/matthewp)! - Allow using Lit's decorators + ## 1.0.0 ### Major Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index fd4bb461a..b2f3bca73 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "1.0.0", + "version": "1.0.1", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index f2e6facea..9d6f03e38 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/mdx +## 0.10.3 + +### Patch Changes + +- [#4519](https://github.com/withastro/astro/pull/4519) [`a2e8e76c3`](https://github.com/withastro/astro/commit/a2e8e76c303e8d6f39c24c122905a10f06907997) Thanks [@JuanM04](https://github.com/JuanM04)! - Upgraded Shiki to v0.11.1 + +- [#4530](https://github.com/withastro/astro/pull/4530) [`8504cd79b`](https://github.com/withastro/astro/commit/8504cd79b708e0d3bf1a2bb4ff9b86936bdd692b) Thanks [@kylebutts](https://github.com/kylebutts)! - Add custom components to README + ## 0.10.2 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 0df60afda..1a3288534 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.10.2", + "version": "0.10.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 851384217..0971832ec 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 1.1.1 + +### Patch Changes + +- [#4527](https://github.com/withastro/astro/pull/4527) [`9adb7cca3`](https://github.com/withastro/astro/commit/9adb7cca33f669082d0daf750b97b1496ee79d2f) Thanks [@bluwy](https://github.com/bluwy)! - Add vite-ignore comment to suppress unknown import warnings + ## 1.1.0 ### Minor Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index b447f1b48..042c01567 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 6f4cf2ff9..787884e2a 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-remark +## 1.1.1 + +### Patch Changes + +- [#4519](https://github.com/withastro/astro/pull/4519) [`a2e8e76c3`](https://github.com/withastro/astro/commit/a2e8e76c303e8d6f39c24c122905a10f06907997) Thanks [@JuanM04](https://github.com/JuanM04)! - Upgraded Shiki to v0.11.1 + ## 1.1.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 952c03252..294d4b143 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e400764f..43f956ea2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,16 +56,16 @@ importers: examples/basics: specifiers: - astro: ^1.1.1 + astro: ^1.1.2 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.10.2 + '@astrojs/mdx': ^0.10.3 '@astrojs/rss': ^1.0.0 '@astrojs/sitemap': ^1.0.0 - astro: ^1.1.1 + astro: ^1.1.2 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -74,14 +74,14 @@ importers: examples/component: specifiers: - astro: ^1.1.1 + astro: ^1.1.2 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.1.1 + astro: ^1.1.2 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -93,13 +93,13 @@ importers: specifiers: '@algolia/client-search': ^4.13.1 '@astrojs/preact': ^1.0.2 - '@astrojs/react': ^1.1.0 + '@astrojs/react': ^1.1.1 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^1.1.1 + astro: ^1.1.2 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -120,7 +120,7 @@ importers: examples/env-vars: specifiers: - astro: ^1.1.1 + astro: ^1.1.2 devDependencies: astro: link:../../packages/astro @@ -129,7 +129,7 @@ importers: '@astrojs/alpinejs': ^0.1.1 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.1.1 + astro: ^1.1.2 devDependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.0 @@ -138,9 +138,9 @@ importers: examples/framework-lit: specifiers: - '@astrojs/lit': ^1.0.0 + '@astrojs/lit': ^1.0.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.1.1 + astro: ^1.1.2 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -152,11 +152,11 @@ importers: examples/framework-multiple: specifiers: '@astrojs/preact': ^1.0.2 - '@astrojs/react': ^1.1.0 + '@astrojs/react': ^1.1.1 '@astrojs/solid-js': ^1.1.0 '@astrojs/svelte': ^1.0.0 '@astrojs/vue': ^1.0.0 - astro: ^1.1.1 + astro: ^1.1.2 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -181,7 +181,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.1.1 + astro: ^1.1.2 preact: ^10.7.3 dependencies: preact: 10.10.6 @@ -191,10 +191,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^1.1.0 + '@astrojs/react': ^1.1.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.1.1 + astro: ^1.1.2 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -209,7 +209,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.1.0 - astro: ^1.1.1 + astro: ^1.1.2 solid-js: ^1.4.3 dependencies: solid-js: 1.5.2 @@ -220,7 +220,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.0 - astro: ^1.1.1 + astro: ^1.1.2 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -231,7 +231,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.0.0 - astro: ^1.1.1 + astro: ^1.1.2 vue: ^3.2.37 dependencies: vue: 3.2.38 @@ -241,20 +241,20 @@ importers: examples/minimal: specifiers: - astro: ^1.1.1 + astro: ^1.1.2 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.1.1 + astro: ^1.1.2 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.1.1 + astro: ^1.1.2 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -268,7 +268,7 @@ importers: specifiers: '@astrojs/node': ^1.0.0 '@astrojs/svelte': ^1.0.0 - astro: ^1.1.1 + astro: ^1.1.2 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -287,8 +287,8 @@ importers: examples/subpath: specifiers: - '@astrojs/react': ^1.1.0 - astro: ^1.1.1 + '@astrojs/react': ^1.1.1 + astro: ^1.1.2 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -300,8 +300,8 @@ importers: examples/with-markdown-plugins: specifiers: - '@astrojs/markdown-remark': ^1.1.0 - astro: ^1.1.1 + '@astrojs/markdown-remark': ^1.1.1 + astro: ^1.1.2 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -318,17 +318,17 @@ importers: examples/with-markdown-shiki: specifiers: - '@astrojs/markdown-remark': ^1.1.0 - astro: ^1.1.1 + '@astrojs/markdown-remark': ^1.1.1 + astro: ^1.1.2 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.10.2 + '@astrojs/mdx': ^0.10.3 '@astrojs/preact': ^1.0.2 - astro: ^1.1.1 + astro: ^1.1.2 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -340,7 +340,7 @@ importers: specifiers: '@astrojs/preact': ^1.0.2 '@nanostores/preact': ^0.1.3 - astro: ^1.1.1 + astro: ^1.1.2 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -354,7 +354,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^1.0.0 - astro: ^1.1.1 + astro: ^1.1.2 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -369,7 +369,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.1.1 + astro: ^1.1.2 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -379,7 +379,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.1.1 + astro: ^1.1.2 vitest: ^0.20.3 devDependencies: astro: link:../../packages/astro @@ -389,7 +389,7 @@ importers: specifiers: '@astrojs/compiler': ^0.23.4 '@astrojs/language-server': ^0.23.0 - '@astrojs/markdown-remark': ^1.1.0 + '@astrojs/markdown-remark': ^1.1.1 '@astrojs/telemetry': ^1.0.0 '@astrojs/webapi': ^1.0.0 '@babel/core': ^7.18.2