Skip to content

Commit

Permalink
chore(release): 1.8.16 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.16](v1.8.15...v1.8.16) (2024-04-05)

### Bug Fixes

* **table-columns, table-rows:** add icons ([#274](#274)) ([126a8af](126a8af))
  • Loading branch information
semantic-release-bot committed Apr 5, 2024
1 parent 126a8af commit 0ae5ddc
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.16](https://github.com/Kong/icons/compare/v1.8.15...v1.8.16) (2024-04-05)


### Bug Fixes

* **table-columns, table-rows:** add icons ([#274](https://github.com/Kong/icons/issues/274)) ([126a8af](https://github.com/Kong/icons/commit/126a8af33f9a48defb5e22ca09eecf13e4bfa698))

## [1.8.15](https://github.com/Kong/icons/compare/v1.8.14...v1.8.15) (2024-04-01)


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.15",
"version": "1.8.16",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"SubscriptIcon.vue",
"SuperscriptIcon.vue",
"SupportIcon.vue",
"TableColumnsIcon.vue",
"TableIcon.vue",
"TableRowsIcon.vue",
"TasklistIcon.vue",
"TeamIcon.vue",
"TeammateIcon.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 @@ -157,7 +157,9 @@ export default [
'SubscriptIcon.vue',
'SuperscriptIcon.vue',
'SupportIcon.vue',
'TableColumnsIcon.vue',
'TableIcon.vue',
'TableRowsIcon.vue',
'TasklistIcon.vue',
'TeamIcon.vue',
'TeammateIcon.vue',
Expand Down

0 comments on commit 0ae5ddc

Please sign in to comment.