diff options
author | 2024-01-02 07:26:33 -0800 | |
---|---|---|
committer | 2024-01-02 10:26:33 -0500 | |
commit | d85433057189ed6dc599be007125c225face763e (patch) | |
tree | 9985998d2ae207a4748fc29e701ec9e457da6144 /packages/integrations/vue | |
parent | ec71f03cfd9b8195fb21c92dfda0eff63b6ebeed (diff) | |
download | astro-d85433057189ed6dc599be007125c225face763e.tar.gz astro-d85433057189ed6dc599be007125c225face763e.tar.zst astro-d85433057189ed6dc599be007125c225face763e.zip |
[ci] release (#9541)astro@4.0.9@astrojs/vue@4.0.7@astrojs/vercel@6.1.2@astrojs/upgrade@0.2.2@astrojs/node@7.0.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 40d3bb15c..5eff46211 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.0.7 + +### Patch Changes + +- [#9558](https://github.com/withastro/astro/pull/9558) [`e496b2e3b84b673b81c872dad9a6b3f9dd32396a`](https://github.com/withastro/astro/commit/e496b2e3b84b673b81c872dad9a6b3f9dd32396a) Thanks [@michaelhthomas](https://github.com/michaelhthomas)! - Fixes support for async `appEntrypoint` + ## 4.0.6 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 1f59c3e9a..73cd606a5 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.0.6", + "version": "4.0.7", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |