0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[ci] release (#12443)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2024-11-15 04:59:51 -08:00 committed by GitHub
parent bde49f186e
commit 8e135b6f03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 12 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/svelte': patch
---
Publishes missing file

View file

@ -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",

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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

View file

@ -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",

View file

@ -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