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