Skip to content

Commit

Permalink
chore: release (#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
github-actions[bot] and github-actions[bot] committed Oct 26, 2022
1 parent c0cc7a7 commit 2e5d6b3
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 29 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.

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": "^1.0.0-beta.2",
"astro-icon": "0.7.3"
"astro-icon": "0.8.0"
},
"dependencies": {
"heroicons": "^1.0.5"
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# astro-icon

## 0.8.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

## 0.7.3

### 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.7.3",
"version": "0.8.0",
"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.7

### Patch Changes

- Updated dependencies [[`60c7304`](https://github.com/natemoo-re/astro-icon/commit/60c7304368a7ca88fa2190bc8bfac5e8229e0f50), [`2c75a4a`](https://github.com/natemoo-re/astro-icon/commit/2c75a4a6bc675492bee96aeac89c05f610f28831), [`ae0a7f7`](https://github.com/natemoo-re/astro-icon/commit/ae0a7f72358dee39a133663423b499e4525c06cb), [`41b0b76`](https://github.com/natemoo-re/astro-icon/commit/41b0b769a736420cbe2fe1ece44c71f16bcd0281), [`1a5ff6b`](https://github.com/natemoo-re/astro-icon/commit/1a5ff6bf59460ba1dc13b33339748c8d86891102)]:
- astro-icon@0.8.0

## 0.0.6

### 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.6",
"version": "0.0.7",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,6 +11,6 @@
},
"dependencies": {
"astro": "^1.0.0-beta.2",
"astro-icon": "0.7.3"
"astro-icon": "0.8.0"
}
}

2 comments on commit 2e5d6b3

@vercel
Copy link

@vercel vercel bot commented on 2e5d6b3 Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

astroicon – ./packages/www/

astro-icon-www.vercel.app
www.astroicon.dev
astroicon.dev
astroicon-nmoo.vercel.app
astroicon-git-main-nmoo.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2e5d6b3 Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-astroicon – ./packages/service

api-astroicon-nmoo.vercel.app
api.astroicon.dev
api-astroicon-git-main-nmoo.vercel.app

Please sign in to comment.