Skip to content

Commit

Permalink
chore(release): 1.8.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.3](v1.8.2...v1.8.3) (2023-12-04)

### Bug Fixes

* add insights icon and snapshots ([#160](#160)) ([5653c8c](5653c8c))
  • Loading branch information
semantic-release-bot committed Dec 4, 2023
1 parent 5653c8c commit 36d0daf
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.3](https://github.com/Kong/icons/compare/v1.8.2...v1.8.3) (2023-12-04)


### Bug Fixes

* add insights icon and snapshots ([#160](https://github.com/Kong/icons/issues/160)) ([5653c8c](https://github.com/Kong/icons/commit/5653c8c92d6b2d6d1bb462547e84ccb00c95f513))

## [1.8.2](https://github.com/Kong/icons/compare/v1.8.1...v1.8.2) (2023-11-30)


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.2",
"version": "1.8.3",
"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",
"InsightsIcon.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',
'InsightsIcon.vue',
'KongIcon.vue',
'ListIcon.vue',
'LockIcon.vue',
Expand Down

0 comments on commit 36d0daf

Please sign in to comment.