@telia-ace/alliance-docs 1.0.2-next.1 → 1.0.3-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 +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @telia-ace/alliance-docs
|
|
2
2
|
|
|
3
|
+
## 1.0.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @telia-ace/alliance-ui@1.0.16-next.0
|
|
8
|
+
|
|
9
|
+
## 1.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c2335bc: Add localization example.
|
|
14
|
+
- c2335bc: Update outdated links to old environments.
|
|
15
|
+
- c2335bc: Add embedded capabilities example.
|
|
16
|
+
- Updated dependencies [c2335bc]
|
|
17
|
+
- @telia-ace/alliance-ui@1.0.15
|
|
18
|
+
|
|
3
19
|
## 1.0.2-next.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/alliance-docs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3-next.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"vitepress": "1.0.0-rc.21"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@telia-ace/alliance-ui": "1.0.
|
|
14
|
+
"@telia-ace/alliance-ui": "1.0.16-next.0"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"dev": "vitepress dev content",
|