Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #248

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curvy-lions-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-peas-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-sloths-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-dots-tell.md

This file was deleted.

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

## 1.1.2

### Patch Changes

- [#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`.

- [#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

- [#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

- [#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

## 1.1.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": "1.1.1",
"version": "1.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
Loading