Skip to content

Commit

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

### Features

* add icons for analytics teams [MA-2243] ([#133](#133)) ([70c3194](70c3194))
  • Loading branch information
semantic-release-bot committed Nov 6, 2023
1 parent 70c3194 commit 3cbd2f2
Show file tree
Hide file tree
Showing 4 changed files with 14 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.0](https://github.com/Kong/icons/compare/v1.7.8...v1.8.0) (2023-11-06)


### Features

* add icons for analytics teams [MA-2243] ([#133](https://github.com/Kong/icons/issues/133)) ([70c3194](https://github.com/Kong/icons/commit/70c3194c4ffd7fa1c0ab6c9a91c07c8d120d9fd1))

## [1.7.8](https://github.com/Kong/icons/compare/v1.7.7...v1.7.8) (2023-10-26)


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.8",
"version": "1.8.0",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,15 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"AwsIcon.vue",
"AzureIcon.vue",
"BackIcon.vue",
"BarChartHorizontalIcon.vue",
"BarChartIcon.vue",
"BookIcon.vue",
"BotIcon.vue",
"BrainIcon.vue",
"CalIcon.vue",
"ChartAreaIcon.vue",
"ChartDataIcon.vue",
"ChartLinesIcon.vue",
"CheckCircleIcon.vue",
"CheckIcon.vue",
"CheckSmallIcon.vue",
Expand Down
3 changes: 3 additions & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ export default [
'AwsIcon.vue',
'AzureIcon.vue',
'BackIcon.vue',
'BarChartHorizontalIcon.vue',
'BarChartIcon.vue',
'BookIcon.vue',
'BotIcon.vue',
'BrainIcon.vue',
'CalIcon.vue',
'ChartAreaIcon.vue',
'ChartDataIcon.vue',
'ChartLinesIcon.vue',
'CheckCircleIcon.vue',
'CheckIcon.vue',
'CheckSmallIcon.vue',
Expand Down

0 comments on commit 3cbd2f2

Please sign in to comment.