@telia-ace/alliance-utilities 1.0.15-next.2 → 1.0.16-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @telia-ace/alliance-utilities
2
2
 
3
+ ## 1.0.16-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e352474`](https://github.com/telia-company/ace-alliance-sdk/commit/e35247452722e83239813a4edad87a445c6aac4b)]:
8
+ - @telia-ace/alliance-internal-client-utilities@1.0.6-next.0
9
+ - @telia-ace/alliance-framework@1.0.15-next.0
10
+
11
+ ## 1.0.15
12
+
13
+ ### Patch Changes
14
+
15
+ - 1b9c7a9: Updated the [Translation API](https://alliance.ace.teliacompany.net/-/docs/other/utilities.html#gettranslator) logic for resolving translated texts. The API now prioritizes the currently selected language, defaults to English if not available, and ultimately falls back to the app manifest's default value if necessary.
16
+ - 1b9c7a9: Added [predefined](https://alliance.ace.teliacompany.net/-/docs/other/utilities.html#predefined-texts) localized texts, `'app-name'` and `'app-description'`, which are available for all apps.
17
+ - 2858c59: Remove GraphQL specific error handling from `getCurrentUser()`.
18
+ - Updated dependencies [1b9c7a9]
19
+ - @telia-ace/alliance-internal-client-utilities@1.0.5
20
+ - @telia-ace/alliance-framework@1.0.14
21
+
3
22
  ## 1.0.15-next.2
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-utilities",
3
- "version": "1.0.15-next.2",
3
+ "version": "1.0.16-next.0",
4
4
  "description": "Utilities used by ACE Alliance apps.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -14,8 +14,8 @@
14
14
  "dist"
15
15
  ],
16
16
  "dependencies": {
17
- "@telia-ace/alliance-framework": "^1.0.14-next.1",
18
- "@telia-ace/alliance-internal-client-utilities": "^1.0.5-next.0"
17
+ "@telia-ace/alliance-framework": "^1.0.15-next.0",
18
+ "@telia-ace/alliance-internal-client-utilities": "^1.0.6-next.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^7.2.0",