Skip to content

Commit

Permalink
chore(release): 1.14.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.3](v1.14.2...v1.14.3) (2024-07-12)

### Bug Fixes

* add thumbup, thumbdown icon ([#350](#350)) ([a5a1686](a5a1686))
  • Loading branch information
semantic-release-bot committed Jul 12, 2024
1 parent a5a1686 commit e4eac45
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.14.3](https://github.com/Kong/icons/compare/v1.14.2...v1.14.3) (2024-07-12)


### Bug Fixes

* add thumbup, thumbdown icon ([#350](https://github.com/Kong/icons/issues/350)) ([a5a1686](https://github.com/Kong/icons/commit/a5a1686f245710264ad490c8d42b08bccfc347c4))

## [1.14.2](https://github.com/Kong/icons/compare/v1.14.1...v1.14.2) (2024-07-08)


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.2",
"version": "1.14.3",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,8 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"TasklistIcon.vue",
"TeamIcon.vue",
"TeammateIcon.vue",
"ThumbDownIcon.vue",
"ThumbUpIcon.vue",
"TrashIcon.vue",
"TrendDownIcon.vue",
"TrendUpIcon.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 @@ -396,6 +396,8 @@ export default [
'TasklistIcon.vue',
'TeamIcon.vue',
'TeammateIcon.vue',
'ThumbDownIcon.vue',
'ThumbUpIcon.vue',
'TrashIcon.vue',
'TrendDownIcon.vue',
'TrendUpIcon.vue',
Expand Down

0 comments on commit e4eac45

Please sign in to comment.