Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.1](v1.8.0...v1.8.1) (2023-11-29)

### Bug Fixes

* add kong-gradient icon ([#155](#155)) ([dcaeb35](dcaeb35))
  • Loading branch information
semantic-release-bot committed Nov 29, 2023
1 parent dcaeb35 commit 10f0d3c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.1](https://github.com/Kong/icons/compare/v1.8.0...v1.8.1) (2023-11-29)


### Bug Fixes

* add kong-gradient icon ([#155](https://github.com/Kong/icons/issues/155)) ([dcaeb35](https://github.com/Kong/icons/commit/dcaeb35a147d7ffb674dfe706e587a36f54bde1c))

# [1.8.0](https://github.com/Kong/icons/compare/v1.7.8...v1.8.0) (2023-11-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong/icons",
"version": "1.8.0",
"version": "1.8.1",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"IncreaseIcon.vue",
"IndeterminateSmallIcon.vue",
"InfoIcon.vue",
"KongGradientIcon.vue",
"KongIcon.vue",
"ListIcon.vue",
"LockIcon.vue",
Expand Down
1 change: 1 addition & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default [
'IncreaseIcon.vue',
'IndeterminateSmallIcon.vue',
'InfoIcon.vue',
'KongGradientIcon.vue',
'KongIcon.vue',
'ListIcon.vue',
'LockIcon.vue',
Expand Down

0 comments on commit 10f0d3c

Please sign in to comment.