@trebired/frontend 7.1.16 → 7.1.17

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.1.17
4
+
5
+ - Updated shared utilities to `@trebired/utils@^0.4.4`.
6
+
3
7
  All notable package changes are documented here.
4
8
 
5
9
  ## 7.1.16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebired/frontend",
3
- "version": "7.1.16",
3
+ "version": "7.1.17",
4
4
  "description": "Generic browser runtime systems for Trebired frontend packages and applications.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@package/logger-adapter": "npm:@trebired/logger-adapter@^0.4.9",
55
- "@trebired/utils": "^0.4.3",
55
+ "@trebired/utils": "^0.4.4",
56
56
  "chart.js": "^4.5.1",
57
57
  "country-flag-icons": "^1.6.20",
58
58
  "cropperjs": "^1.6.2",