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

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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @telia-ace/alliance-portal
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 7a0e643: Show 401 unauthorized page for users without access to the workspace.
8
+ - 59f0d3f: Remove unnecessary scripts.
9
+ - 8763155: Update all dependencies to latest.
10
+ - Updated dependencies [59f0d3f]
11
+ - Updated dependencies [9c6dc92]
12
+ - @telia-ace/alliance-internal-node-utilities@1.0.2
13
+
3
14
  ## 1.0.5-next.3
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-portal",
3
- "version": "1.0.5-next.3",
3
+ "version": "1.0.5",
4
4
  "description": "ACE Alliance portal",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -19,7 +19,7 @@
19
19
  "@nestjs/config": "^3.0.0",
20
20
  "@nestjs/core": "^10.1.0",
21
21
  "@nestjs/platform-express": "^10.1.0",
22
- "@telia-ace/alliance-internal-node-utilities": "1.0.2-next.1",
22
+ "@telia-ace/alliance-internal-node-utilities": "1.0.2",
23
23
  "express-openid-connect": "^2.16.0",
24
24
  "graphql": "^16.7.1",
25
25
  "graphql-request": "^6.1.0",