Skip to content

Commit

Permalink
chore: release v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Feb 12, 2024
1 parent efe74d9 commit d1c9eea
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .changes/7.4.0.md
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))
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indaco/svelte-iconoir",
"version": "7.1.0",
"version": "7.4.0",
"description": "Iconoir SVG icons as Svelte components.",
"keywords": [
"iconoir",
Expand Down

0 comments on commit d1c9eea

Please sign in to comment.