Skip to content

Commit

Permalink
chore: release (next) (#159)
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 Dec 22, 2023
1 parent af1d8ab commit 97f8c96
Show file tree
Hide file tree
Showing 4 changed files with 1,499 additions and 3,737 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"service": "0.1.0",
"www": "0.0.8"
},
"changesets": ["fuzzy-beers-count", "plenty-turtles-exist"]
"changesets": [
"fuzzy-beers-count",
"neat-dodos-camp",
"plenty-turtles-exist",
"violet-experts-travel"
]
}
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

## 1.0.0-next.3

### Patch Changes

- [#111](https://github.com/natemoo-re/astro-icon/pull/111) [`ad93cfc54abe169f4a52b803eded540b94299dbc`](https://github.com/natemoo-re/astro-icon/commit/ad93cfc54abe169f4a52b803eded540b94299dbc) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Makes the `astro-icon` integration's `include` settings optional. By default, all icons for any detected `@iconify-json/*` dependencies will be included. This makes migration much easier for existing static site users, while offering the same amount of control for server rendered users.

- [#111](https://github.com/natemoo-re/astro-icon/pull/111) [`ee99e2119b3bcc9b05376909a46a65da0087305b`](https://github.com/natemoo-re/astro-icon/commit/ee99e2119b3bcc9b05376909a46a65da0087305b) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Updates the SVGO options so that they are correctly passed through the build process

## 1.0.0-next.2

### 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.0.0-next.2",
"version": "1.0.0-next.3",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
Loading

0 comments on commit 97f8c96

Please sign in to comment.