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