Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2022
1 parent 0b500c6 commit 5855ac5
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-tips-lie.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/tall-needles-admire.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": "^0.23.0-next.4",
"astro-icon": "0.5.3"
"astro-icon": "0.6.0"
},
"dependencies": {
"heroicons": "^1.0.5"
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# astro-icon

## 0.6.0

### Minor Changes

- [#26](https://github.com/natemoo-re/astro-icon/pull/26) [`21bfa28`](https://github.com/natemoo-re/astro-icon/commit/21bfa288c6c3606f5797a22350d8018cd7589a0a) Thanks [@matthewp](https://github.com/matthewp)! - `astro-icon` is now compatible with Astro's `--experimental-static-build` flag

* [#26](https://github.com/natemoo-re/astro-icon/pull/26) [`21bfa28`](https://github.com/natemoo-re/astro-icon/commit/21bfa288c6c3606f5797a22350d8018cd7589a0a) Thanks [@matthewp](https://github.com/matthewp)! - # Breaking Changes

- `[email protected]` is compatible with `[email protected]` and up, but will no longer work in lower versions.

- The `createIconPack` export has been moved from `astro-icon` to `astro-icon/pack`.

You will likely see a Vite error that `createIconPack` is not defined until you update your import statement.

```diff
- import { createIconPack } from "astro-icon";
+ import { createIconPack } from "astro-icon/pack";

export default createIconPack({ package: "heroicons", dir: "outline" })
```

## 0.5.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.5.3",
"version": "0.6.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
@@ -0,0 +1,7 @@
# www

## 0.0.1
### Patch Changes

- Updated dependencies [[`21bfa28`](https://github.com/natemoo-re/astro-icon/commit/21bfa288c6c3606f5797a22350d8018cd7589a0a), [`21bfa28`](https://github.com/natemoo-re/astro-icon/commit/21bfa288c6c3606f5797a22350d8018cd7589a0a)]:
- [email protected]
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.0",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,6 +11,6 @@
},
"dependencies": {
"astro": "^0.23.0-next.4",
"astro-icon": "0.5.3"
"astro-icon": "0.6.0"
}
}

0 comments on commit 5855ac5

Please sign in to comment.