[ci] release (#6251)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-02-15 06:54:16 -08:00 committed by GitHub
parent 0fbcf838a7
commit 66acc6a65c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 26 additions and 24 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': patch
---
Revert previous breaking change

View file

@ -1,5 +0,0 @@
---
'@astrojs/svelte': patch
---
Fix unmounting slots passed to Svelte components

View file

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

View file

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

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.1",
"@astrojs/svelte": "^2.0.2",
"astro": "^2.0.12"
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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