summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-04-10 20:11:34 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2022-04-10 20:11:34 -0700
commit2bb6a06ebb449aa3fec6414754c8a248ca4721ef (patch)
treebf6bd25d7612b08b2c823f05195dec1ac3b7d95b /packages/integrations/vue
parent35346c118d9483dc1a838f8babd4bfaa1a27b3a6 (diff)
downloadastro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.tar.gz
astro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.tar.zst
astro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.zip
revert release
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
2 files changed, 1 insertions, 7 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 6f4b65d7c..e8ac6f2e0 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,11 +1,5 @@
# @astrojs/vue
-## 0.1.0
-
-### Minor Changes
-
-- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
-
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index f929b453b..dfc40d95f 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "0.1.0",
+ "version": "0.0.2",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",