@telia-ace/alliance-portal 1.0.8-next.3 → 1.0.8

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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @telia-ace/alliance-portal
2
2
 
3
+ ## 1.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 2858c59: Replace NestJS with Express 5.
8
+ - 321a5d6: Replace `@telia-ace/alliance-databases`, using NestJS + GraphQL, with `@telia-ace/alliance-data`, using Expess 5 + tRPC.
9
+ - 1b9c7a9: Fixed an issue where the cookie policy route was not returning the expected result under certain conditions (https://github.com/telia-company/ace-alliance-sdk/issues/422).
10
+ - d8c3069: Improve error page with support for log out.
11
+ - d8c3069: Support logging out by navigating to `/logout`.
12
+
3
13
  ## 1.0.8-next.3
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-portal",
3
- "version": "1.0.8-next.3",
3
+ "version": "1.0.8",
4
4
  "description": "ACE Alliance portal",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -28,8 +28,8 @@
28
28
  "tsup": "^7.2.0",
29
29
  "vitest": "^0.34.6",
30
30
  "zod": "^3.22.4",
31
- "@telia-ace/alliance-data": "^1.0.1-next.4",
32
- "@telia-ace/alliance-internal-node-utilities": "^1.0.5-next.2"
31
+ "@telia-ace/alliance-data": "^1.0.1",
32
+ "@telia-ace/alliance-internal-node-utilities": "^1.0.5"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"