@telia-ace/alliance-docs 2.0.0-dev.0 → 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.
- package/CHANGELOG.md +30 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
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
|
+
|
|
14
|
+
## 2.0.0-dev.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`0abe84e7f1c6e5e70a7067b3b939f51dd5d0bd47`](https://github.com/telia-company/ace-alliance-sdk/commit/0abe84e7f1c6e5e70a7067b3b939f51dd5d0bd47)]:
|
|
19
|
+
- @telia-ace/alliance-ui@2.0.0-dev.1
|
|
20
|
+
|
|
3
21
|
## 2.0.0-dev.0
|
|
4
22
|
|
|
5
23
|
### Major Changes
|
|
@@ -11,6 +29,18 @@
|
|
|
11
29
|
- Updated dependencies [[`81fafa96e8b2796f4c381928355c3e9e9ec34b41`](https://github.com/telia-company/ace-alliance-sdk/commit/81fafa96e8b2796f4c381928355c3e9e9ec34b41)]:
|
|
12
30
|
- @telia-ace/alliance-ui@2.0.0-dev.0
|
|
13
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
|
+
|
|
14
44
|
## 1.1.1
|
|
15
45
|
|
|
16
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
|
|
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
|
|
11
|
+
"@telia-ace/alliance-ui": "^2.0.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"vitepress": "1.3.4"
|