Skip to content

Commit

Permalink
chore(release): 1.8.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.8](v1.8.7...v1.8.8) (2023-12-21)

### Bug Fixes

* add platform icons [KHCP-10145] ([#182](#182)) ([9fb9e24](9fb9e24))
  • Loading branch information
semantic-release-bot committed Dec 21, 2023
1 parent 9fb9e24 commit e427618
Show file tree
Hide file tree
Showing 4 changed files with 16 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.8](https://github.com/Kong/icons/compare/v1.8.7...v1.8.8) (2023-12-21)


### Bug Fixes

* add platform icons [KHCP-10145] ([#182](https://github.com/Kong/icons/issues/182)) ([9fb9e24](https://github.com/Kong/icons/commit/9fb9e246f74ebc03b626329ef9d0d221cf51272d))

## [1.8.7](https://github.com/Kong/icons/compare/v1.8.6...v1.8.7) (2023-12-20)


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.7",
"version": "1.8.8",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"AddCircleIcon.vue",
"AddIcon.vue",
"AnalyticsIcon.vue",
"AppleIcon.vue",
"ArrowDownIcon.vue",
"ArrowLeftIcon.vue",
"ArrowRightIcon.vue",
Expand Down Expand Up @@ -214,6 +215,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"DeployIcon.vue",
"DevPortalIcon.vue",
"DisabledIcon.vue",
"DockerIcon.vue",
"DocumentIcon.vue",
"DocumentListIcon.vue",
"DragIcon.vue",
Expand Down Expand Up @@ -259,6 +261,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"ItalicIcon.vue",
"KongIcon.vue",
"LinkIcon.vue",
"LinuxIcon.vue",
"ListIcon.vue",
"ListOrderedIcon.vue",
"ListUnorderedIcon.vue",
Expand Down Expand Up @@ -312,6 +315,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"VitalsIcon.vue",
"WarningIcon.vue",
"WarningOutlineIcon.vue",
"WindowsIcon.vue",
"WorkspacesIcon.vue",
"WorldIcon.vue",
"WorldPrivateIcon.vue",
Expand Down
4 changes: 4 additions & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default [
'AddCircleIcon.vue',
'AddIcon.vue',
'AnalyticsIcon.vue',
'AppleIcon.vue',
'ArrowDownIcon.vue',
'ArrowLeftIcon.vue',
'ArrowRightIcon.vue',
Expand Down Expand Up @@ -61,6 +62,7 @@ export default [
'DeployIcon.vue',
'DevPortalIcon.vue',
'DisabledIcon.vue',
'DockerIcon.vue',
'DocumentIcon.vue',
'DocumentListIcon.vue',
'DragIcon.vue',
Expand Down Expand Up @@ -106,6 +108,7 @@ export default [
'ItalicIcon.vue',
'KongIcon.vue',
'LinkIcon.vue',
'LinuxIcon.vue',
'ListIcon.vue',
'ListOrderedIcon.vue',
'ListUnorderedIcon.vue',
Expand Down Expand Up @@ -159,6 +162,7 @@ export default [
'VitalsIcon.vue',
'WarningIcon.vue',
'WarningOutlineIcon.vue',
'WindowsIcon.vue',
'WorkspacesIcon.vue',
'WorldIcon.vue',
'WorldPrivateIcon.vue',
Expand Down

0 comments on commit e427618

Please sign in to comment.