Skip to content

Commit

Permalink
[ci] release (#9319)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
astrobot-houston and github-actions[bot] authored Dec 5, 2023
1 parent e83b2fe commit 339be4d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-otters-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-cameras-kneel.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/upgrade/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/upgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/upgrade",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"author": "withastro",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 339be4d

Please sign in to comment.