summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-08 17:54:39 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-08 20:54:39 -0400
commit1785e568a003a38b17fb5584dedab4e6143a9b3c (patch)
tree091cb361a2536210dcabe846e43b121934b60a24 /packages/integrations/vue
parentabb874b6c232dc3627edee90d6a5ee116caee29f (diff)
downloadastro-1785e568a003a38b17fb5584dedab4e6143a9b3c.tar.gz
astro-1785e568a003a38b17fb5584dedab4e6143a9b3c.tar.zst
astro-1785e568a003a38b17fb5584dedab4e6143a9b3c.zip
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.md8
-rw-r--r--packages/integrations/vue/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index e2a78b3fd..c9802dfda 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/vue
+## 0.2.1
+
+### Patch Changes
+
+- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
+
+* [#3864](https://github.com/withastro/astro/pull/3864) [`f9ed77bb`](https://github.com/withastro/astro/commit/f9ed77bb0d71d1644d524547a24963210f4ecaff) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add entrypoints for editor support for Vue and Svelte (destined to be used by our language server)
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 07ed5caba..2281dfc20 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",