Skip to content

Commit 333f614

Browse files
chore: release (#205)
* chore: release * chore(lint): Prettier fix --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87a1861 commit 333f614

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/nine-poems-teach.md

-5
This file was deleted.

.changeset/rare-bugs-yawn.md

-5
This file was deleted.

.changeset/rare-rules-tie.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# astro-icon
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#219](https://github.com/natemoo-re/astro-icon/pull/219) [`f18661fc47da152e7555d24b23143f0b481c852b`](https://github.com/natemoo-re/astro-icon/commit/f18661fc47da152e7555d24b23143f0b481c852b) Thanks [@Harry-Ross](https://github.com/Harry-Ross)! - Added better typings for height, width and size to accept non-number values (i.e. 2 rem)
8+
9+
- [#203](https://github.com/natemoo-re/astro-icon/pull/203) [`a4ff8736965214e16ce0b72364f43b3a4973f281`](https://github.com/natemoo-re/astro-icon/commit/a4ff8736965214e16ce0b72364f43b3a4973f281) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes an issue where collections would not be updated when the dev server was automatically restarted
10+
11+
- [#230](https://github.com/natemoo-re/astro-icon/pull/230) [`7b11f6b0fb8977bfa35305f48ce70e9bc04ea07a`](https://github.com/natemoo-re/astro-icon/commit/7b11f6b0fb8977bfa35305f48ce70e9bc04ea07a) Thanks [@frankievalentine](https://github.com/frankievalentine)! - Fixes a type definition issue caused by outdated dependency
12+
313
## 1.1.0
414

515
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-icon",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)