Skip to content

Commit

Permalink
chore: release (natemoo-re#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and manuelmeister committed Nov 12, 2022
1 parent 7f263c6 commit 489c202
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-rocks-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-insects-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-camels-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-squids-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-insects-cover.md

This file was deleted.

18 changes: 17 additions & 1 deletion src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# astro-icon

## 0.8.0
## 1.1.0

### Minor Changes

- [#42](https://github.com/natemoo-re/astro-icon/pull/42) [`ae0a7f7`](https://github.com/natemoo-re/astro-icon/commit/ae0a7f72358dee39a133663423b499e4525c06cb) Thanks [@germanz](https://github.com/germanz)! - Pass props to custom resolvers

### Patch Changes

- [#56](https://github.com/natemoo-re/astro-icon/pull/56) [`60c7304`](https://github.com/natemoo-re/astro-icon/commit/60c7304368a7ca88fa2190bc8bfac5e8229e0f50) Thanks [@dwightjack](https://github.com/dwightjack)! - Fix Chrome not rendering icons using SVG gradients

* [#64](https://github.com/natemoo-re/astro-icon/pull/64) [`2c75a4a`](https://github.com/natemoo-re/astro-icon/commit/2c75a4a6bc675492bee96aeac89c05f610f28831) Thanks [@stramel](https://github.com/stramel)! - Update Sprite context to track usages using `Astro.request`

- [#61](https://github.com/natemoo-re/astro-icon/pull/61) [`41b0b76`](https://github.com/natemoo-re/astro-icon/commit/41b0b769a736420cbe2fe1ece44c71f16bcd0281) Thanks [@jasikpark](https://github.com/jasikpark)! - Update README to drop SVGO workaround recommendation

* [#59](https://github.com/natemoo-re/astro-icon/pull/59) [`1a5ff6b`](https://github.com/natemoo-re/astro-icon/commit/1a5ff6bf59460ba1dc13b33339748c8d86891102) Thanks [@stramel](https://github.com/stramel)! - Use `node:` prefix on standard node dependencies

## 1.0.0

### Major Changes

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-iconify",
"description": "Fork of astro-icon. Lets you easily use the up to date iconify service as a straight forward astro icon component.",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"exports": {
".": "./index.ts",
Expand Down

0 comments on commit 489c202

Please sign in to comment.