@skyux/icons 8.2.0 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +4 -1
- package/assets/manifest.json +1 -0
- package/assets/svg/skyux-icons.svg +14 -14
- package/module/__get-icon-manifest.js +1 -1
- package/module/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [8.3.0](https://github.com/blackbaud/skyux-icons/compare/8.2.0...8.3.0) (2025-07-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add person-money fluent icon ([#191](https://github.com/blackbaud/skyux-icons/issues/191)) ([ececa68](https://github.com/blackbaud/skyux-icons/commit/ececa68b1cbb6e42e61b7d153fdb5165bbfa65ec))
|
|
9
|
+
|
|
3
10
|
## [8.2.0](https://github.com/blackbaud/skyux-icons/compare/8.1.0...8.2.0) (2025-06-16)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -59,7 +59,8 @@ Branded icons support maintaining brand color customization.
|
|
|
59
59
|
|
|
60
60
|
### Minor Version
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
1. Release `skyux-icons`
|
|
63
|
+
2. If metadata changes have been made, update the `@skyux/icons` package version in `@skyux/icon` and release the monorepo.
|
|
63
64
|
|
|
64
65
|
### Major Version
|
|
65
66
|
|
|
@@ -67,6 +68,8 @@ Branded icons support maintaining brand color customization.
|
|
|
67
68
|
2. Update `@skyux/icon` component:
|
|
68
69
|
- `@skyux/icons` package version
|
|
69
70
|
- the major version in the CDN URL in `SkyIconSvgResolverService`
|
|
71
|
+
3. Release the monorepo
|
|
72
|
+
4. Update the docs SPA and omnibar SPA packages
|
|
70
73
|
|
|
71
74
|
## Maintenance
|
|
72
75
|
|