@asd20/ui-next 1.0.1 → 1.0.2

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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v1.0.1...ui-next-v1.0.2) (2026-03-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **release:** repair trusted publish path ([438efbe](https://github.com/academydistrict20/asd20-ui-next/commit/438efbea52f15190ed02f8f3639d96a71bcdd63b))
9
+
10
+
11
+ ### Features
12
+
13
+ * build(release): replicate asd20-ui push release flow ([3dbdabb](https://github.com/academydistrict20/asd20-ui-next/commit/3dbdabbf597fbc7db5e0fd4db4a234e2d40961a1))
14
+
3
15
  ## 1.0.1 (2026-03-20)
4
16
 
5
17
  ### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui-next",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "ASD20 UI component library migration workspace.",
6
6
  "license": "MIT",