From 66acc6a65c978bbd3dde096f243c742d738b092a Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Wed, 15 Feb 2023 06:54:16 -0800 Subject: [PATCH] [ci] release (#6251) Co-authored-by: github-actions[bot] --- .changeset/afraid-rivers-camp.md | 5 ----- .changeset/curvy-snakes-turn.md | 5 ----- examples/blog/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/ssr/package.json | 2 +- examples/with-mdx/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 6 ++++++ packages/integrations/mdx/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 ++++++ packages/integrations/svelte/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 13 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 .changeset/afraid-rivers-camp.md delete mode 100644 .changeset/curvy-snakes-turn.md diff --git a/.changeset/afraid-rivers-camp.md b/.changeset/afraid-rivers-camp.md deleted file mode 100644 index 748a699a65f4..000000000000 --- a/.changeset/afraid-rivers-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Revert previous breaking change diff --git a/.changeset/curvy-snakes-turn.md b/.changeset/curvy-snakes-turn.md deleted file mode 100644 index 07349e478ce3..000000000000 --- a/.changeset/curvy-snakes-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Fix unmounting slots passed to Svelte components diff --git a/examples/blog/package.json b/examples/blog/package.json index 6dcb6e612178..9af9003908c3 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "astro": "^2.0.12", - "@astrojs/mdx": "^0.16.1", + "@astrojs/mdx": "^0.16.2", "@astrojs/rss": "^2.1.0", "@astrojs/sitemap": "^1.0.1" } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 419995a0e852..cbfda9064f33 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -21,7 +21,7 @@ "@astrojs/preact": "^2.0.3", "@astrojs/react": "^2.0.2", "@astrojs/solid-js": "^2.0.2", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "@astrojs/vue": "^2.0.1" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 1bcb16124fbf..1026bf177977 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "astro": "^2.0.12" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 734032b79338..390146ada1a7 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "astro": "^2.0.12", "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "@astrojs/node": "^5.0.3", "concurrently": "^7.2.1", "unocss": "^0.15.6", diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 79d821c62709..4c5bc8360f4b 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -14,6 +14,6 @@ "astro": "^2.0.12", "preact": "^10.6.5", "@astrojs/preact": "^2.0.3", - "@astrojs/mdx": "^0.16.1" + "@astrojs/mdx": "^0.16.2" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 58033d62fcdd..fc9f0c486e3d 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.16.1", + "@astrojs/mdx": "^0.16.2", "@astrojs/tailwind": "^3.0.1", "@types/canvas-confetti": "^1.4.3", "astro": "^2.0.12", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 82986bebe353..ab4599976da6 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.16.2 + +### Patch Changes + +- [#6252](https://github.com/withastro/astro/pull/6252) [`0fbcf838a`](https://github.com/withastro/astro/commit/0fbcf838a775d3b07e7c2372888a8aa6c190278e) Thanks [@bluwy](https://github.com/bluwy)! - Revert previous breaking change + ## 0.16.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 0354dc9dedcc..3c1bc6a35873 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.16.1", + "version": "0.16.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index a05cf24d7c82..c8393d89307f 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 2.0.2 + +### Patch Changes + +- [#6250](https://github.com/withastro/astro/pull/6250) [`5c7c7e463`](https://github.com/withastro/astro/commit/5c7c7e463dbffc9a573e3fec80a4daaf4621cd83) Thanks [@bluwy](https://github.com/bluwy)! - Fix unmounting slots passed to Svelte components + ## 2.0.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index fbae884bacf9..418f39cf8af4 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "2.0.1", + "version": "2.0.2", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6397d40912e..fb6389b89acd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: examples/blog: specifiers: - '@astrojs/mdx': ^0.16.1 + '@astrojs/mdx': ^0.16.2 '@astrojs/rss': ^2.1.0 '@astrojs/sitemap': ^1.0.1 astro: ^2.0.12 @@ -154,7 +154,7 @@ importers: '@astrojs/preact': ^2.0.3 '@astrojs/react': ^2.0.2 '@astrojs/solid-js': ^2.0.2 - '@astrojs/svelte': ^2.0.1 + '@astrojs/svelte': ^2.0.2 '@astrojs/vue': ^2.0.1 astro: ^2.0.12 preact: ^10.7.3 @@ -217,7 +217,7 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^2.0.1 + '@astrojs/svelte': ^2.0.2 astro: ^2.0.12 svelte: ^3.48.0 dependencies: @@ -270,7 +270,7 @@ importers: examples/ssr: specifiers: '@astrojs/node': ^5.0.3 - '@astrojs/svelte': ^2.0.1 + '@astrojs/svelte': ^2.0.2 astro: ^2.0.12 concurrently: ^7.2.1 svelte: ^3.48.0 @@ -311,7 +311,7 @@ importers: examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.16.1 + '@astrojs/mdx': ^0.16.2 '@astrojs/preact': ^2.0.3 astro: ^2.0.12 preact: ^10.6.5 @@ -337,7 +337,7 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/mdx': ^0.16.1 + '@astrojs/mdx': ^0.16.2 '@astrojs/tailwind': ^3.0.1 '@types/canvas-confetti': ^1.4.3 astro: ^2.0.12