@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.
- package/CHANGELOG.md +6 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
# 0.0
|
|
2
|
-
-
|
|
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
|