Skip to content

Commit

Permalink
chore: release (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@astro.build>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent bb780bd commit 38f64aa
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-cameras-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-carpets-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-wombats-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-chicken-hear.md

This file was deleted.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"astro": "^3.6.4",
"astro-icon": "0.8.1"
"astro-icon": "0.8.2"
},
"dependencies": {
"heroicons": "^1.0.5"
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# astro-icon

## 0.8.2

### Patch Changes

- [#153](https://github.com/natemoo-re/astro-icon/pull/153) [`3664cac3633330c3d19c8e1eb6ffa5c6b8848091`](https://github.com/natemoo-re/astro-icon/commit/3664cac3633330c3d19c8e1eb6ffa5c6b8848091) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes incompatability with Vite 5 by removing a deprecated method

- [#148](https://github.com/natemoo-re/astro-icon/pull/148) [`d176a7da3b7332d459ec97c0af1667b6be9057fa`](https://github.com/natemoo-re/astro-icon/commit/d176a7da3b7332d459ec97c0af1667b6be9057fa) Thanks [@kripod](https://github.com/kripod)! - Fixes an edge case with `createIconPack` when a module cannot be resolved

- [#141](https://github.com/natemoo-re/astro-icon/pull/141) [`832ac0523905f658cebd537d65c67b391d7c9b52`](https://github.com/natemoo-re/astro-icon/commit/832ac0523905f658cebd537d65c67b391d7c9b52) Thanks [@liruifengv](https://github.com/liruifengv)! - fix type import

- [#149](https://github.com/natemoo-re/astro-icon/pull/149) [`f5640282120e4eaa947c695e02587604f3f8b1a6`](https://github.com/natemoo-re/astro-icon/commit/f5640282120e4eaa947c695e02587604f3f8b1a6) Thanks [@kripod](https://github.com/kripod)! - Improves the performance for `createIconPack`'s local icon resolution

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-icon",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"exports": {
".": "./index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# www

## 0.0.9

### Patch Changes

- Updated dependencies [[`3664cac3633330c3d19c8e1eb6ffa5c6b8848091`](https://github.com/natemoo-re/astro-icon/commit/3664cac3633330c3d19c8e1eb6ffa5c6b8848091), [`d176a7da3b7332d459ec97c0af1667b6be9057fa`](https://github.com/natemoo-re/astro-icon/commit/d176a7da3b7332d459ec97c0af1667b6be9057fa), [`832ac0523905f658cebd537d65c67b391d7c9b52`](https://github.com/natemoo-re/astro-icon/commit/832ac0523905f658cebd537d65c67b391d7c9b52), [`f5640282120e4eaa947c695e02587604f3f8b1a6`](https://github.com/natemoo-re/astro-icon/commit/f5640282120e4eaa947c695e02587604f3f8b1a6)]:
- astro-icon@0.8.2

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,6 +11,6 @@
},
"dependencies": {
"astro": "^3.6.4",
"astro-icon": "0.8.1"
"astro-icon": "0.8.2"
}
}

0 comments on commit 38f64aa

Please sign in to comment.