Skip to content

Commit

Permalink
feat(components/icon): upgrade icons library to 7.5.0 (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch authored Jul 25, 2024
1 parent 280cb96 commit 53c9a4d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libs/components/packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@skyux/grids": "0.0.0-PLACEHOLDER",
"@skyux/help-inline": "0.0.0-PLACEHOLDER",
"@skyux/i18n": "0.0.0-PLACEHOLDER",
"@skyux/icons": "^7.4.0",
"@skyux/icons": "^7.5.0",
"@skyux/indicators": "0.0.0-PLACEHOLDER",
"@skyux/inline-form": "0.0.0-PLACEHOLDER",
"@skyux/layout": "0.0.0-PLACEHOLDER",
Expand Down
2 changes: 1 addition & 1 deletion libs/components/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@blackbaud/skyux-design-tokens": "0.0.28",
"@skyux/icons": "7.4.0",
"@skyux/icons": "7.5.0",
"fontfaceobserver": "2.3.0",
"tslib": "^2.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/components/theme/src/lib/styles/sky.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
@forward 'type';

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://sky.blackbaudcdn.net/static/skyux-icons/7.4.0/assets/css/skyux-icons.min.css');
@import url('https://sky.blackbaudcdn.net/static/skyux-icons/7.5.0/assets/css/skyux-icons.min.css');
8 changes: 4 additions & 4 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@blackbaud/angular-tree-component": "1.0.0",
"@blackbaud/skyux-design-tokens": "0.0.28",
"@nx/angular": "19.5.1",
"@skyux/icons": "7.4.0",
"@skyux/icons": "7.5.0",
"ag-grid-angular": "31.3.4",
"ag-grid-community": "31.3.4",
"autonumeric": "4.10.5",
Expand Down

0 comments on commit 53c9a4d

Please sign in to comment.