0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] release (#9319)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-12-05 12:55:54 -08:00 committed by GitHub
parent e83b2feeca
commit 339be4dbff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/upgrade': patch
---
Improves dependency handling by ignoring packages that don't use a semver version

View file

@ -1,5 +0,0 @@
---
'@astrojs/vue': patch
---
Prevents Astro from crashing when no default function is exported from the `appEntrypoint`. Now, the entrypoint will be ignored with a warning instead.

View file

@ -15,7 +15,7 @@
"@astrojs/react": "^3.0.7",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^5.0.0",
"@astrojs/vue": "^4.0.0",
"@astrojs/vue": "^4.0.1",
"astro": "^4.0.1",
"preact": "^10.19.2",
"react": "^18.2.0",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^4.0.0",
"@astrojs/vue": "^4.0.1",
"astro": "^4.0.1",
"vue": "^3.3.8"
}

View file

@ -1,5 +1,11 @@
# @astrojs/vue
## 4.0.1
### Patch Changes
- [#8794](https://github.com/withastro/astro/pull/8794) [`4d4e34d45`](https://github.com/withastro/astro/commit/4d4e34d451e351f8a52e04124027850a575ba752) Thanks [@yoyo837](https://github.com/yoyo837)! - Prevents Astro from crashing when no default function is exported from the `appEntrypoint`. Now, the entrypoint will be ignored with a warning instead.
## 4.0.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
"version": "4.0.0",
"version": "4.0.1",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,11 @@
# @astrojs/upgrade
## 0.2.1
### Patch Changes
- [#9317](https://github.com/withastro/astro/pull/9317) [`d1c91add0`](https://github.com/withastro/astro/commit/d1c91add074c2e08056f01df5a6043c9716b7e1f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves dependency handling by ignoring packages that don't use a semver version
## 0.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/upgrade",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"author": "withastro",
"license": "MIT",

4
pnpm-lock.yaml generated
View file

@ -194,7 +194,7 @@ importers:
specifier: ^5.0.0
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^4.0.0
specifier: ^4.0.1
version: link:../../packages/integrations/vue
astro:
specifier: ^4.0.1
@ -281,7 +281,7 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
specifier: ^4.0.0
specifier: ^4.0.1
version: link:../../packages/integrations/vue
astro:
specifier: ^4.0.1