@rsdk/logging 5.4.0-next.8 → 5.4.0-rc.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.4.0-rc.0](https://github.com/R-Vision/rsdk/compare/v5.3.1-rc.1...v5.4.0-rc.0) (2024-12-02)
7
+
8
+ **Note:** Version bump only for package @rsdk/logging
9
+
10
+ ## [5.4.0-next.9](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.8...v5.4.0-next.9) (2024-12-02)
11
+
12
+ ## [5.3.1-rc.1](https://github.com/R-Vision/rsdk/compare/v5.3.1-rc.0...v5.3.1-rc.1) (2024-11-28)
13
+
14
+ ## [5.3.1-rc.0](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.6...v5.3.1-rc.0) (2024-11-28)
15
+
16
+ **Note:** Version bump only for package @rsdk/logging
17
+
6
18
  ## [5.4.0-next.8](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.7...v5.4.0-next.8) (2024-11-28)
7
19
 
8
20
  **Note:** Version bump only for package @rsdk/logging
@@ -41,6 +53,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
41
53
 
42
54
  **Note:** Version bump only for package @rsdk/logging
43
55
 
56
+ ## [5.3.1-rc.1](https://github.com/R-Vision/rsdk/compare/v5.3.1-rc.0...v5.3.1-rc.1) (2024-11-28)
57
+
58
+ **Note:** Version bump only for package @rsdk/logging
59
+
60
+ ## [5.3.1-rc.0](https://github.com/R-Vision/rsdk/compare/v5.3.0...v5.3.1-rc.0) (2024-11-28)
61
+
62
+ **Note:** Version bump only for package @rsdk/logging
63
+
44
64
  ## [5.3.0](https://github.com/R-Vision/rsdk/compare/v5.3.0-next.4...v5.3.0) (2024-11-08)
45
65
 
46
66
  **Note:** Version bump only for package @rsdk/logging
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/logging",
3
- "version": "5.4.0-next.8",
3
+ "version": "5.4.0-rc.0",
4
4
  "description": "Base framework independent logging functionality",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -17,5 +17,5 @@
17
17
  "peerDependencies": {
18
18
  "@rsdk/common": "*"
19
19
  },
20
- "gitHead": "074c1ef262b547be8daab9c721680ad2f0df2bb3"
20
+ "gitHead": "4083b1a0b34f2d26f2850c9b17db386a4ec17f99"
21
21
  }