@featherk/icons 0.9.8 → 0.10.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/README.md CHANGED
@@ -65,3 +65,7 @@ variants, data URL usage, and related utilities) see [COMING-SOON.md](docs/COMIN
65
65
  ## Icon gallery
66
66
 
67
67
  [View the icon gallery](https://github.com/NantHealth/featherk/blob/integration/packages/icons/docs/ICONS.md)
68
+
69
+ ## Changelog
70
+
71
+ Release history for all `@featherk/*` packages is maintained in a single [CHANGELOG.md](https://github.com/NantHealth/featherk/blob/integration/CHANGELOG.md).
package/docs/ICONS.md CHANGED
@@ -211,4 +211,4 @@
211
211
  |rating_star_selected|switch_left|switch_off|switch_on|switch_right| |
212
212
  <!-- markdownlint-enable MD033-->
213
213
 
214
- > Generated: 2026-08-20T20:28:15.379Z
214
+ > Generated: 2026-08-21T18:21:27.548Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featherk/icons",
3
- "version": "0.9.8",
3
+ "version": "0.10.0",
4
4
  "main": "dist/featherk-icons.umd.js",
5
5
  "module": "dist/featherk-icons.es.js",
6
6
  "types": "dist/index.d.ts",