diff --git a/.changeset/compiled-plugin-exports.md b/.changeset/compiled-plugin-exports.md deleted file mode 100644 index fafbaaf..0000000 --- a/.changeset/compiled-plugin-exports.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fulldotdev/sitex": patch ---- - -Publish compiled package entrypoints for the Vite plugin and island runtime so consumers no longer load TypeScript files from node_modules. diff --git a/.changeset/tired-ants-melt.md b/.changeset/tired-ants-melt.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/tired-ants-melt.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e334478 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @fulldotdev/sitex + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/fulldotdev/sitex/pull/1) [`729204e`](https://github.com/fulldotdev/sitex/commit/729204e6177935ab87ae9bd51decef8c42e9fab8) Thanks [@silveltman](https://github.com/silveltman)! - Publish compiled package entrypoints for the Vite plugin and island runtime so consumers no longer load TypeScript files from node_modules. diff --git a/package.json b/package.json index f0fab95..cd2420f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulldotdev/sitex", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "repository": { "type": "git",