@telia-ace/alliance-docs 4.0.0-next.9 → 4.0.1-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 +54 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # @telia-ace/alliance-docs
2
2
 
3
+ ## 4.0.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @telia-ace/alliance-ui@4.0.1-next.1
9
+
10
+ ## 4.0.0
11
+
12
+ ### Minor Changes
13
+
14
+ - Synchronize versioning strategy. ([#581](https://github.com/telia-company/ace-alliance-sdk/pull/581))
15
+
16
+ ### Patch Changes
17
+
18
+ - Update all dependencies. ([#581](https://github.com/telia-company/ace-alliance-sdk/pull/581))
19
+
20
+ - Document newly added Notifications app `notify` capability arguments. ([#623](https://github.com/telia-company/ace-alliance-sdk/pull/623))
21
+
22
+ - Update gateway documentation. ([#613](https://github.com/telia-company/ace-alliance-sdk/pull/613))
23
+
24
+ - Upgrade all dependencies. ([#582](https://github.com/telia-company/ace-alliance-sdk/pull/582))
25
+
26
+ - Updated dependencies [[`0dfde49`](https://github.com/telia-company/ace-alliance-sdk/commit/0dfde4909b6f776e090f353faed912d4cae163c1), [`2e0e07b`](https://github.com/telia-company/ace-alliance-sdk/commit/2e0e07b7abcc60d6d18c1fa817babc3463c81aa5), [`350c9bd`](https://github.com/telia-company/ace-alliance-sdk/commit/350c9bd7e986eb7877ba743233818d126e1d6d1b), [`0798a45`](https://github.com/telia-company/ace-alliance-sdk/commit/0798a4523536c233942d250ad00956625bc9c069), [`dce9a24`](https://github.com/telia-company/ace-alliance-sdk/commit/dce9a24b4ac1dd881c6e1409413db1de3b590dad), [`834ce29`](https://github.com/telia-company/ace-alliance-sdk/commit/834ce290c59cf925cd6822c9537f84f84e107d31)]:
27
+ - @telia-ace/alliance-ui@4.0.0
28
+
29
+ ## 4.0.0-next.13
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies []:
34
+ - @telia-ace/alliance-ui@4.0.0-next.13
35
+
36
+ ## 4.0.0-next.12
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies []:
41
+ - @telia-ace/alliance-ui@4.0.0-next.12
42
+
43
+ ## 4.0.0-next.11
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies []:
48
+ - @telia-ace/alliance-ui@4.0.0-next.11
49
+
50
+ ## 4.0.0-next.10
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies []:
55
+ - @telia-ace/alliance-ui@4.0.0-next.10
56
+
3
57
  ## 4.0.0-next.9
4
58
 
5
59
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-docs",
3
- "version": "4.0.0-next.9",
3
+ "version": "4.0.1-next.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "LICENSE.txt",
@@ -8,10 +8,10 @@
8
8
  "CHANGELOG.md"
9
9
  ],
10
10
  "dependencies": {
11
- "@telia-ace/alliance-ui": "^4.0.0-next.9"
11
+ "@telia-ace/alliance-ui": "^4.0.1-next.1"
12
12
  },
13
13
  "devDependencies": {
14
- "vitepress": "1.6.3"
14
+ "vitepress": "1.6.4"
15
15
  },
16
16
  "scripts": {
17
17
  "build:prod": "vitepress build content",