@odx/angular 13.2.0 → 13.2.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.
- package/CHANGELOG.md +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @odx/angular
|
|
2
2
|
|
|
3
|
+
## 13.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fd32a86: Fix: updated `@odx/design-tokens` to expose the visited color for `.odx-link`. Updated other libraries (`sass`, `cssnano`, `date-fns`, `fast-equals`, and `@floating-ui/dom`) to current versions.
|
|
8
|
+
|
|
3
9
|
## 13.2.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odx/angular",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.1",
|
|
4
4
|
"author": "Drägerwerk AG & Co.KGaA",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"rxjs": ">=7.5.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@floating-ui/dom": "^1.7.
|
|
20
|
-
"date-fns": "^4.1
|
|
19
|
+
"@floating-ui/dom": "^1.7.6",
|
|
20
|
+
"date-fns": "^4.2.1",
|
|
21
21
|
"deepmerge-ts": "^7.1.5",
|
|
22
|
-
"fast-equals": "^
|
|
22
|
+
"fast-equals": "^6.0.0",
|
|
23
23
|
"ngx-mask": "^20.0.3",
|
|
24
24
|
"tslib": "^2.8.1"
|
|
25
25
|
},
|