Skip to content

Commit d4bcf01

Browse files
chore(release): 1.37.0 [skip ci]
# [1.37.0](v1.36.0...v1.37.0) (2025-09-08) ### Features * **platforms:** add new curity icon ([#738](#738)) ([0179a1e](0179a1e))
1 parent 1832865 commit d4bcf01

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.37.0](https://github.com/Kong/icons/compare/v1.36.0...v1.37.0) (2025-09-08)
2+
3+
4+
### Features
5+
6+
* **platforms:** add new curity icon ([#738](https://github.com/Kong/icons/issues/738)) ([0179a1e](https://github.com/Kong/icons/commit/0179a1ebb32ffd9d786c08c94afda8d9028a255b))
7+
18
# [1.36.0](https://github.com/Kong/icons/compare/v1.35.0...v1.36.0) (2025-09-04)
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.36.0",
3+
"version": "1.37.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
@@ -535,6 +535,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
535535
"ConjourIcon.vue",
536536
"ConnectionsIcon.vue",
537537
"CopyIcon.vue",
538+
"CurityIcon.vue",
538539
"DangerCircleIcon.vue",
539540
"DangerIcon.vue",
540541
"DashboardIcon.vue",

src/component-list.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export default [
6767
'ConjourIcon.vue',
6868
'ConnectionsIcon.vue',
6969
'CopyIcon.vue',
70+
'CurityIcon.vue',
7071
'DangerCircleIcon.vue',
7172
'DangerIcon.vue',
7273
'DashboardIcon.vue',

0 commit comments

Comments
 (0)