Skip to content

Commit 70f37f4

Browse files
chore: release (#248)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 76798ba commit 70f37f4

7 files changed

+1662
-4090
lines changed

.changeset/curvy-lions-dream.md

-5
This file was deleted.

.changeset/dry-peas-prove.md

-5
This file was deleted.

.changeset/eight-sloths-dream.md

-5
This file was deleted.

.changeset/young-dots-tell.md

-5
This file was deleted.

packages/core/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#247](https://github.com/natemoo-re/astro-icon/pull/247) [`fce07f17fe67116165d5d3dd279519bb7bbed55c`](https://github.com/natemoo-re/astro-icon/commit/fce07f17fe67116165d5d3dd279519bb7bbed55c) Thanks [@christina-de-martinez](https://github.com/christina-de-martinez)! - Adds a `desc` prop shorthand which maps to the SVG `<desc>` tag, similar to `title`.
8+
9+
- [#246](https://github.com/natemoo-re/astro-icon/pull/246) [`4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903`](https://github.com/natemoo-re/astro-icon/commit/4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903) Thanks [@stramel](https://github.com/stramel)! - Fixes an issue where `viewBox` was not correctly passed to `<symbol>` elements
10+
11+
- [#245](https://github.com/natemoo-re/astro-icon/pull/245) [`ff3a66a8a357375076022b6f9800561ed845c071`](https://github.com/natemoo-re/astro-icon/commit/ff3a66a8a357375076022b6f9800561ed845c071) Thanks [@stramel](https://github.com/stramel)! - Fixes handling of duplicate icon entries in the integration configuration
12+
13+
- [#243](https://github.com/natemoo-re/astro-icon/pull/243) [`a8c0a6c5fe2a01841c258af5fb3abe04839df5eb`](https://github.com/natemoo-re/astro-icon/commit/a8c0a6c5fe2a01841c258af5fb3abe04839df5eb) Thanks [@stramel](https://github.com/stramel)! - Replaces deprecated `xlink:href` attribute with standard `href` attribute
14+
315
## 1.1.1
416

517
### Patch 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.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)