Skip to content

Commit

Permalink
chore(release): 1.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.1](v1.14.0...v1.14.1) (2024-06-24)

### Bug Fixes

* add widget icon ([#329](#329)) ([2258058](2258058))
  • Loading branch information
semantic-release-bot committed Jun 24, 2024
1 parent 2258058 commit ace8c38
Show file tree
Hide file tree
Showing 4 changed files with 10 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.14.1](https://github.com/Kong/icons/compare/v1.14.0...v1.14.1) (2024-06-24)


### Bug Fixes

* add widget icon ([#329](https://github.com/Kong/icons/issues/329)) ([2258058](https://github.com/Kong/icons/commit/22580584e2cc91ab78830afed07435b96a159508))

# [1.14.0](https://github.com/Kong/icons/compare/v1.13.0...v1.14.0) (2024-06-19)


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.14.0",
"version": "1.14.1",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"VitalsIcon.vue",
"WarningIcon.vue",
"WarningOutlineIcon.vue",
"WidgetsIcon.vue",
"WindowsIcon.vue",
"WorkspacesIcon.vue",
"WorldIcon.vue",
Expand Down
1 change: 1 addition & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ export default [
'VitalsIcon.vue',
'WarningIcon.vue',
'WarningOutlineIcon.vue',
'WidgetsIcon.vue',
'WindowsIcon.vue',
'WorkspacesIcon.vue',
'WorldIcon.vue',
Expand Down

0 comments on commit ace8c38

Please sign in to comment.