@viax.io/uxm 4.40.0 → 4.40.1

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [4.40.1](https://github.com/viax-io/uxm/compare/v4.40.0...v4.40.1) (2026-09-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ci:** reduce the release announcement to two links ([7165ab2](https://github.com/viax-io/uxm/commit/7165ab2b0c9ed512c36662fdd53ddb2532d716cf))
7
+ * **ci:** run the Slack announcement as its own rerunnable job ([0b134bb](https://github.com/viax-io/uxm/commit/0b134bb2b6cbf5124819de3ebfb6ef8e8e10706d))
8
+
1
9
  # [4.40.0](https://github.com/viax-io/uxm/compare/v4.39.0...v4.40.0) (2026-09-08)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viax.io/uxm",
3
- "version": "4.40.0",
3
+ "version": "4.40.1",
4
4
  "description": "Viax UXM — React 19 UI primitives and design tokens.",
5
5
  "license": "MIT",
6
6
  "private": false,