@odx/ui 7.1.0 → 7.2.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @odx/ui
2
2
 
3
+ ## 7.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b4c0f44: Update `@odx/design-tokens` to v4 and migrate to new `token()` API
8
+ - `@odx/ui`: update `@odx/design-tokens` dependency to `^4.0.1`
9
+ - `@odx/angular-chart-js`: migrate `token()` calls to new options object signature `{ mode, eaa }`
10
+ - `@odx/auth`: fix build error by moving `declare global` augmentations into separate `.typings.ts` files
11
+
3
12
  ## 7.1.0
4
13
 
5
14
  ### Minor Changes