Skip to content

Commit

Permalink
chore(release): 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0](v1.20.4...v1.21.0) (2025-02-04)

### Features

* add new icons ([#516](#516)) ([8058e2e](8058e2e))
  • Loading branch information
semantic-release-bot committed Feb 4, 2025
1 parent 8058e2e commit 79fac52
Show file tree
Hide file tree
Showing 4 changed files with 20 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.21.0](https://github.com/Kong/icons/compare/v1.20.4...v1.21.0) (2025-02-04)


### Features

* add new icons ([#516](https://github.com/Kong/icons/issues/516)) ([8058e2e](https://github.com/Kong/icons/commit/8058e2ee01df8083e53f6b2e0a1f66319e0a0ac3))

## [1.20.4](https://github.com/Kong/icons/compare/v1.20.3...v1.20.4) (2025-01-31)


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.20.4",
"version": "1.21.0",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"CheckCircleIcon.vue",
"CheckIcon.vue",
"CheckSmallIcon.vue",
"ChevronDoubleLeftIcon.vue",
"ChevronDoubleRightIcon.vue",
"ChevronDownIcon.vue",
"ChevronLeftIcon.vue",
"ChevronRightIcon.vue",
Expand All @@ -468,6 +470,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"CogModeIcon.vue",
"CollapseIcon.vue",
"CollapsePanelIcon.vue",
"ColorsIcon.vue",
"ConnectionsIcon.vue",
"CopyIcon.vue",
"DangerCircleIcon.vue",
Expand Down Expand Up @@ -783,6 +786,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"OrganizationIcon.vue",
"OverviewIcon.vue",
"PeopleIcon.vue",
"PhoneIcon.vue",
"PlugIcon.vue",
"PortalIcon.vue",
"PresentationIcon.vue",
Expand Down Expand Up @@ -815,6 +819,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"TableColumnsIcon.vue",
"TableIcon.vue",
"TableRowsIcon.vue",
"TabletIcon.vue",
"TasklistIcon.vue",
"TeamIcon.vue",
"TeammateIcon.vue",
Expand All @@ -823,6 +828,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"TrashIcon.vue",
"TrendDownIcon.vue",
"TrendUpIcon.vue",
"TvIcon.vue",
"UnderlineIcon.vue",
"UnfoldMoreIcon.vue",
"UploadIcon.vue",
Expand Down
6 changes: 6 additions & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default [
'CheckCircleIcon.vue',
'CheckIcon.vue',
'CheckSmallIcon.vue',
'ChevronDoubleLeftIcon.vue',
'ChevronDoubleRightIcon.vue',
'ChevronDownIcon.vue',
'ChevronLeftIcon.vue',
'ChevronRightIcon.vue',
Expand All @@ -53,6 +55,7 @@ export default [
'CogModeIcon.vue',
'CollapseIcon.vue',
'CollapsePanelIcon.vue',
'ColorsIcon.vue',
'ConnectionsIcon.vue',
'CopyIcon.vue',
'DangerCircleIcon.vue',
Expand Down Expand Up @@ -368,6 +371,7 @@ export default [
'OrganizationIcon.vue',
'OverviewIcon.vue',
'PeopleIcon.vue',
'PhoneIcon.vue',
'PlugIcon.vue',
'PortalIcon.vue',
'PresentationIcon.vue',
Expand Down Expand Up @@ -400,6 +404,7 @@ export default [
'TableColumnsIcon.vue',
'TableIcon.vue',
'TableRowsIcon.vue',
'TabletIcon.vue',
'TasklistIcon.vue',
'TeamIcon.vue',
'TeammateIcon.vue',
Expand All @@ -408,6 +413,7 @@ export default [
'TrashIcon.vue',
'TrendDownIcon.vue',
'TrendUpIcon.vue',
'TvIcon.vue',
'UnderlineIcon.vue',
'UnfoldMoreIcon.vue',
'UploadIcon.vue',
Expand Down

0 comments on commit 79fac52

Please sign in to comment.