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/preact": "^3.5.3",
"@astrojs/react": "^3.6.2", "@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.3", "@astrojs/solid-js": "^4.4.3",
"@astrojs/svelte": "^6.0.0", "@astrojs/svelte": "^6.0.1",
"@astrojs/vue": "^4.5.2", "@astrojs/vue": "^4.5.2",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/svelte": "^6.0.0", "@astrojs/svelte": "^6.0.1",
"astro": "^4.16.13", "astro": "^4.16.13",
"svelte": "^5.1.16" "svelte": "^5.1.16"
} }

View file

@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^8.3.4", "@astrojs/node": "^8.3.4",
"@astrojs/svelte": "^6.0.0", "@astrojs/svelte": "^6.0.1",
"astro": "^4.16.13", "astro": "^4.16.13",
"svelte": "^5.1.16" "svelte": "^5.1.16"
} }

View file

@ -1,5 +1,11 @@
# @astrojs/svelte # @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 ## 6.0.0
### Major Changes ### Major Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/svelte", "name": "@astrojs/svelte",
"version": "6.0.0", "version": "6.0.1",
"description": "Use Svelte components within Astro", "description": "Use Svelte components within Astro",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -230,7 +230,7 @@ importers:
specifier: ^4.4.3 specifier: ^4.4.3
version: link:../../packages/integrations/solid version: link:../../packages/integrations/solid
'@astrojs/svelte': '@astrojs/svelte':
specifier: ^6.0.0 specifier: ^6.0.1
version: link:../../packages/integrations/svelte version: link:../../packages/integrations/svelte
'@astrojs/vue': '@astrojs/vue':
specifier: ^4.5.2 specifier: ^4.5.2
@ -314,7 +314,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
dependencies: dependencies:
'@astrojs/svelte': '@astrojs/svelte':
specifier: ^6.0.0 specifier: ^6.0.1
version: link:../../packages/integrations/svelte version: link:../../packages/integrations/svelte
astro: astro:
specifier: ^4.16.13 specifier: ^4.16.13
@ -368,7 +368,7 @@ importers:
specifier: ^8.3.4 specifier: ^8.3.4
version: 8.3.4(astro@packages+astro) version: 8.3.4(astro@packages+astro)
'@astrojs/svelte': '@astrojs/svelte':
specifier: ^6.0.0 specifier: ^6.0.1
version: link:../../packages/integrations/svelte version: link:../../packages/integrations/svelte
astro: astro:
specifier: ^4.16.13 specifier: ^4.16.13