Skip to content

Commit

Permalink
chore: release v7.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Jan 13, 2025
1 parent c851aeb commit ff30a0f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .changes/7.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 7.10.1 - 2025-01-13

[compare changes](https://github.com/indaco/svelte-iconoir/compare/v7.10.0...v7.10.1)

### 🚀 Enhancements

- Support Svelte 5 in peer dependencies ([8675de6](https://github.com/indaco/svelte-iconoir/commit/8675de6))
- Update iconoir to v7.10.1 ([ddb5512](https://github.com/indaco/svelte-iconoir/commit/ddb5512))

### 📦 Build

- Bump pnpm to v9.15.3 ([3630905](https://github.com/indaco/svelte-iconoir/commit/3630905))
- Update dev deps ([c851aeb](https://github.com/indaco/svelte-iconoir/commit/c851aeb))

### 🏡 Chore

- Update pnpm-lock.yaml to include svelte v5 ([15922db](https://github.com/indaco/svelte-iconoir/commit/15922db))

### ❤️ Contributors

- Mirco Veltri <[email protected]>
- Davis SHYAKA
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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.10.1 - 2025-01-13

[compare changes](https://github.com/indaco/svelte-iconoir/compare/v7.10.0...v7.10.1)

### 🚀 Enhancements

- Support Svelte 5 in peer dependencies ([8675de6](https://github.com/indaco/svelte-iconoir/commit/8675de6))
- Update iconoir to v7.10.1 ([ddb5512](https://github.com/indaco/svelte-iconoir/commit/ddb5512))

### 📦 Build

- Bump pnpm to v9.15.3 ([3630905](https://github.com/indaco/svelte-iconoir/commit/3630905))
- Update dev deps ([c851aeb](https://github.com/indaco/svelte-iconoir/commit/c851aeb))

### 🏡 Chore

- Update pnpm-lock.yaml to include svelte v5 ([15922db](https://github.com/indaco/svelte-iconoir/commit/15922db))

### ❤️ Contributors

- Mirco Veltri <[email protected]>
- Davis SHYAKA

## 7.10.0 - 2024-11-16

[compare changes](https://github.com/indaco/svelte-iconoir/compare/v7.9.0...v7.10.0)
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.10.0",
"version": "7.10.1",
"description": "Iconoir SVG icons as Svelte components.",
"keywords": [
"iconoir",
Expand Down

0 comments on commit ff30a0f

Please sign in to comment.