[ci] release (#6251)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0fbcf838a7
commit
66acc6a65c
13 changed files with 26 additions and 24 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/mdx': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Revert previous breaking change
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/svelte': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix unmounting slots passed to Svelte components
|
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^2.0.12",
|
"astro": "^2.0.12",
|
||||||
"@astrojs/mdx": "^0.16.1",
|
"@astrojs/mdx": "^0.16.2",
|
||||||
"@astrojs/rss": "^2.1.0",
|
"@astrojs/rss": "^2.1.0",
|
||||||
"@astrojs/sitemap": "^1.0.1"
|
"@astrojs/sitemap": "^1.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"@astrojs/preact": "^2.0.3",
|
"@astrojs/preact": "^2.0.3",
|
||||||
"@astrojs/react": "^2.0.2",
|
"@astrojs/react": "^2.0.2",
|
||||||
"@astrojs/solid-js": "^2.0.2",
|
"@astrojs/solid-js": "^2.0.2",
|
||||||
"@astrojs/svelte": "^2.0.1",
|
"@astrojs/svelte": "^2.0.2",
|
||||||
"@astrojs/vue": "^2.0.1"
|
"@astrojs/vue": "^2.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"svelte": "^3.48.0",
|
"svelte": "^3.48.0",
|
||||||
"@astrojs/svelte": "^2.0.1",
|
"@astrojs/svelte": "^2.0.2",
|
||||||
"astro": "^2.0.12"
|
"astro": "^2.0.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^2.0.12",
|
"astro": "^2.0.12",
|
||||||
"svelte": "^3.48.0",
|
"svelte": "^3.48.0",
|
||||||
"@astrojs/svelte": "^2.0.1",
|
"@astrojs/svelte": "^2.0.2",
|
||||||
"@astrojs/node": "^5.0.3",
|
"@astrojs/node": "^5.0.3",
|
||||||
"concurrently": "^7.2.1",
|
"concurrently": "^7.2.1",
|
||||||
"unocss": "^0.15.6",
|
"unocss": "^0.15.6",
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
"astro": "^2.0.12",
|
"astro": "^2.0.12",
|
||||||
"preact": "^10.6.5",
|
"preact": "^10.6.5",
|
||||||
"@astrojs/preact": "^2.0.3",
|
"@astrojs/preact": "^2.0.3",
|
||||||
"@astrojs/mdx": "^0.16.1"
|
"@astrojs/mdx": "^0.16.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^0.16.1",
|
"@astrojs/mdx": "^0.16.2",
|
||||||
"@astrojs/tailwind": "^3.0.1",
|
"@astrojs/tailwind": "^3.0.1",
|
||||||
"@types/canvas-confetti": "^1.4.3",
|
"@types/canvas-confetti": "^1.4.3",
|
||||||
"astro": "^2.0.12",
|
"astro": "^2.0.12",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/mdx
|
# @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
|
## 0.16.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/mdx",
|
"name": "@astrojs/mdx",
|
||||||
"description": "Use MDX within Astro",
|
"description": "Use MDX within Astro",
|
||||||
"version": "0.16.1",
|
"version": "0.16.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/svelte
|
# @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
|
## 2.0.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/svelte",
|
"name": "@astrojs/svelte",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"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",
|
||||||
|
|
|
@ -69,7 +69,7 @@ importers:
|
||||||
|
|
||||||
examples/blog:
|
examples/blog:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/mdx': ^0.16.1
|
'@astrojs/mdx': ^0.16.2
|
||||||
'@astrojs/rss': ^2.1.0
|
'@astrojs/rss': ^2.1.0
|
||||||
'@astrojs/sitemap': ^1.0.1
|
'@astrojs/sitemap': ^1.0.1
|
||||||
astro: ^2.0.12
|
astro: ^2.0.12
|
||||||
|
@ -154,7 +154,7 @@ importers:
|
||||||
'@astrojs/preact': ^2.0.3
|
'@astrojs/preact': ^2.0.3
|
||||||
'@astrojs/react': ^2.0.2
|
'@astrojs/react': ^2.0.2
|
||||||
'@astrojs/solid-js': ^2.0.2
|
'@astrojs/solid-js': ^2.0.2
|
||||||
'@astrojs/svelte': ^2.0.1
|
'@astrojs/svelte': ^2.0.2
|
||||||
'@astrojs/vue': ^2.0.1
|
'@astrojs/vue': ^2.0.1
|
||||||
astro: ^2.0.12
|
astro: ^2.0.12
|
||||||
preact: ^10.7.3
|
preact: ^10.7.3
|
||||||
|
@ -217,7 +217,7 @@ importers:
|
||||||
|
|
||||||
examples/framework-svelte:
|
examples/framework-svelte:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/svelte': ^2.0.1
|
'@astrojs/svelte': ^2.0.2
|
||||||
astro: ^2.0.12
|
astro: ^2.0.12
|
||||||
svelte: ^3.48.0
|
svelte: ^3.48.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -270,7 +270,7 @@ importers:
|
||||||
examples/ssr:
|
examples/ssr:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/node': ^5.0.3
|
'@astrojs/node': ^5.0.3
|
||||||
'@astrojs/svelte': ^2.0.1
|
'@astrojs/svelte': ^2.0.2
|
||||||
astro: ^2.0.12
|
astro: ^2.0.12
|
||||||
concurrently: ^7.2.1
|
concurrently: ^7.2.1
|
||||||
svelte: ^3.48.0
|
svelte: ^3.48.0
|
||||||
|
@ -311,7 +311,7 @@ importers:
|
||||||
|
|
||||||
examples/with-mdx:
|
examples/with-mdx:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/mdx': ^0.16.1
|
'@astrojs/mdx': ^0.16.2
|
||||||
'@astrojs/preact': ^2.0.3
|
'@astrojs/preact': ^2.0.3
|
||||||
astro: ^2.0.12
|
astro: ^2.0.12
|
||||||
preact: ^10.6.5
|
preact: ^10.6.5
|
||||||
|
@ -337,7 +337,7 @@ importers:
|
||||||
|
|
||||||
examples/with-tailwindcss:
|
examples/with-tailwindcss:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/mdx': ^0.16.1
|
'@astrojs/mdx': ^0.16.2
|
||||||
'@astrojs/tailwind': ^3.0.1
|
'@astrojs/tailwind': ^3.0.1
|
||||||
'@types/canvas-confetti': ^1.4.3
|
'@types/canvas-confetti': ^1.4.3
|
||||||
astro: ^2.0.12
|
astro: ^2.0.12
|
||||||
|
|
Loading…
Reference in a new issue