Skip to content

Commit

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

### Bug Fixes

* add markdown and html icons ([#181](#181)) ([5ef3c1e](5ef3c1e))
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent 5ef3c1e commit 0321547
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.7](https://github.com/Kong/icons/compare/v1.8.6...v1.8.7) (2023-12-20)


### Bug Fixes

* add markdown and html icons ([#181](https://github.com/Kong/icons/issues/181)) ([5ef3c1e](https://github.com/Kong/icons/commit/5ef3c1e2127c8d706cb191580e82b900a52699dd))

## [1.8.6](https://github.com/Kong/icons/compare/v1.8.5...v1.8.6) (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.6",
"version": "1.8.7",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"GraduationIcon.vue",
"GridIcon.vue",
"HelpIcon.vue",
"HtmlIcon.vue",
"ImageIcon.vue",
"ImmunityIcon.vue",
"InboxIcon.vue",
Expand All @@ -259,6 +260,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"ListUnorderedIcon.vue",
"LockIcon.vue",
"MarkIcon.vue",
"MarkdownIcon.vue",
"MenuIcon.vue",
"MeshIcon.vue",
"MoreHorizontalIcon.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 @@ -94,6 +94,7 @@ export default [
'GraduationIcon.vue',
'GridIcon.vue',
'HelpIcon.vue',
'HtmlIcon.vue',
'ImageIcon.vue',
'ImmunityIcon.vue',
'InboxIcon.vue',
Expand All @@ -110,6 +111,7 @@ export default [
'ListUnorderedIcon.vue',
'LockIcon.vue',
'MarkIcon.vue',
'MarkdownIcon.vue',
'MenuIcon.vue',
'MeshIcon.vue',
'MoreHorizontalIcon.vue',
Expand Down

0 comments on commit 0321547

Please sign in to comment.