diff --git a/.changeset/bright-fishes-knock.md b/.changeset/bright-fishes-knock.md deleted file mode 100644 index bdd7144..0000000 --- a/.changeset/bright-fishes-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": major ---- - -When using a runtime base path via the `basePathVar` option the vite [build.assetsDir](https://vitejs.dev/config/build-options.html#build-assetsdir) is now stripped from the final url. (You could add this back manually yourself if desired). diff --git a/.changeset/seven-trains-mate.md b/.changeset/seven-trains-mate.md deleted file mode 100644 index 85dbc8c..0000000 --- a/.changeset/seven-trains-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": major ---- - -No longer load babel config by default unless configured. diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4b978..77f1f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.0.0 + +### Major Changes + +- [#79](https://github.com/marko-js/vite/pull/79) [`bf735ba`](https://github.com/marko-js/vite/commit/bf735ba52aab7050d37e5c0ae8c8b20c48bab502) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - When using a runtime base path via the `basePathVar` option the vite [build.assetsDir](https://vitejs.dev/config/build-options.html#build-assetsdir) is now stripped from the final url. (You could add this back manually yourself if desired). + +- [#79](https://github.com/marko-js/vite/pull/79) [`d0c2b50`](https://github.com/marko-js/vite/commit/d0c2b50e36d239dbd39b4261f11ed457343ff518) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - No longer load babel config by default unless configured. + ## 2.4.9 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index f2f292f..3b8e48f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/vite", - "version": "2.4.9", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@marko/vite", - "version": "2.4.9", + "version": "3.0.0", "license": "MIT", "dependencies": { "anymatch": "^3.1.3", diff --git a/package.json b/package.json index 8ce80de..ed64d3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/vite", "description": "A Marko plugin for Vite", - "version": "2.4.9", + "version": "3.0.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/vite/issues", "dependencies": {