@asd20/ui-next 1.0.7 → 1.0.8

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 +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.8](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v1.0.7...ui-next-v1.0.8) (2026-03-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **migration:** close out template verification ([f210d49](https://github.com/academydistrict20/asd20-ui-next/commit/f210d49d7ba0d7409fca2633cb05e14d20422a3a))
9
+
3
10
  ## [1.0.7](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v1.0.5...ui-next-v1.0.7) (2026-03-21)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui-next",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "private": false,
5
5
  "description": "ASD20 UI component library migration workspace.",
6
6
  "license": "MIT",