Skip to content

Commit

Permalink
chore: release (#112)
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] authored Jun 6, 2023
1 parent b111ccb commit 4c28f27
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-foxes-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-yaks-relax.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.8.0"
"astro-icon": "0.8.1"
},
"dependencies": {
"heroicons": "^1.0.5"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# astro-icon

## 0.8.1

### Patch Changes

- [#106](https://github.com/natemoo-re/astro-icon/pull/106) [`23c032b`](https://github.com/natemoo-re/astro-icon/commit/23c032b41e462107b83c5ce1960f2c5098e2d174) Thanks [@stramel](https://github.com/stramel)! - docs: better docs on Icon Packs, styling, and fallback icon

* [#109](https://github.com/natemoo-re/astro-icon/pull/109) [`4e5f0a9`](https://github.com/natemoo-re/astro-icon/commit/4e5f0a942af7e5515a901e91a2bcd2fc477fcd76) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Remove `vite/client` reference

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"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.8

### Patch Changes

- Updated dependencies [[`23c032b`](https://github.com/natemoo-re/astro-icon/commit/23c032b41e462107b83c5ce1960f2c5098e2d174), [`4e5f0a9`](https://github.com/natemoo-re/astro-icon/commit/4e5f0a942af7e5515a901e91a2bcd2fc477fcd76)]:
- astro-icon@0.8.1

## 0.0.7

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

2 comments on commit 4c28f27

@vercel
Copy link

@vercel vercel bot commented on 4c28f27 Jun 6, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 4c28f27 Jun 6, 2023

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-git-main-nmoo.vercel.app
api-astroicon-nmoo.vercel.app
api.astroicon.dev

Please sign in to comment.