diff --git a/.changeset/pink-paths-yawn.md b/.changeset/pink-paths-yawn.md deleted file mode 100644 index 0d43667..0000000 --- a/.changeset/pink-paths-yawn.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'vitest-browser-astro': minor ---- - -Initial release of vitest-browser-astro - -This package provides a Vitest browser mode renderer for Astro components, allowing you to test Astro components in a browser environment using Vitest's browser mode. - -Features: -- Render Astro components in browser tests -- Support for React components within Astro -- Full access to browser APIs during testing -- Plugin integration for Vitest configuration diff --git a/packages/vitest-browser-astro/CHANGELOG.md b/packages/vitest-browser-astro/CHANGELOG.md new file mode 100644 index 0000000..fa9a519 --- /dev/null +++ b/packages/vitest-browser-astro/CHANGELOG.md @@ -0,0 +1,15 @@ +# vitest-browser-astro + +## 0.1.0 + +### Minor Changes + +- [#4](https://github.com/ascorbic/vitest-browser-astro/pull/4) [`51d659f`](https://github.com/ascorbic/vitest-browser-astro/commit/51d659f4bce90ec6318658094aed4f1ae277cef3) Thanks [@ascorbic](https://github.com/ascorbic)! - Initial release of vitest-browser-astro + + This package provides a Vitest browser mode renderer for Astro components, allowing you to test Astro components in a browser environment using Vitest's browser mode. + + Features: + - Render Astro components in browser tests + - Support for React components within Astro + - Full access to browser APIs during testing + - Plugin integration for Vitest configuration diff --git a/packages/vitest-browser-astro/package.json b/packages/vitest-browser-astro/package.json index 084210b..e2c5675 100644 --- a/packages/vitest-browser-astro/package.json +++ b/packages/vitest-browser-astro/package.json @@ -1,6 +1,6 @@ { "name": "vitest-browser-astro", - "version": "0.0.0", + "version": "0.1.0", "description": "Vitest browser mode renderer for Astro", "type": "module", "main": "dist/index.js", diff --git a/packages/vitest-browser-astro/test/fixtures/astro-site/CHANGELOG.md b/packages/vitest-browser-astro/test/fixtures/astro-site/CHANGELOG.md new file mode 100644 index 0000000..2920d78 --- /dev/null +++ b/packages/vitest-browser-astro/test/fixtures/astro-site/CHANGELOG.md @@ -0,0 +1,8 @@ +# astro-test-fixture + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [[`51d659f`](https://github.com/ascorbic/vitest-browser-astro/commit/51d659f4bce90ec6318658094aed4f1ae277cef3)]: + - vitest-browser-astro@0.1.0 diff --git a/packages/vitest-browser-astro/test/fixtures/astro-site/package.json b/packages/vitest-browser-astro/test/fixtures/astro-site/package.json index 6c7e82c..14d8330 100644 --- a/packages/vitest-browser-astro/test/fixtures/astro-site/package.json +++ b/packages/vitest-browser-astro/test/fixtures/astro-site/package.json @@ -1,6 +1,6 @@ { "name": "astro-test-fixture", - "version": "0.0.0", + "version": "0.0.1", "private": true, "type": "module", "scripts": {