Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndri committed Nov 10, 2024
1 parent 3bce8d5 commit a3b70d3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing yet!

## [0.5.0] - 2024-11-10

### Added

- Add new icons (`pin`, `pin-slash`)

## [0.4.0] - 2024-11-08

### Added
Expand Down Expand Up @@ -50,7 +56,8 @@ Forked from [Heroicons](https://github.com/tailwindlabs/heroicons) v2.1.5.

- Add first icons (`arrow-path-clock`, `compass`, `crown`, `mask`)

[unreleased]: https://github.com/ndri/sidekickicons/compare/v0.4.0...HEAD
[unreleased]: https://github.com/ndri/sidekickicons/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/ndri/sidekickicons/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/ndri/sidekickicons/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/ndri/sidekickicons/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/ndri/sidekickicons/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Browse them at [sidekickicons.andri.io](https://sidekickicons.andri.io/).
| ![headphones-slash.svg](src/24/outline/headphones-slash.svg) | ![headphones-slash.svg](src/24/solid/headphones-slash.svg) | ![headphones-slash.svg](src/20/solid/headphones-slash.svg) | ![headphones-slash.svg](src/16/solid/headphones-slash.svg) | headphones-slash | HeadphonesSlashIcon | deafen |
| ![mask.svg](src/24/outline/mask.svg) | ![mask.svg](src/24/solid/mask.svg) | ![mask.svg](src/20/solid/mask.svg) | ![mask.svg](src/16/solid/mask.svg) | mask | MaskIcon | privacy, security |
| ![microphone-slash.svg](src/24/outline/microphone-slash.svg) | ![microphone-slash.svg](src/24/solid/microphone-slash.svg) | ![microphone-slash.svg](src/20/solid/microphone-slash.svg) | ![microphone-slash.svg](src/16/solid/microphone-slash.svg) | microphone-slash | MicrophoneSlashIcon | mute |
| ![pin.svg](src/24/outline/pin.svg) | ![pin.svg](src/24/solid/pin.svg) | ![pin.svg](src/20/solid/pin.svg) | ![pin.svg](src/16/solid/pin.svg) | pin | PinIcon | pin, focus, keep |
| ![pin-slash.svg](src/24/outline/pin-slash.svg) | ![pin-slash.svg](src/24/solid/pin-slash.svg) | ![pin-slash.svg](src/20/solid/pin-slash.svg) | ![pin-slash.svg](src/16/solid/pin-slash.svg) | pin-slash | PinSlashIcon | unpin, unfocus, unkeep |
| ![shield.svg](src/24/outline/shield.svg) | ![shield.svg](src/24/solid/shield.svg) | ![shield.svg](src/20/solid/shield.svg) | ![shield.svg](src/16/solid/shield.svg) | shield | ShieldIcon | security, protection |
| ![sidebar-left.svg](src/24/outline/sidebar-left.svg) | ![sidebar-left.svg](src/24/solid/sidebar-left.svg) | ![sidebar-left.svg](src/20/solid/sidebar-left.svg) | ![sidebar-left.svg](src/16/solid/sidebar-left.svg) | sidebar-left | SidebarLeftIcon | sidebar, menu |
| ![sidebar-right.svg](src/24/outline/sidebar-right.svg) | ![sidebar-right.svg](src/24/solid/sidebar-right.svg) | ![sidebar-right.svg](src/20/solid/sidebar-right.svg) | ![sidebar-right.svg](src/16/solid/sidebar-right.svg) | sidebar-right | SidebarRightIcon | sidebar, menu |
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": "sidekickicons",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"repository": "https://github.com/ndri/sidekickicons.git",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sidekickicons/react",
"license": "MIT",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"keywords": [],
"homepage": "https://github.com/ndri/sidekickicons#readme",
Expand Down
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sidekickicons/vue",
"license": "MIT",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"keywords": [],
"homepage": "https://github.com/ndri/sidekickicons#readme",
Expand Down

0 comments on commit a3b70d3

Please sign in to comment.