@telia-ace/alliance-docs 1.0.4 → 1.1.0-next.1

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 +18 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @telia-ace/alliance-docs
2
2
 
3
+ ## 1.1.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e4291ad96c890e81a2200c0fbca7b8d305d4d7fc`](https://github.com/telia-company/ace-alliance-sdk/commit/e4291ad96c890e81a2200c0fbca7b8d305d4d7fc)]:
8
+ - @telia-ace/alliance-ui@1.1.0-next.1
9
+
10
+ ## 1.1.0-next.0
11
+
12
+ ### Minor Changes
13
+
14
+ - Launch the ACE Alliance platform. ([#453](https://github.com/telia-company/ace-alliance-sdk/pull/453))
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`02862c37446c54e69b4a8484123f9cabf7b1424a`](https://github.com/telia-company/ace-alliance-sdk/commit/02862c37446c54e69b4a8484123f9cabf7b1424a)]:
19
+ - @telia-ace/alliance-ui@1.1.0-next.0
20
+
3
21
  ## 1.0.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-docs",
3
- "version": "1.0.4",
3
+ "version": "1.1.0-next.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "LICENSE.txt",
7
7
  "README.md",
8
8
  "CHANGELOG.md"
9
9
  ],
10
- "devDependencies": {
11
- "vitepress": "1.0.0-rc.21"
12
- },
13
10
  "dependencies": {
14
- "@telia-ace/alliance-ui": "^1.0.17"
11
+ "@telia-ace/alliance-ui": "^1.1.0-next.1"
12
+ },
13
+ "devDependencies": {
14
+ "vitepress": "1.0.0-rc.31"
15
15
  },
16
16
  "scripts": {
17
- "dev": "vitepress dev content",
18
- "build:prod": "vitepress build content"
17
+ "build:prod": "vitepress build content",
18
+ "dev": "vitepress dev content"
19
19
  }
20
20
  }