From bdc98fc7b0365304afcd779853cc8a7b36324d40 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2024 14:24:29 +0000 Subject: [PATCH] chore(release): 1.18.0 [skip ci] # [1.18.0](https://github.com/Kong/icons/compare/v1.17.0...v1.18.0) (2024-09-26) ### Features * **svg:** add waving-hand ([#395](https://github.com/Kong/icons/issues/395)) ([5906e22](https://github.com/Kong/icons/commit/5906e22f0bc7e2fc87e270b9e8b2b89cfc4a5241)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/component-list.ts | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f49a8f7..57b9f08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/Kong/icons/compare/v1.17.0...v1.18.0) (2024-09-26) + + +### Features + +* **svg:** add waving-hand ([#395](https://github.com/Kong/icons/issues/395)) ([5906e22](https://github.com/Kong/icons/commit/5906e22f0bc7e2fc87e270b9e8b2b89cfc4a5241)) + # [1.17.0](https://github.com/Kong/icons/compare/v1.16.0...v1.17.0) (2024-09-25) diff --git a/package.json b/package.json index 68f57cbd..71a3c784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.17.0", + "version": "1.18.0", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module", diff --git a/src/component-list.ts b/src/component-list.ts index 34792d40..533d18d4 100644 --- a/src/component-list.ts +++ b/src/component-list.ts @@ -411,6 +411,7 @@ export default [ 'VitalsIcon.vue', 'WarningIcon.vue', 'WarningOutlineIcon.vue', + 'WavingHandIcon.vue', 'WidgetsIcon.vue', 'WindowsIcon.vue', 'WorkspacesIcon.vue',