Skip to content

Commit b247cf2

Browse files
chore(release): 1.51.0 [skip ci]
# [1.51.0](v1.50.0...v1.51.0) (2026-04-16) ### Features * add metadata icon ([#853](#853)) ([3e35ef7](3e35ef7))
1 parent 3e35ef7 commit b247cf2

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-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.51.0](https://github.com/Kong/icons/compare/v1.50.0...v1.51.0) (2026-04-16)
2+
3+
4+
### Features
5+
6+
* add metadata icon ([#853](https://github.com/Kong/icons/issues/853)) ([3e35ef7](https://github.com/Kong/icons/commit/3e35ef7418e10fb4dfaa6446d359ccf681c25839))
7+
18
# [1.50.0](https://github.com/Kong/icons/compare/v1.49.0...v1.50.0) (2026-04-15)
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.50.0",
3+
"version": "1.51.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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
959959
"MenuIcon.vue",
960960
"MeshIcon.vue",
961961
"MetaLlamaIcon.vue",
962+
"MetadataIcon.vue",
962963
"MicrosoftIcon.vue",
963964
"MicrosoftTeamsIcon.vue",
964965
"MistralIcon.vue",

src/component-list.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ export default [
427427
'MenuIcon.vue',
428428
'MeshIcon.vue',
429429
'MetaLlamaIcon.vue',
430+
'MetadataIcon.vue',
430431
'MicrosoftIcon.vue',
431432
'MicrosoftTeamsIcon.vue',
432433
'MistralIcon.vue',

0 commit comments

Comments
 (0)