From 1f56cb91a106f687a70f0db474cf0fc11ce38e1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Dec 2024 04:34:24 +0000 Subject: [PATCH] [ci] release --- .changeset/silly-olives-joke.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silly-olives-joke.md 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/package/CHANGELOG.md b/package/CHANGELOG.md index e3bc468..414398d 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-theme-provider +## 0.7.1 + +### Patch Changes + +- df50737: Migrate away from the AIK utility `addDts` to the native utility `injectTypes` + ## 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",