Skip to content

Commit 8a62909

Browse files
chore(release): 1.43.0 [skip ci]
# [1.43.0](v1.42.0...v1.43.0) (2026-02-18) ### Features * add pin-outline icon and mcp server icon ([#833](#833)) ([8980640](8980640))
1 parent 8980640 commit 8a62909

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.43.0](https://github.com/Kong/icons/compare/v1.42.0...v1.43.0) (2026-02-18)
2+
3+
4+
### Features
5+
6+
* add pin-outline icon and mcp server icon ([#833](https://github.com/Kong/icons/issues/833)) ([8980640](https://github.com/Kong/icons/commit/8980640d3c8669ef7ede25cf70b03b2ac72d0bce))
7+
18
# [1.42.0](https://github.com/Kong/icons/compare/v1.41.0...v1.42.0) (2026-01-14)
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.42.0",
3+
"version": "1.43.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
@@ -918,6 +918,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
918918
"MailSendIcon.vue",
919919
"MarkIcon.vue",
920920
"MarkdownIcon.vue",
921+
"McpServerIcon.vue",
921922
"MenuIcon.vue",
922923
"MeshIcon.vue",
923924
"MetaLlamaIcon.vue",
@@ -946,6 +947,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
946947
"PeopleIcon.vue",
947948
"PhoneIcon.vue",
948949
"PinIcon.vue",
950+
"PinOutlineIcon.vue",
949951
"PlansIcon.vue",
950952
"PlugIcon.vue",
951953
"PopularIcon.vue",

src/component-list.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ export default [
409409
'MailSendIcon.vue',
410410
'MarkIcon.vue',
411411
'MarkdownIcon.vue',
412+
'McpServerIcon.vue',
412413
'MenuIcon.vue',
413414
'MeshIcon.vue',
414415
'MetaLlamaIcon.vue',
@@ -437,6 +438,7 @@ export default [
437438
'PeopleIcon.vue',
438439
'PhoneIcon.vue',
439440
'PinIcon.vue',
441+
'PinOutlineIcon.vue',
440442
'PlansIcon.vue',
441443
'PlugIcon.vue',
442444
'PopularIcon.vue',

0 commit comments

Comments
 (0)