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

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