summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/wild-houses-learn.md5
-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--packages/integrations/svelte/CHANGELOG.md6
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--pnpm-lock.yaml6
7 files changed, 13 insertions, 12 deletions
diff --git a/.changeset/wild-houses-learn.md b/.changeset/wild-houses-learn.md
deleted file mode 100644
index 6f86fe6c7..000000000
--- a/.changeset/wild-houses-learn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/svelte': patch
----
-
-Publishes missing file
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index e9c92a4a8..d8b86a81d 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -14,7 +14,7 @@
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.3",
- "@astrojs/svelte": "^6.0.0",
+ "@astrojs/svelte": "^6.0.1",
"@astrojs/vue": "^4.5.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 87530dfc5..2a06f5d65 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^6.0.0",
+ "@astrojs/svelte": "^6.0.1",
"astro": "^4.16.13",
"svelte": "^5.1.16"
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index f3fd53b2a..88802eada 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.3.4",
- "@astrojs/svelte": "^6.0.0",
+ "@astrojs/svelte": "^6.0.1",
"astro": "^4.16.13",
"svelte": "^5.1.16"
}
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 4199a0dd6..81985044c 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 6.0.1
+
+### Patch Changes
+
+- [#12442](https://github.com/withastro/astro/pull/12442) [`bde49f1`](https://github.com/withastro/astro/commit/bde49f186e4d620ce0c926353db38215e33dceef) Thanks [@bluwy](https://github.com/bluwy)! - Publishes missing file
+
## 6.0.0
### Major Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 60e8f8704..4a32ec3d4 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 84f5b4675..bf17ca08c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -230,7 +230,7 @@ importers:
specifier: ^4.4.3
version: link:../../packages/integrations/solid
'@astrojs/svelte':
- specifier: ^6.0.0
+ specifier: ^6.0.1
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^4.5.2
@@ -314,7 +314,7 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
- specifier: ^6.0.0
+ specifier: ^6.0.1
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.16.13
@@ -368,7 +368,7 @@ importers:
specifier: ^8.3.4
version: 8.3.4(astro@packages+astro)
'@astrojs/svelte':
- specifier: ^6.0.0
+ specifier: ^6.0.1
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.16.13