From 36d0daf43c6531b1bce886b37d2dba4659dfcb3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Dec 2023 20:45:45 +0000 Subject: [PATCH] chore(release): 1.8.3 [skip ci] ## [1.8.3](https://github.com/Kong/icons/compare/v1.8.2...v1.8.3) (2023-12-04) ### Bug Fixes * add insights icon and snapshots ([#160](https://github.com/Kong/icons/issues/160)) ([5653c8c](https://github.com/Kong/icons/commit/5653c8c92d6b2d6d1bb462547e84ccb00c95f513)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- .../__snapshots__/generate-icon-components.spec.ts.snap | 1 + src/component-list.ts | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ed7f11..eb53c597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.3](https://github.com/Kong/icons/compare/v1.8.2...v1.8.3) (2023-12-04) + + +### Bug Fixes + +* add insights icon and snapshots ([#160](https://github.com/Kong/icons/issues/160)) ([5653c8c](https://github.com/Kong/icons/commit/5653c8c92d6b2d6d1bb462547e84ccb00c95f513)) + ## [1.8.2](https://github.com/Kong/icons/compare/v1.8.1...v1.8.2) (2023-11-30) diff --git a/package.json b/package.json index 7f799355..96b96300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.8.2", + "version": "1.8.3", "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 7c0565c7..d322e872 100644 --- a/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap +++ b/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap @@ -230,6 +230,7 @@ exports[`generate > does not remove icons from the previous build 1`] = ` "IncreaseIcon.vue", "IndeterminateSmallIcon.vue", "InfoIcon.vue", + "InsightsIcon.vue", "KongIcon.vue", "ListIcon.vue", "LockIcon.vue", diff --git a/src/component-list.ts b/src/component-list.ts index b5d01cd8..7b450e49 100644 --- a/src/component-list.ts +++ b/src/component-list.ts @@ -97,6 +97,7 @@ export default [ 'IncreaseIcon.vue', 'IndeterminateSmallIcon.vue', 'InfoIcon.vue', + 'InsightsIcon.vue', 'KongIcon.vue', 'ListIcon.vue', 'LockIcon.vue',