summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-15 06:54:16 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-15 22:54:16 +0800
commit66acc6a65c978bbd3dde096f243c742d738b092a (patch)
tree2e291c40117fb0c1abdb5d4c652a94fcf9ac7f41
parent0fbcf838a775d3b07e7c2372888a8aa6c190278e (diff)
downloadastro-66acc6a65c978bbd3dde096f243c742d738b092a.tar.gz
astro-66acc6a65c978bbd3dde096f243c742d738b092a.tar.zst
astro-66acc6a65c978bbd3dde096f243c742d738b092a.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/afraid-rivers-camp.md5
-rw-r--r--.changeset/curvy-snakes-turn.md5
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md6
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md6
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--pnpm-lock.yaml12
13 files changed, 26 insertions, 24 deletions
diff --git a/.changeset/afraid-rivers-camp.md b/.changeset/afraid-rivers-camp.md
deleted file mode 100644
index 748a699a6..000000000
--- 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 07349e478..000000000
--- 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 6dcb6e612..9af900390 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 419995a0e..cbfda9064 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 1bcb16124..1026bf177 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 734032b79..390146ada 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 79d821c62..4c5bc8360 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 58033d62f..fc9f0c486 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 82986bebe..ab4599976 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 0354dc9de..3c1bc6a35 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 a05cf24d7..c8393d893 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 fbae884ba..418f39cf8 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 e6397d409..fb6389b89 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