@blackbaud/skyux-branding-builder 0.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
- # 0.0.1 (2025-08-21)
2
- - implement shared plugins for generating tokens, manifest assets, and preparing a package
1
+ # 1.0.0 (2025-08-22)
2
+ - Release 1.0.0 version of @blackbaud/skyux-branding-builder
3
3
 
4
4
  # 0.0.2 (2025-08-21)
5
- - Update build configuration
5
+ - Update build configuration
6
+
7
+ # 0.0.1 (2025-08-21)
8
+ - implement shared plugins for generating tokens, manifest assets, and preparing a package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-branding-builder",
3
- "version": "0.0.2",
3
+ "version": "1.0.0",
4
4
  "description": "style dictionary builder for design tokens",
5
5
  "main": "index.js",
6
6
  "type": "module",