@telia-ace/alliance-docs 1.1.0-next.2 → 1.1.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.
- package/CHANGELOG.md +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @telia-ace/alliance-docs
|
|
2
2
|
|
|
3
|
+
## 1.1.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`8a69ac7dba8e12fbc8f3da1efaad70f25357af4e`](https://github.com/telia-company/ace-alliance-sdk/commit/8a69ac7dba8e12fbc8f3da1efaad70f25357af4e)]:
|
|
8
|
+
- @telia-ace/alliance-ui@1.1.1-next.0
|
|
9
|
+
|
|
10
|
+
## 1.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- Launch the ACE Alliance platform. ([#456](https://github.com/telia-company/ace-alliance-sdk/pull/456))
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Rename ACE Enterprise Portal to ACE Management Portal. ([#456](https://github.com/telia-company/ace-alliance-sdk/pull/456))
|
|
19
|
+
|
|
20
|
+
- Rename ACE Customer Portal to ACE Portal. ([#456](https://github.com/telia-company/ace-alliance-sdk/pull/456))
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`960b4110d31390a289f5aa81dbdc6064993cf95a`](https://github.com/telia-company/ace-alliance-sdk/commit/960b4110d31390a289f5aa81dbdc6064993cf95a), [`960b4110d31390a289f5aa81dbdc6064993cf95a`](https://github.com/telia-company/ace-alliance-sdk/commit/960b4110d31390a289f5aa81dbdc6064993cf95a)]:
|
|
23
|
+
- @telia-ace/alliance-ui@1.1.0
|
|
24
|
+
|
|
3
25
|
## 1.1.0-next.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/alliance-docs",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.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": "^1.1.
|
|
11
|
+
"@telia-ace/alliance-ui": "^1.1.1-next.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"vitepress": "1.0.0-rc.31"
|