[ci] release (#3149)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0f984473cf
commit
9e00f6d546
11 changed files with 22 additions and 20 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/vue': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
`@astrojs/vue` integration supports custom vue compiler options
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/netlify': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Outputs manifest.json in correct folder for Netlify Edge Functions
|
|
|
@ -14,7 +14,7 @@
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"@astrojs/solid-js": "^0.1.1",
|
"@astrojs/solid-js": "^0.1.1",
|
||||||
"@astrojs/svelte": "^0.1.1",
|
"@astrojs/svelte": "^0.1.1",
|
||||||
"@astrojs/vue": "^0.1.1",
|
"@astrojs/vue": "^0.1.2",
|
||||||
"astro": "^1.0.0-beta.13"
|
"astro": "^1.0.0-beta.13"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/vue": "^0.1.1",
|
"@astrojs/vue": "^0.1.2",
|
||||||
"astro": "^1.0.0-beta.13"
|
"astro": "^1.0.0-beta.13"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"@astrojs/preact": "^0.1.1",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"@astrojs/svelte": "^0.1.1",
|
"@astrojs/svelte": "^0.1.1",
|
||||||
"@astrojs/vue": "^0.1.1",
|
"@astrojs/vue": "^0.1.2",
|
||||||
"astro": "^1.0.0-beta.13"
|
"astro": "^1.0.0-beta.13"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"@astrojs/solid-js": "^0.1.1",
|
"@astrojs/solid-js": "^0.1.1",
|
||||||
"@astrojs/svelte": "^0.1.1",
|
"@astrojs/svelte": "^0.1.1",
|
||||||
"@astrojs/vue": "^0.1.1",
|
"@astrojs/vue": "^0.1.2",
|
||||||
"astro": "^1.0.0-beta.13"
|
"astro": "^1.0.0-beta.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/netlify
|
# @astrojs/netlify
|
||||||
|
|
||||||
|
## 0.3.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3150](https://github.com/withastro/astro/pull/3150) [`05cf1a50`](https://github.com/withastro/astro/commit/05cf1a506702f06ed48cd26cbe5ca108839ff0e6) Thanks [@matthewp](https://github.com/matthewp)! - Outputs manifest.json in correct folder for Netlify Edge Functions
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/netlify",
|
"name": "@astrojs/netlify",
|
||||||
"description": "Deploy your site to Netlify",
|
"description": "Deploy your site to Netlify",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/vue
|
# @astrojs/vue
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3143](https://github.com/withastro/astro/pull/3143) [`44e294c9`](https://github.com/withastro/astro/commit/44e294c9cbaf8f6bbccce8b956c7c53d37c15c70) Thanks [@tony-sull](https://github.com/tony-sull)! - `@astrojs/vue` integration supports custom vue compiler options
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/vue",
|
"name": "@astrojs/vue",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Use Vue components within Astro",
|
"description": "Use Vue components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -144,7 +144,7 @@ importers:
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@astrojs/solid-js': ^0.1.1
|
'@astrojs/solid-js': ^0.1.1
|
||||||
'@astrojs/svelte': ^0.1.1
|
'@astrojs/svelte': ^0.1.1
|
||||||
'@astrojs/vue': ^0.1.1
|
'@astrojs/vue': ^0.1.2
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^1.0.0-beta.13
|
astro: ^1.0.0-beta.13
|
||||||
lit: ^2.2.2
|
lit: ^2.2.2
|
||||||
|
@ -220,7 +220,7 @@ importers:
|
||||||
|
|
||||||
examples/framework-vue:
|
examples/framework-vue:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/vue': ^0.1.1
|
'@astrojs/vue': ^0.1.2
|
||||||
astro: ^1.0.0-beta.13
|
astro: ^1.0.0-beta.13
|
||||||
vue: ^3.2.31
|
vue: ^3.2.31
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -337,7 +337,7 @@ importers:
|
||||||
'@astrojs/preact': ^0.1.1
|
'@astrojs/preact': ^0.1.1
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@astrojs/svelte': ^0.1.1
|
'@astrojs/svelte': ^0.1.1
|
||||||
'@astrojs/vue': ^0.1.1
|
'@astrojs/vue': ^0.1.2
|
||||||
astro: ^1.0.0-beta.13
|
astro: ^1.0.0-beta.13
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
|
@ -390,7 +390,7 @@ importers:
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@astrojs/solid-js': ^0.1.1
|
'@astrojs/solid-js': ^0.1.1
|
||||||
'@astrojs/svelte': ^0.1.1
|
'@astrojs/svelte': ^0.1.1
|
||||||
'@astrojs/vue': ^0.1.1
|
'@astrojs/vue': ^0.1.2
|
||||||
'@nanostores/preact': ^0.1.3
|
'@nanostores/preact': ^0.1.3
|
||||||
'@nanostores/react': ^0.1.5
|
'@nanostores/react': ^0.1.5
|
||||||
'@nanostores/vue': ^0.4.1
|
'@nanostores/vue': ^0.4.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue