@telia-ace/alliance-docs 2.0.0-dev.1 → 2.0.1-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 +29 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @telia-ace/alliance-docs
2
2
 
3
+ ## 2.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Include and load Voca font assets locally. ([#572](https://github.com/telia-company/ace-alliance-sdk/pull/572))
8
+
9
+ ## 2.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - Fully integrate with [ACE Common Domain](https://common.ace.teliacompany.net/). ([#524](https://github.com/telia-company/ace-alliance-sdk/pull/524))
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`0abe84e7f1c6e5e70a7067b3b939f51dd5d0bd47`](https://github.com/telia-company/ace-alliance-sdk/commit/0abe84e7f1c6e5e70a7067b3b939f51dd5d0bd47), [`81fafa96e8b2796f4c381928355c3e9e9ec34b41`](https://github.com/telia-company/ace-alliance-sdk/commit/81fafa96e8b2796f4c381928355c3e9e9ec34b41)]:
18
+ - @telia-ace/alliance-ui@2.0.0
19
+
3
20
  ## 2.0.0-dev.1
4
21
 
5
22
  ### Patch Changes
@@ -18,6 +35,18 @@
18
35
  - Updated dependencies [[`81fafa96e8b2796f4c381928355c3e9e9ec34b41`](https://github.com/telia-company/ace-alliance-sdk/commit/81fafa96e8b2796f4c381928355c3e9e9ec34b41)]:
19
36
  - @telia-ace/alliance-ui@2.0.0-dev.0
20
37
 
38
+ ## 1.1.2
39
+
40
+ ### Patch Changes
41
+
42
+ - Add gateway target proxy header documentation. ([#530](https://github.com/telia-company/ace-alliance-sdk/pull/530))
43
+
44
+ ## 1.1.2-next.0
45
+
46
+ ### Patch Changes
47
+
48
+ - Add gateway target proxy header documentation. ([#530](https://github.com/telia-company/ace-alliance-sdk/pull/530))
49
+
21
50
  ## 1.1.1
22
51
 
23
52
  ### 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.1-next.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"