@messenger-box/platform-client 7.2.4-alpha.0 → 7.2.6-alpha.4
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.
- package/CHANGELOG.md +23 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,29 @@
|
|
|
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.6-alpha.4](https://github.com/CDEBase/messenger-box/compare/v7.2.6-alpha.3...v7.2.6-alpha.4) (2024-08-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @messenger-box/platform-client
|
|
9
|
+
|
|
10
|
+
## 7.2.6-alpha.0 (2024-08-11)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- auth issue ([57ec2c5](https://github.com/CDEBase/messenger-box/commit/57ec2c56bf247fda1c4649c26480959c958a89f5))
|
|
15
|
+
- backend-server issue ([34f735f](https://github.com/CDEBase/messenger-box/commit/34f735fd8d8be06e6a88b60893f0b1d51d26b3c9))
|
|
16
|
+
- develop builds ([7a06a35](https://github.com/CDEBase/messenger-box/commit/7a06a35230c7c08b19bb60606b8b0f807acfdf6e))
|
|
17
|
+
- file upload mutations ([8b253dd](https://github.com/CDEBase/messenger-box/commit/8b253dd2f10e810746ae003495fc411c3994480e))
|
|
18
|
+
- **messenger:** failed image uploads in messages ([ee327aa](https://github.com/CDEBase/messenger-box/commit/ee327aaff25393c2452d81c71a39b725e8f16712))
|
|
19
|
+
- **mobile:** image upload in the mobile inbox ([effa26f](https://github.com/CDEBase/messenger-box/commit/effa26f9b4199f0c572d1a5880dea13578f56d6c))
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
- add proeprty ext module with fills based on property types ([9728317](https://github.com/CDEBase/messenger-box/commit/97283176059dca7e4bd78ad4de7bc26ae0492387))
|
|
24
|
+
- add seperate modules for react native ([63e3ac2](https://github.com/CDEBase/messenger-box/commit/63e3ac2f7840cce28ee04e79b9a1993e148786e7))
|
|
25
|
+
- **chkra-ui:** move improved components from the pubngo repo to here ([0e1a7b1](https://github.com/CDEBase/messenger-box/commit/0e1a7b13373cb21f3c9ea2a3d9872022de69ea09))
|
|
26
|
+
- **messenger:** add filters to users channel query ([6b349c6](https://github.com/CDEBase/messenger-box/commit/6b349c6db204413dd3f5eb991f8fc8d80a0304a2))
|
|
27
|
+
- **platform:** update channel model ([17cad51](https://github.com/CDEBase/messenger-box/commit/17cad51f6670d0cdf2e518d2699c3018ac7eaaf4))
|
|
28
|
+
|
|
6
29
|
## 7.2.4-alpha.0 (2024-07-19)
|
|
7
30
|
|
|
8
31
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@messenger-box/platform-client",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.6-alpha.4",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"watch": "yarn build:lib:watch"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@container-stack/file-info-client": "^5.1.
|
|
24
|
-
"@messenger-box/core": "7.2.
|
|
23
|
+
"@container-stack/file-info-client": "^5.2.1-alpha.1",
|
|
24
|
+
"@messenger-box/core": "7.2.6-alpha.0",
|
|
25
25
|
"key-mirror": "1.0.1",
|
|
26
26
|
"moment-timezone": "0.5.33"
|
|
27
27
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"typescript": {
|
|
36
36
|
"definition": "lib/index.d.ts"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "9fc14c988cf64d51ba4f02b560ddeab38cb1672f"
|
|
39
39
|
}
|