Skip to content

Commit

Permalink
Add @skyux/icon to code example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Jun 28, 2024
1 parent 1dae33e commit fd1b5c0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 34 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

- Update `SkyDocsSourceCodeProvider` to be provided in root to allow for standalone component overwriting. [#289](https://github.com/blackbaud/skyux-docs-tools/pull/289)

## 10.6.0 (2024-06-28)

- Add `@skyux/icon` to code example dependencies. [#000](https://github.com/blackbaud/skyux-docs-tools/pull/000)


## 10.5.1 (2024-05-29)

- Update property definition table headers so content scrolls under. [#288](https://github.com/blackbaud/skyux-docs-tools/pull/288)
Expand Down
45 changes: 12 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/docs-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyux/docs-tools",
"version": "10.5.2",
"version": "10.6.0",
"peerDependencies": {
"@angular/common": "^17.3.10",
"@angular/core": "^17.3.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ describe('Code examples editor service', () => {
'@skyux/forms': skyuxVersion,
'@skyux/help-inline': skyuxVersion,
'@skyux/i18n': skyuxVersion,
'@skyux/icon': skyuxVersion,
'@skyux/indicators': skyuxVersion,
'@skyux/layout': skyuxVersion,
'@skyux/modals': skyuxVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class SkyDocsCodeExamplesEditorService {
'@skyux/forms': skyuxVersion,
'@skyux/help-inline': skyuxVersion,
'@skyux/i18n': skyuxVersion,
'@skyux/icon': skyuxVersion,
'@skyux/indicators': skyuxVersion,
'@skyux/layout': skyuxVersion,
'@skyux/modals': skyuxVersion,
Expand Down

0 comments on commit fd1b5c0

Please sign in to comment.