-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
51 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## 7.4.0 - 2024-02-12 | ||
|
||
[compare changes](https://github.com/indaco/svelte-iconoir/compare/v7.1.0...v7.4.0) | ||
|
||
### 🩹 Fixes | ||
|
||
- Remove no-necessary export item. no index.js file at all ([e2dc407](https://github.com/indaco/svelte-iconoir/commit/e2dc407)) | ||
|
||
### 📖 Documentation | ||
|
||
- Fix link to compare versions 6.1-7.0 ([2c09e1a](https://github.com/indaco/svelte-iconoir/commit/2c09e1a)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add required exports field to package.json ([c5b3675](https://github.com/indaco/svelte-iconoir/commit/c5b3675)) | ||
- Update pnpm to v8.15.1 ([0361b9c](https://github.com/indaco/svelte-iconoir/commit/0361b9c)) | ||
- Update dev deps ([8d9b76e](https://github.com/indaco/svelte-iconoir/commit/8d9b76e)) | ||
- Update iconoir to v7.4 ([28eefe7](https://github.com/indaco/svelte-iconoir/commit/28eefe7)) | ||
- Update dev deps ([efe74d9](https://github.com/indaco/svelte-iconoir/commit/efe74d9)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Indaco <[email protected]> | ||
- Matias Meno ([@enyo](http://github.com/enyo)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file. | |
The format adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [changelogen](https://github.com/unjs/changelogen) and managed with [Changie](https://github.com/miniscruff/changie). | ||
|
||
## 7.4.0 - 2024-02-12 | ||
|
||
[compare changes](https://github.com/indaco/svelte-iconoir/compare/v7.1.0...v7.4.0) | ||
|
||
### 🩹 Fixes | ||
|
||
- Remove no-necessary export item. no index.js file at all ([e2dc407](https://github.com/indaco/svelte-iconoir/commit/e2dc407)) | ||
|
||
### 📖 Documentation | ||
|
||
- Fix link to compare versions 6.1-7.0 ([2c09e1a](https://github.com/indaco/svelte-iconoir/commit/2c09e1a)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add required exports field to package.json ([c5b3675](https://github.com/indaco/svelte-iconoir/commit/c5b3675)) | ||
- Update pnpm to v8.15.1 ([0361b9c](https://github.com/indaco/svelte-iconoir/commit/0361b9c)) | ||
- Update dev deps ([8d9b76e](https://github.com/indaco/svelte-iconoir/commit/8d9b76e)) | ||
- Update iconoir to v7.4 ([28eefe7](https://github.com/indaco/svelte-iconoir/commit/28eefe7)) | ||
- Update dev deps ([efe74d9](https://github.com/indaco/svelte-iconoir/commit/efe74d9)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Indaco <[email protected]> | ||
- Matias Meno ([@enyo](http://github.com/enyo)) | ||
|
||
## 7.1.0 - 2024-01-10 | ||
|
||
[compare changes](https://github.com/indaco/svelte-iconoir/compare/v7.0.0...v7.1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,10 @@ | |
|
||
# Svelte Iconoir | ||
|
||
The entire [iconoir](https://github.com/lucaburgio/iconoir) set (1300+ SVG icons) as Svelte components. | ||
The entire [iconoir](https://github.com/lucaburgio/iconoir) set (1500+ SVG icons) as Svelte components. | ||
|
||
See all available icons on the **iconoir** [homepage](https://iconoir.com/) | ||
|
||
> `[email protected]` matches `[email protected]` | ||
## Install | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters