Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.2...v1.3.0) (2023-08-31)

### Features

* trigger release ([#42](#42)) ([75e6233](75e6233))
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent ccb3738 commit 6786487
Show file tree
Hide file tree
Showing 3 changed files with 16 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.3.0](https://github.com/Kong/icons/compare/v1.2.2...v1.3.0) (2023-08-31)


### Features

* trigger release ([#42](https://github.com/Kong/icons/issues/42)) ([75e6233](https://github.com/Kong/icons/commit/75e62334dc6f2da849ad766d097ad0d6ebed1c5b))

## [1.2.2](https://github.com/Kong/icons/compare/v1.2.1...v1.2.2) (2023-08-22)


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.2.2",
"version": "1.3.0",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

export default [
'AddChartIcon.vue',
'AddCircleIcon.vue',
'AddIcon.vue',
'ArrowDownIcon.vue',
Expand All @@ -24,6 +25,7 @@ export default [
'BotIcon.vue',
'BrainIcon.vue',
'CalIcon.vue',
'ChartDataIcon.vue',
'CheckCircleIcon.vue',
'CheckIcon.vue',
'CheckSmallIcon.vue',
Expand All @@ -36,13 +38,16 @@ export default [
'ClockIcon.vue',
'CloseIcon.vue',
'CloudIcon.vue',
'CloudUploadIcon.vue',
'CogIcon.vue',
'CollapseIcon.vue',
'CollapsePanelIcon.vue',
'ConnectionsIcon.vue',
'CopyIcon.vue',
'DangerCircleIcon.vue',
'DangerIcon.vue',
'DashboardIcon.vue',
'DataReportIcon.vue',
'DeployIcon.vue',
'DevPortalIcon.vue',
'DisabledIcon.vue',
Expand Down Expand Up @@ -82,6 +87,7 @@ export default [
'ProfileIcon.vue',
'ProgressIcon.vue',
'RedoIcon.vue',
'ResponseIcon.vue',
'RuntimeCompositeIcon.vue',
'RuntimeDedicatedCloudIcon.vue',
'RuntimeHybridIcon.vue',
Expand All @@ -97,7 +103,9 @@ export default [
'TableIcon.vue',
'TeammateIcon.vue',
'TrashIcon.vue',
'VisibilityIcon.vue',
'VitalsIcon.vue',
'WarningIcon.vue',
'WarningOutlineIcon.vue',
'WorldIcon.vue',
]

0 comments on commit 6786487

Please sign in to comment.