Skip to content

Commit

Permalink
chore: release v7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Nov 16, 2024
1 parent b9a12ab commit 521f4dd
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .changes/7.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 7.10.0 - 2024-11-16

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

### 🚀 Enhancements

- Update iconoir to v7.10 ([0439ae5](https://github.com/indaco/svelte-iconoir/commit/0439ae5))

### 📦 Build

- Update dev deps ([6b02dfd](https://github.com/indaco/svelte-iconoir/commit/6b02dfd))
- Update pnpm to v9.12.3 ([972f978](https://github.com/indaco/svelte-iconoir/commit/972f978))

### 🤖 CI

- Set pnpm version to 9 ([b9a12ab](https://github.com/indaco/svelte-iconoir/commit/b9a12ab))

### ❤️ Contributors

- Indaco <[email protected]>
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ 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.0 - 2024-11-16

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

### 🚀 Enhancements

- Update iconoir to v7.10 ([0439ae5](https://github.com/indaco/svelte-iconoir/commit/0439ae5))

### 📦 Build

- Update dev deps ([6b02dfd](https://github.com/indaco/svelte-iconoir/commit/6b02dfd))
- Update pnpm to v9.12.3 ([972f978](https://github.com/indaco/svelte-iconoir/commit/972f978))

### 🤖 CI

- Set pnpm version to 9 ([b9a12ab](https://github.com/indaco/svelte-iconoir/commit/b9a12ab))

### ❤️ Contributors

- Indaco <[email protected]>

## 7.9.0 - 2024-09-09

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

0 comments on commit 521f4dd

Please sign in to comment.