Skip to content

Commit a574df3

Browse files
chore: release (#162)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dff109a commit a574df3

9 files changed

+1694
-4250
lines changed

.changeset/cool-eyes-remain.md

-5
This file was deleted.

.changeset/fuzzy-beers-count.md

-5
This file was deleted.

.changeset/neat-dodos-camp.md

-5
This file was deleted.

.changeset/plenty-turtles-exist.md

-7
This file was deleted.

.changeset/pre.json

-17
This file was deleted.

.changeset/violet-experts-travel.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# astro-icon
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#111](https://github.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://github.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Finally, `[email protected]` has arrived! This release provides a more flexible and reliable method of icon management, removes a number of redundant APIs, and now relies on Astro's official integration API.
8+
9+
Please see the [Upgade to `astro-icon` v1](https://astroicon.dev/guides/upgrade/v1/) guide for specific migration steps and [the brand new docs site](https://astroicon.dev) for more information.
10+
11+
### Patch Changes
12+
13+
- [#111](https://github.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://github.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Updates the `exports` field to point to the correct `astro-icon/components` source file
14+
15+
- [#111](https://github.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://github.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Moves warning about local directory to the moment they are used
16+
17+
- [#111](https://github.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://github.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) 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.
18+
19+
- [#111](https://github.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://github.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Updates the SVGO options so that they are correctly passed through the build process
20+
321
## 1.0.0-next.4
422

523
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-icon",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)