@messenger-box/platform-mobile 9.0.1-alpha.0 → 9.0.2-alpha.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 +45 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,51 @@
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
- ## 9.0.1-alpha.0 (2024-09-04)
6
+ ## [9.0.2-alpha.0](https://github.com/CDEBase/messenger-box/compare/v7.2.6-alpha.10...v9.0.2-alpha.0) (2024-09-06)
7
+
8
+ **Note:** Version bump only for package @messenger-box/platform-mobile
9
+
10
+ ## [7.2.6-alpha.4](https://github.com/CDEBase/messenger-box/compare/v7.2.6-alpha.3...v7.2.6-alpha.4) (2024-08-12)
11
+
12
+ **Note:** Version bump only for package @messenger-box/platform-mobile
13
+
14
+ ## 7.2.6-alpha.0 (2024-08-11)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **mobile:** image upload in the mobile inbox ([effa26f](https://github.com/CDEBase/messenger-box/commit/effa26f9b4199f0c572d1a5880dea13578f56d6c))
19
+ - **platform-mobile:** fix image preview on selection in chat ([33bedbb](https://github.com/CDEBase/messenger-box/commit/33bedbb13f72f9359f44d8c69f6f4517d477a582))
20
+
21
+ ### Features
22
+
23
+ - add inbox right side bar slot ([a90e137](https://github.com/CDEBase/messenger-box/commit/a90e1370c010218c27b057526605e105f049cc5c))
24
+ - add seperate modules for react native ([63e3ac2](https://github.com/CDEBase/messenger-box/commit/63e3ac2f7840cce28ee04e79b9a1993e148786e7))
25
+
26
+ ### Reverts
27
+
28
+ - Revert "Merge slackUIDev and updated inbox" ([ca31269](https://github.com/CDEBase/messenger-box/commit/ca3126949d58890b296606e5055e55c10cf9c9f2))
29
+
30
+ ## 7.2.4-alpha.0 (2024-07-19)
31
+
32
+ ### Bug Fixes
33
+
34
+ - **mobile:** image upload in the mobile inbox ([effa26f](https://github.com/CDEBase/messenger-box/commit/effa26f9b4199f0c572d1a5880dea13578f56d6c))
35
+ - **platform-mobile:** fix image preview on selection in chat ([33bedbb](https://github.com/CDEBase/messenger-box/commit/33bedbb13f72f9359f44d8c69f6f4517d477a582))
36
+
37
+ ### Features
38
+
39
+ - add inbox right side bar slot ([a90e137](https://github.com/CDEBase/messenger-box/commit/a90e1370c010218c27b057526605e105f049cc5c))
40
+ - add seperate modules for react native ([63e3ac2](https://github.com/CDEBase/messenger-box/commit/63e3ac2f7840cce28ee04e79b9a1993e148786e7))
41
+
42
+ ### Reverts
43
+
44
+ - Revert "Merge slackUIDev and updated inbox" ([ca31269](https://github.com/CDEBase/messenger-box/commit/ca3126949d58890b296606e5055e55c10cf9c9f2))
45
+
46
+ ## [7.2.1-alpha.2](https://github.com/CDEBase/messenger-box/compare/v7.2.1-alpha.1...v7.2.1-alpha.2) (2024-07-16)
47
+
48
+ **Note:** Version bump only for package @messenger-box/platform-mobile
49
+
50
+ ## 7.2.1-alpha.0 (2024-07-15)
7
51
 
8
52
  ### Bug Fixes
9
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-mobile",
3
- "version": "9.0.1-alpha.0",
3
+ "version": "9.0.2-alpha.0",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -19,8 +19,8 @@
19
19
  "watch": "yarn build:lib:watch"
20
20
  },
21
21
  "dependencies": {
22
- "@messenger-box/core": "9.0.1-alpha.0",
23
- "@messenger-box/platform-client": "9.0.1-alpha.0",
22
+ "@messenger-box/core": "7.2.6-alpha.0",
23
+ "@messenger-box/platform-client": "9.0.2-alpha.0",
24
24
  "base-64": "1.0.0",
25
25
  "react-native-gifted-chat": "1.0.4"
26
26
  },
@@ -40,5 +40,5 @@
40
40
  "typescript": {
41
41
  "definition": "lib/index.d.ts"
42
42
  },
43
- "gitHead": "474838f8c07d69795f9220c38aca2f12a13498b1"
43
+ "gitHead": "2e0529b51ee8da32a4996467fc198a086639d487"
44
44
  }