Skip to content

Commit

Permalink
chore(release): 1.8.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.13](v1.8.12...v1.8.13) (2024-01-18)

### Bug Fixes

* add new icons for search and networks nav item ([#211](#211)) ([a723e7f](a723e7f))
  • Loading branch information
semantic-release-bot committed Jan 18, 2024
1 parent a723e7f commit 5614227
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.13](https://github.com/Kong/icons/compare/v1.8.12...v1.8.13) (2024-01-18)


### Bug Fixes

* add new icons for search and networks nav item ([#211](https://github.com/Kong/icons/issues/211)) ([a723e7f](https://github.com/Kong/icons/commit/a723e7f1172d8ccbd6bf2056e99b1acf95fa6deb))

## [1.8.12](https://github.com/Kong/icons/compare/v1.8.11...v1.8.12) (2024-01-12)


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": "@kong/icons",
"version": "1.8.12",
"version": "1.8.13",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"MeshIcon.vue",
"MoreHorizontalIcon.vue",
"MoreIcon.vue",
"NetworkIcon.vue",
"NotificationIcon.vue",
"OrganizationIcon.vue",
"OverviewIcon.vue",
Expand All @@ -289,6 +290,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"PortalIcon.vue",
"PresentationIcon.vue",
"ProfileIcon.vue",
"ProfileTeamIcon.vue",
"ProgressIcon.vue",
"RedoIcon.vue",
"RefreshIcon.vue",
Expand Down
2 changes: 2 additions & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export default [
'MeshIcon.vue',
'MoreHorizontalIcon.vue',
'MoreIcon.vue',
'NetworkIcon.vue',
'NotificationIcon.vue',
'OrganizationIcon.vue',
'OverviewIcon.vue',
Expand All @@ -130,6 +131,7 @@ export default [
'PortalIcon.vue',
'PresentationIcon.vue',
'ProfileIcon.vue',
'ProfileTeamIcon.vue',
'ProgressIcon.vue',
'RedoIcon.vue',
'RefreshIcon.vue',
Expand Down

0 comments on commit 5614227

Please sign in to comment.