Skip to content

Commit 69abc0a

Browse files
chore(release): 1.47.0 [skip ci]
# [1.47.0](v1.46.0...v1.47.0) (2026-03-20) ### Features * add unlock icon and ai-bot icon ([#844](#844)) ([2e34a7c](2e34a7c))
1 parent 2e34a7c commit 69abc0a

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.47.0](https://github.com/Kong/icons/compare/v1.46.0...v1.47.0) (2026-03-20)
2+
3+
4+
### Features
5+
6+
* add unlock icon and ai-bot icon ([#844](https://github.com/Kong/icons/issues/844)) ([2e34a7c](https://github.com/Kong/icons/commit/2e34a7c9946d33c39596f596e1926620ce09247e))
7+
18
# [1.46.0](https://github.com/Kong/icons/compare/v1.45.0...v1.46.0) (2026-03-17)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kong/icons",
3-
"version": "1.46.0",
3+
"version": "1.47.0",
44
"description": "Kong Icon Library",
55
"license": "Apache-2.0",
66
"type": "module",

scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
540540
"AddCircleIcon.vue",
541541
"AddIcon.vue",
542542
"AddOnSingleIcon.vue",
543+
"AiAgentIcon.vue",
543544
"AlibabaCloudIcon.vue",
544545
"AmazonBedrockIcon.vue",
545546
"AnalyticsIcon.vue",
@@ -1046,6 +1047,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
10461047
"UndoIcon.vue",
10471048
"UnfoldLessIcon.vue",
10481049
"UnfoldMoreIcon.vue",
1050+
"UnlockIcon.vue",
10491051
"UploadIcon.vue",
10501052
"UsageIcon.vue",
10511053
"VerifiedIcon.vue",

src/component-list.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default [
1515
'AddCircleIcon.vue',
1616
'AddIcon.vue',
1717
'AddOnSingleIcon.vue',
18+
'AiAgentIcon.vue',
1819
'AlibabaCloudIcon.vue',
1920
'AmazonBedrockIcon.vue',
2021
'AnalyticsIcon.vue',
@@ -521,6 +522,7 @@ export default [
521522
'UndoIcon.vue',
522523
'UnfoldLessIcon.vue',
523524
'UnfoldMoreIcon.vue',
525+
'UnlockIcon.vue',
524526
'UploadIcon.vue',
525527
'UsageIcon.vue',
526528
'VerifiedIcon.vue',

0 commit comments

Comments
 (0)