From 3cbd2f2b9b758d72304b79b8b34205be5a10b5da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Nov 2023 20:04:08 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/Kong/icons/compare/v1.7.8...v1.8.0) (2023-11-06) ### Features * add icons for analytics teams [MA-2243] ([#133](https://github.com/Kong/icons/issues/133)) ([70c3194](https://github.com/Kong/icons/commit/70c3194c4ffd7fa1c0ab6c9a91c07c8d120d9fd1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- .../__snapshots__/generate-icon-components.spec.ts.snap | 3 +++ src/component-list.ts | 3 +++ 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5516dda..00f225c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/Kong/icons/compare/v1.7.8...v1.8.0) (2023-11-06) + + +### Features + +* add icons for analytics teams [MA-2243] ([#133](https://github.com/Kong/icons/issues/133)) ([70c3194](https://github.com/Kong/icons/commit/70c3194c4ffd7fa1c0ab6c9a91c07c8d120d9fd1)) + ## [1.7.8](https://github.com/Kong/icons/compare/v1.7.7...v1.7.8) (2023-10-26) diff --git a/package.json b/package.json index 8ecefa52..14051202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.7.8", + "version": "1.8.0", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module", diff --git a/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap b/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap index 887e8104..3ae324b5 100644 --- a/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap +++ b/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap @@ -153,12 +153,15 @@ exports[`generate > does not remove icons from the previous build 1`] = ` "AwsIcon.vue", "AzureIcon.vue", "BackIcon.vue", + "BarChartHorizontalIcon.vue", "BarChartIcon.vue", "BookIcon.vue", "BotIcon.vue", "BrainIcon.vue", "CalIcon.vue", + "ChartAreaIcon.vue", "ChartDataIcon.vue", + "ChartLinesIcon.vue", "CheckCircleIcon.vue", "CheckIcon.vue", "CheckSmallIcon.vue", diff --git a/src/component-list.ts b/src/component-list.ts index 6e320784..b5d01cd8 100644 --- a/src/component-list.ts +++ b/src/component-list.ts @@ -21,12 +21,15 @@ export default [ 'AwsIcon.vue', 'AzureIcon.vue', 'BackIcon.vue', + 'BarChartHorizontalIcon.vue', 'BarChartIcon.vue', 'BookIcon.vue', 'BotIcon.vue', 'BrainIcon.vue', 'CalIcon.vue', + 'ChartAreaIcon.vue', 'ChartDataIcon.vue', + 'ChartLinesIcon.vue', 'CheckCircleIcon.vue', 'CheckIcon.vue', 'CheckSmallIcon.vue',