diff --git a/.changeset/silly-olives-joke.md b/.changeset/silly-olives-joke.md deleted file mode 100644 index 946efbb..0000000 --- a/.changeset/silly-olives-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-theme-provider": patch ---- - -Migrate away from the AIK utility `addDts` to the native utility `injectTypes` diff --git a/.changeset/thirty-buttons-provide.md b/.changeset/thirty-buttons-provide.md deleted file mode 100644 index b9f0fc4..0000000 --- a/.changeset/thirty-buttons-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-theme-provider": patch ---- - -Only emit package warnings on the first start diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index e3bc468..f1a84fe 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-theme-provider +## 0.7.1 + +### Patch Changes + +- df50737: Migrate away from the AIK utility `addDts` to the native utility `injectTypes` +- aa826a7: Only emit package warnings on the first start + ## 0.7.0 ### Minor Changes diff --git a/package/package.json b/package/package.json index 758fdad..6baf996 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "astro-theme-provider", - "version": "0.7.0", + "version": "0.7.1", "description": "Easily create theme integrations for Astro", "keywords": [ "astro",