diff --git a/.changeset/sweet-foxes-jam.md b/.changeset/sweet-foxes-jam.md deleted file mode 100644 index e3513bb5..00000000 --- a/.changeset/sweet-foxes-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-icon": patch ---- - -docs: better docs on Icon Packs, styling, and fallback icon diff --git a/.changeset/two-yaks-relax.md b/.changeset/two-yaks-relax.md deleted file mode 100644 index 13cf981a..00000000 --- a/.changeset/two-yaks-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-icon": patch ---- - -Remove `vite/client` reference diff --git a/demo/package.json b/demo/package.json index 3fdc473d..823c5a27 100644 --- a/demo/package.json +++ b/demo/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "astro": "^1.0.0-beta.2", - "astro-icon": "0.8.0" + "astro-icon": "0.8.1" }, "dependencies": { "heroicons": "^1.0.5" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f21df037..ba80e20c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # astro-icon +## 0.8.1 + +### Patch Changes + +- [#106](https://github.com/natemoo-re/astro-icon/pull/106) [`23c032b`](https://github.com/natemoo-re/astro-icon/commit/23c032b41e462107b83c5ce1960f2c5098e2d174) Thanks [@stramel](https://github.com/stramel)! - docs: better docs on Icon Packs, styling, and fallback icon + +* [#109](https://github.com/natemoo-re/astro-icon/pull/109) [`4e5f0a9`](https://github.com/natemoo-re/astro-icon/commit/4e5f0a942af7e5515a901e91a2bcd2fc477fcd76) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Remove `vite/client` reference + ## 0.8.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index b0453eec..d6a548d2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "astro-icon", - "version": "0.8.0", + "version": "0.8.1", "type": "module", "exports": { ".": "./index.ts", diff --git a/packages/www/CHANGELOG.md b/packages/www/CHANGELOG.md index 234c7d1a..e674c8e2 100644 --- a/packages/www/CHANGELOG.md +++ b/packages/www/CHANGELOG.md @@ -1,5 +1,12 @@ # www +## 0.0.8 + +### Patch Changes + +- Updated dependencies [[`23c032b`](https://github.com/natemoo-re/astro-icon/commit/23c032b41e462107b83c5ce1960f2c5098e2d174), [`4e5f0a9`](https://github.com/natemoo-re/astro-icon/commit/4e5f0a942af7e5515a901e91a2bcd2fc477fcd76)]: + - astro-icon@0.8.1 + ## 0.0.7 ### Patch Changes diff --git a/packages/www/package.json b/packages/www/package.json index 5e3da535..daf0d1a6 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.0.7", + "version": "0.0.8", "private": true, "type": "module", "scripts": { @@ -11,6 +11,6 @@ }, "dependencies": { "astro": "^1.0.0-beta.2", - "astro-icon": "0.8.0" + "astro-icon": "0.8.1" } }