Skip to content

Commit

Permalink
chore: release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Jan 10, 2024
1 parent 01b8326 commit 7c1889f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .changes/7.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 7.1.0 - 2024-01-10

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

### 📖 Documentation

- **README.md:** Add git update submodule command ([3e5574d](https://github.com/indaco/svelte-iconoir/commit/3e5574d))

### 🏡 Chore

- Upgrade iconoir to v7.3.0 ([f572bae](https://github.com/indaco/svelte-iconoir/commit/f572bae))
- Pnpm v8.14.0 ([a709015](https://github.com/indaco/svelte-iconoir/commit/a709015))
- Update dev deps ([01b8326](https://github.com/indaco/svelte-iconoir/commit/01b8326))

### 🤖 CI

- Set node 18 ([f86c16b](https://github.com/indaco/svelte-iconoir/commit/f86c16b))

### ❤️ Contributors

- Indaco <[email protected]>
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,33 @@ 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.1.0 - 2024-01-10

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

### 📖 Documentation

- **README.md:** Add git update submodule command ([3e5574d](https://github.com/indaco/svelte-iconoir/commit/3e5574d))

### 🏡 Chore

- Upgrade iconoir to v7.3.0 ([f572bae](https://github.com/indaco/svelte-iconoir/commit/f572bae))
- Pnpm v8.14.0 ([a709015](https://github.com/indaco/svelte-iconoir/commit/a709015))
- Update dev deps ([01b8326](https://github.com/indaco/svelte-iconoir/commit/01b8326))

### 🤖 CI

- Set node 18 ([f86c16b](https://github.com/indaco/svelte-iconoir/commit/f86c16b))

### ❤️ Contributors

- Indaco <[email protected]>

## 7.0.0 - 2023-12-18

[compare changes](https://github.com/indaco/svelte-iconoir/compare/v6.1.0...7.0.0)

### Breaking
### 🚨 Breaking Changes

- Drop support to `Node.js 16`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The entire [iconoir](https://github.com/lucaburgio/iconoir) set (1300+ SVG icons

See all available icons on the **iconoir** [homepage](https://iconoir.com/)

> `svelte-iconoir@7.0.x` matches `iconoir@7.2.0`
> `svelte-iconoir@7.1.x` matches `iconoir@7.3.0`
## Install

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.0.0",
"version": "7.1.0",
"description": "Iconoir SVG icons as Svelte components.",
"keywords": [
"iconoir",
Expand Down

0 comments on commit 7c1889f

Please sign in to comment.