Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.1...v2.0.0) (2024-02-07)

### Features

* add error, success, warning icons ([#97](#97)) ([65a2565](65a2565))
* rename and delete deprecated icons ([#86](#86)) ([8f3dca5](8f3dca5))
* rename and delete deprecated icons ([#86](#86)) ([0d8ee5b](0d8ee5b))

### BREAKING CHANGES

* the following icons are deleted:
alert-warning (use warning), alert-error (use error), alert-info (use info), alert-success (use success), bank-id (use bank-id-no), bank-ident (use check-shield), car-42 (use minivan-42), favorite (use heart), file (use file-add), honk (use honk-light), market (use sofa), nettbil (use nettbil-light), paw-16/24/32 (use animal-paw), phone-new (use phone), rating-full/half/new (use star-full/half/new), table-info (use info), table-sort-down (use arrow-down), table-sort-up (use arrow-up), torget-browser (use browser), torget-delivery (use delivery), torget-headset (use headset), torget-lamp (use lamp), torget-mixer (use mixer), torget-shipping (use shipping), torget-shopping (use shopping-cart), torget-users (use user-group), torget-verified (use browser-verified), triangle (use warning)
  • Loading branch information
semantic-release-bot committed Feb 7, 2024
1 parent 7b8c443 commit 677b1a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/warp-ds/icons/compare/v1.5.1...v2.0.0) (2024-02-07)


### Features

* add error, success, warning icons ([#97](https://github.com/warp-ds/icons/issues/97)) ([65a2565](https://github.com/warp-ds/icons/commit/65a2565ad52e6f1b059509054deaf4794c6e5619))
* rename and delete deprecated icons ([#86](https://github.com/warp-ds/icons/issues/86)) ([8f3dca5](https://github.com/warp-ds/icons/commit/8f3dca57efe4b77697f40503e38d44fc4dd5adf3))
* rename and delete deprecated icons ([#86](https://github.com/warp-ds/icons/issues/86)) ([0d8ee5b](https://github.com/warp-ds/icons/commit/0d8ee5b703bfb110f03a859955db8724d638f629))


### BREAKING CHANGES

* the following icons are deleted:
alert-warning (use warning), alert-error (use error), alert-info (use info), alert-success (use success), bank-id (use bank-id-no), bank-ident (use check-shield), car-42 (use minivan-42), favorite (use heart), file (use file-add), honk (use honk-light), market (use sofa), nettbil (use nettbil-light), paw-16/24/32 (use animal-paw), phone-new (use phone), rating-full/half/new (use star-full/half/new), table-info (use info), table-sort-down (use arrow-down), table-sort-up (use arrow-up), torget-browser (use browser), torget-delivery (use delivery), torget-headset (use headset), torget-lamp (use lamp), torget-mixer (use mixer), torget-shipping (use shipping), torget-shopping (use shopping-cart), torget-users (use user-group), torget-verified (use browser-verified), triangle (use warning)

# [2.0.0-next.1](https://github.com/warp-ds/icons/compare/v1.6.0-next.2...v2.0.0-next.1) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@warp-ds/icons",
"type": "module",
"version": "2.0.0-next.1",
"version": "2.0.0",
"repository": "git@github.com:warp-ds/icons.git",
"description": "WARP's icon set",
"main": "main.js",
Expand Down

0 comments on commit 677b1a6

Please sign in to comment.