@telia-ace/alliance-docs 2.0.0-dev.1 → 2.0.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 +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @telia-ace/alliance-docs
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Fully integrate with [ACE Common Domain](https://common.ace.teliacompany.net/). ([#524](https://github.com/telia-company/ace-alliance-sdk/pull/524))
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`0abe84e7f1c6e5e70a7067b3b939f51dd5d0bd47`](https://github.com/telia-company/ace-alliance-sdk/commit/0abe84e7f1c6e5e70a7067b3b939f51dd5d0bd47), [`81fafa96e8b2796f4c381928355c3e9e9ec34b41`](https://github.com/telia-company/ace-alliance-sdk/commit/81fafa96e8b2796f4c381928355c3e9e9ec34b41)]:
12
+ - @telia-ace/alliance-ui@2.0.0
13
+
3
14
  ## 2.0.0-dev.1
4
15
 
5
16
  ### Patch Changes
@@ -18,6 +29,18 @@
18
29
  - Updated dependencies [[`81fafa96e8b2796f4c381928355c3e9e9ec34b41`](https://github.com/telia-company/ace-alliance-sdk/commit/81fafa96e8b2796f4c381928355c3e9e9ec34b41)]:
19
30
  - @telia-ace/alliance-ui@2.0.0-dev.0
20
31
 
32
+ ## 1.1.2
33
+
34
+ ### Patch Changes
35
+
36
+ - Add gateway target proxy header documentation. ([#530](https://github.com/telia-company/ace-alliance-sdk/pull/530))
37
+
38
+ ## 1.1.2-next.0
39
+
40
+ ### Patch Changes
41
+
42
+ - Add gateway target proxy header documentation. ([#530](https://github.com/telia-company/ace-alliance-sdk/pull/530))
43
+
21
44
  ## 1.1.1
22
45
 
23
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-docs",
3
- "version": "2.0.0-dev.1",
3
+ "version": "2.0.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "LICENSE.txt",
@@ -8,7 +8,7 @@
8
8
  "CHANGELOG.md"
9
9
  ],
10
10
  "dependencies": {
11
- "@telia-ace/alliance-ui": "^2.0.0-dev.1"
11
+ "@telia-ace/alliance-ui": "^2.0.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "vitepress": "1.3.4"