Skip to content

Commit

Permalink
chore(release): 1.7.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.7](v1.7.6...v1.7.7) (2023-10-23)

### Bug Fixes

* **menu:** add menu icon ([#115](#115)) ([c3bc188](c3bc188))
  • Loading branch information
semantic-release-bot committed Oct 23, 2023
1 parent dc5e571 commit 29459e7
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.7.7](https://github.com/Kong/icons/compare/v1.7.6...v1.7.7) (2023-10-23)


### Bug Fixes

* **menu:** add menu icon ([#115](https://github.com/Kong/icons/issues/115)) ([c3bc188](https://github.com/Kong/icons/commit/c3bc188d17d3b76c9451a964c5c8d19b45bc8279))

## [1.7.6](https://github.com/Kong/icons/compare/v1.7.5...v1.7.6) (2023-10-18)


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.7.6",
"version": "1.7.7",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"KongIcon.vue",
"ListIcon.vue",
"LockIcon.vue",
"MenuIcon.vue",
"MeshIcon.vue",
"MoreHorizontalIcon.vue",
"MoreIcon.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 [
'KongIcon.vue',
'ListIcon.vue',
'LockIcon.vue',
'MenuIcon.vue',
'MeshIcon.vue',
'MoreHorizontalIcon.vue',
'MoreIcon.vue',
Expand Down

0 comments on commit 29459e7

Please sign in to comment.