Skip to content

Commit

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

### Bug Fixes

* **icons:** add new icons ([#213](#213)) ([f010594](f010594))
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent f010594 commit 64d1ca7
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.14](https://github.com/Kong/icons/compare/v1.8.13...v1.8.14) (2024-01-24)


### Bug Fixes

* **icons:** add new icons ([#213](https://github.com/Kong/icons/issues/213)) ([f010594](https://github.com/Kong/icons/commit/f010594585bd948d1f5b04ae68cf9f9c4acde40b))

## [1.8.13](https://github.com/Kong/icons/compare/v1.8.12...v1.8.13) (2024-01-18)


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.13",
"version": "1.8.14",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"GraduationIcon.vue",
"GridIcon.vue",
"HelpIcon.vue",
"HistoryIcon.vue",
"HtmlIcon.vue",
"ImageIcon.vue",
"ImmunityIcon.vue",
Expand All @@ -270,6 +271,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"InfoIcon.vue",
"InsightsIcon.vue",
"ItalicIcon.vue",
"KeyboardReturnIcon.vue",
"KongIcon.vue",
"LinkIcon.vue",
"LinuxIcon.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 @@ -99,6 +99,7 @@ export default [
'GraduationIcon.vue',
'GridIcon.vue',
'HelpIcon.vue',
'HistoryIcon.vue',
'HtmlIcon.vue',
'ImageIcon.vue',
'ImmunityIcon.vue',
Expand All @@ -109,6 +110,7 @@ export default [
'InfoIcon.vue',
'InsightsIcon.vue',
'ItalicIcon.vue',
'KeyboardReturnIcon.vue',
'KongIcon.vue',
'LinkIcon.vue',
'LinuxIcon.vue',
Expand Down

0 comments on commit 64d1ca7

Please sign in to comment.