@privateaim/messenger-kit 0.7.1 → 0.7.3

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 +32 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.3](https://github.com/PrivateAIM/hub/compare/v0.7.2...v0.7.3) (2024-08-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * devDependencies
15
+ * @privateaim/core-kit bumped from ^0.8.1 to ^0.8.2
16
+ * peerDependencies
17
+ * @privateaim/core-kit bumped from ^0.8.1 to ^0.8.2
18
+
19
+ ## [0.7.2](https://github.com/PrivateAIM/hub/compare/v0.7.1...v0.7.2) (2024-08-19)
20
+
21
+
22
+ ### Features
23
+
24
+ * realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * devDependencies
31
+ * @privateaim/core-kit bumped from ^0.8.0 to ^0.8.1
32
+ * peerDependencies
33
+ * @privateaim/core-kit bumped from ^0.8.0 to ^0.8.1
34
+
3
35
  ## [0.7.1](https://github.com/PrivateAIM/hub/compare/v0.7.0...v0.7.1) (2024-07-02)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/messenger-kit",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "exports": {
@@ -26,10 +26,10 @@
26
26
  "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
27
27
  },
28
28
  "devDependencies": {
29
- "@privateaim/core-kit": "^0.8.0"
29
+ "@privateaim/core-kit": "^0.8.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "@privateaim/core-kit": "^0.8.0"
32
+ "@privateaim/core-kit": "^0.8.2"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"