diff --git a/.changeset/neat-buttons-guess.md b/.changeset/neat-buttons-guess.md deleted file mode 100644 index 64098a927..000000000 --- a/.changeset/neat-buttons-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vue': patch ---- - -`@astrojs/vue` integration supports custom vue compiler options diff --git a/.changeset/small-radios-whisper.md b/.changeset/small-radios-whisper.md deleted file mode 100644 index 2403fa3ce..000000000 --- a/.changeset/small-radios-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': patch ---- - -Outputs manifest.json in correct folder for Netlify Edge Functions diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 90fc1d647..6ef7419ce 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^0.1.0", "@astrojs/solid-js": "^0.1.1", "@astrojs/svelte": "^0.1.1", - "@astrojs/vue": "^0.1.1", + "@astrojs/vue": "^0.1.2", "astro": "^1.0.0-beta.13" }, "dependencies": { diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 194b3b523..c25020b18 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.1.1", + "@astrojs/vue": "^0.1.2", "astro": "^1.0.0-beta.13" }, "dependencies": { diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index e32843f88..eb4867a94 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -13,7 +13,7 @@ "@astrojs/preact": "^0.1.1", "@astrojs/react": "^0.1.0", "@astrojs/svelte": "^0.1.1", - "@astrojs/vue": "^0.1.1", + "@astrojs/vue": "^0.1.2", "astro": "^1.0.0-beta.13" }, "dependencies": { diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index be062ba8e..851fd13be 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -24,7 +24,7 @@ "@astrojs/react": "^0.1.0", "@astrojs/solid-js": "^0.1.1", "@astrojs/svelte": "^0.1.1", - "@astrojs/vue": "^0.1.1", + "@astrojs/vue": "^0.1.2", "astro": "^1.0.0-beta.13" } } diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 38162f179..c2a7394fa 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 0.3.1 + +### Patch Changes + +- [#3150](https://github.com/withastro/astro/pull/3150) [`05cf1a50`](https://github.com/withastro/astro/commit/05cf1a506702f06ed48cd26cbe5ca108839ff0e6) Thanks [@matthewp](https://github.com/matthewp)! - Outputs manifest.json in correct folder for Netlify Edge Functions + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index eb3561ea4..50379899c 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 0344a8a92..bfe28d3bf 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 0.1.2 + +### Patch Changes + +- [#3143](https://github.com/withastro/astro/pull/3143) [`44e294c9`](https://github.com/withastro/astro/commit/44e294c9cbaf8f6bbccce8b956c7c53d37c15c70) Thanks [@tony-sull](https://github.com/tony-sull)! - `@astrojs/vue` integration supports custom vue compiler options + ## 0.1.1 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 5cd90f5c9..2f38e0170 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.1.1", + "version": "0.1.2", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e891501a..c89916cb7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -144,7 +144,7 @@ importers: '@astrojs/react': ^0.1.0 '@astrojs/solid-js': ^0.1.1 '@astrojs/svelte': ^0.1.1 - '@astrojs/vue': ^0.1.1 + '@astrojs/vue': ^0.1.2 '@webcomponents/template-shadowroot': ^0.1.0 astro: ^1.0.0-beta.13 lit: ^2.2.2 @@ -220,7 +220,7 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^0.1.1 + '@astrojs/vue': ^0.1.2 astro: ^1.0.0-beta.13 vue: ^3.2.31 dependencies: @@ -337,7 +337,7 @@ importers: '@astrojs/preact': ^0.1.1 '@astrojs/react': ^0.1.0 '@astrojs/svelte': ^0.1.1 - '@astrojs/vue': ^0.1.1 + '@astrojs/vue': ^0.1.2 astro: ^1.0.0-beta.13 preact: ^10.7.1 react: ^18.0.0 @@ -390,7 +390,7 @@ importers: '@astrojs/react': ^0.1.0 '@astrojs/solid-js': ^0.1.1 '@astrojs/svelte': ^0.1.1 - '@astrojs/vue': ^0.1.1 + '@astrojs/vue': ^0.1.2 '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1