From 6786487162fabe5eb48f95bfe251c435b81d24ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Aug 2023 12:54:08 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/component-list.ts | 8 ++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9265f765..2abdeb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 82f0ca7d..9dc72bfe 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/component-list.ts b/src/component-list.ts index 07ddeb78..f8f55b05 100644 --- a/src/component-list.ts +++ b/src/component-list.ts @@ -10,6 +10,7 @@ */ export default [ + 'AddChartIcon.vue', 'AddCircleIcon.vue', 'AddIcon.vue', 'ArrowDownIcon.vue', @@ -24,6 +25,7 @@ export default [ 'BotIcon.vue', 'BrainIcon.vue', 'CalIcon.vue', + 'ChartDataIcon.vue', 'CheckCircleIcon.vue', 'CheckIcon.vue', 'CheckSmallIcon.vue', @@ -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', @@ -82,6 +87,7 @@ export default [ 'ProfileIcon.vue', 'ProgressIcon.vue', 'RedoIcon.vue', + 'ResponseIcon.vue', 'RuntimeCompositeIcon.vue', 'RuntimeDedicatedCloudIcon.vue', 'RuntimeHybridIcon.vue', @@ -97,7 +103,9 @@ export default [ 'TableIcon.vue', 'TeammateIcon.vue', 'TrashIcon.vue', + 'VisibilityIcon.vue', 'VitalsIcon.vue', 'WarningIcon.vue', + 'WarningOutlineIcon.vue', 'WorldIcon.vue', ]