@telia-ace/alliance-docs 2.0.2-next.1 → 4.0.0-next.10

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 +73 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # @telia-ace/alliance-docs
2
2
 
3
+ ## 4.0.0-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @telia-ace/alliance-ui@4.0.0-next.10
9
+
10
+ ## 4.0.0-next.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Document newly added Notifications app `notify` capability arguments. ([#623](https://github.com/telia-company/ace-alliance-sdk/pull/623))
15
+
16
+ - Updated dependencies [[`0798a45`](https://github.com/telia-company/ace-alliance-sdk/commit/0798a4523536c233942d250ad00956625bc9c069), [`dce9a24`](https://github.com/telia-company/ace-alliance-sdk/commit/dce9a24b4ac1dd881c6e1409413db1de3b590dad)]:
17
+ - @telia-ace/alliance-ui@4.0.0-next.9
18
+
19
+ ## 4.0.0-next.8
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies []:
24
+ - @telia-ace/alliance-ui@4.0.0-next.8
25
+
26
+ ## 4.0.0-next.7
27
+
28
+ ### Patch Changes
29
+
30
+ - Update gateway documentation. ([#613](https://github.com/telia-company/ace-alliance-sdk/pull/613))
31
+
32
+ - Updated dependencies []:
33
+ - @telia-ace/alliance-ui@4.0.0-next.7
34
+
35
+ ## 4.0.0-next.6
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies []:
40
+ - @telia-ace/alliance-ui@4.0.0-next.6
41
+
42
+ ## 4.0.0-next.5
43
+
44
+ ### Patch Changes
45
+
46
+ - Update all dependencies. ([#581](https://github.com/telia-company/ace-alliance-sdk/pull/581))
47
+
48
+ - Updated dependencies [[`2e0e07b`](https://github.com/telia-company/ace-alliance-sdk/commit/2e0e07b7abcc60d6d18c1fa817babc3463c81aa5)]:
49
+ - @telia-ace/alliance-ui@4.0.0-next.5
50
+
51
+ ## 4.0.0-next.4
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies []:
56
+ - @telia-ace/alliance-ui@4.0.0-next.4
57
+
58
+ ## 4.0.0-next.3
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies []:
63
+ - @telia-ace/alliance-ui@4.0.0-next.3
64
+
65
+ ## 4.0.0-next.2
66
+
67
+ ### Minor Changes
68
+
69
+ - Synchronize versioning strategy. ([#581](https://github.com/telia-company/ace-alliance-sdk/pull/581))
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [[`0dfde49`](https://github.com/telia-company/ace-alliance-sdk/commit/0dfde4909b6f776e090f353faed912d4cae163c1)]:
74
+ - @telia-ace/alliance-ui@4.0.0-next.2
75
+
3
76
  ## 2.0.2-next.1
4
77
 
5
78
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-docs",
3
- "version": "2.0.2-next.1",
3
+ "version": "4.0.0-next.10",
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": "^2.0.1-next.1"
11
+ "@telia-ace/alliance-ui": "^4.0.0-next.10"
12
12
  },
13
13
  "devDependencies": {
14
14
  "vitepress": "1.6.3"