@rsdk/yarn.constraints 4.0.0-next.7 → 4.0.0-next.8

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 +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,9 +3,16 @@
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
+ ## [4.0.0-next.8](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.7...v4.0.0-next.8) (2023-11-29)
7
+
8
+ ### Features
9
+
10
+ * Kafka batch producer ([#150](https://github.com/R-Vision/rsdk/issues/150)) ([2faa2f4](https://github.com/R-Vision/rsdk/commit/2faa2f41ca0dbb6d8a92cbf0ab20cf5cefeaf4e9))
11
+
6
12
  ## [4.0.0-next.7](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.6...v4.0.0-next.7) (2023-11-21)
7
13
 
8
14
  ### Features
9
15
 
10
16
  * check access to file ([b9fb6bc](https://github.com/R-Vision/rsdk/commit/b9fb6bcc0a4fe79cdc580c3f2154bdc0a8ad906c))
11
- * **yarn.constraints:** added constraints package for `yarn constraints` ([3567951](https://github.com/R-Vision/rsdk/commit/3567951a47de667d3f3be5bb0f4892a9e6168087))
17
+ * **yarn.constraints:** added constraints package
18
+ for `yarn constraints` ([3567951](https://github.com/R-Vision/rsdk/commit/3567951a47de667d3f3be5bb0f4892a9e6168087))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/yarn.constraints",
3
- "version": "4.0.0-next.7",
3
+ "version": "4.0.0-next.8",
4
4
  "description": "Useful common classes, functions and types",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -14,5 +14,5 @@
14
14
  "@sinclair/typebox": "^0.31.25",
15
15
  "yaml": "^2.3.4"
16
16
  },
17
- "gitHead": "4f7a62a868e74386adb9f3d879e97eed04291e11"
17
+ "gitHead": "bae7c74fc8be068b8bd66b403d19e2b32cf092ec"
18
18
  }