@messenger-box/platform-mobile 7.2.1-alpha.2 → 7.2.4-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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## 7.2.4-alpha.0 (2024-07-19)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **mobile:** image upload in the mobile inbox ([effa26f](https://github.com/CDEBase/messenger-box/commit/effa26f9b4199f0c572d1a5880dea13578f56d6c))
11
+ - **platform-mobile:** fix image preview on selection in chat ([33bedbb](https://github.com/CDEBase/messenger-box/commit/33bedbb13f72f9359f44d8c69f6f4517d477a582))
12
+
13
+ ### Features
14
+
15
+ - add inbox right side bar slot ([a90e137](https://github.com/CDEBase/messenger-box/commit/a90e1370c010218c27b057526605e105f049cc5c))
16
+ - add seperate modules for react native ([63e3ac2](https://github.com/CDEBase/messenger-box/commit/63e3ac2f7840cce28ee04e79b9a1993e148786e7))
17
+
18
+ ### Reverts
19
+
20
+ - Revert "Merge slackUIDev and updated inbox" ([ca31269](https://github.com/CDEBase/messenger-box/commit/ca3126949d58890b296606e5055e55c10cf9c9f2))
21
+
6
22
  ## [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)
7
23
 
8
24
  **Note:** Version bump only for package @messenger-box/platform-mobile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-mobile",
3
- "version": "7.2.1-alpha.2",
3
+ "version": "7.2.4-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": "7.2.1-alpha.0",
23
- "@messenger-box/platform-client": "7.2.1-alpha.2",
22
+ "@messenger-box/core": "7.2.4-alpha.0",
23
+ "@messenger-box/platform-client": "7.2.4-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": "df3e29afeeddb479e2d53658d89d2b0169c7ff9f"
43
+ "gitHead": "bc82c169b69625c6473614ed03668ebec9776820"
44
44
  }