@messenger-box/platform-browser 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 +43 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,49 @@
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-browser
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-browser
13
+
14
+ ## 7.2.6-alpha.0 (2024-08-11)
15
+
16
+ ### Bug Fixes
17
+
18
+ - bug in fetching messages ([a4e7928](https://github.com/CDEBase/messenger-box/commit/a4e7928051f26f6b7d7b5b34baea2a9d94248ab6))
19
+ - **chakra-ui:** chat screen and list design ([132f893](https://github.com/CDEBase/messenger-box/commit/132f893848b86ec54fd92e1fa637e93bffd5f5c1))
20
+
21
+ ### Features
22
+
23
+ - add inbox right side bar slot ([a90e137](https://github.com/CDEBase/messenger-box/commit/a90e1370c010218c27b057526605e105f049cc5c))
24
+ - add support to upload files via signed url ([d83f7d3](https://github.com/CDEBase/messenger-box/commit/d83f7d360d5bab45a55f6ea45e44da670d8a6ace))
25
+ - **chkra-ui:** move improved components from the pubngo repo to here ([0e1a7b1](https://github.com/CDEBase/messenger-box/commit/0e1a7b13373cb21f3c9ea2a3d9872022de69ea09))
26
+
27
+ ## 7.2.4-alpha.0 (2024-07-19)
28
+
29
+ ### Bug Fixes
30
+
31
+ - bug in fetching messages ([a4e7928](https://github.com/CDEBase/messenger-box/commit/a4e7928051f26f6b7d7b5b34baea2a9d94248ab6))
32
+ - **chakra-ui:** chat screen and list design ([132f893](https://github.com/CDEBase/messenger-box/commit/132f893848b86ec54fd92e1fa637e93bffd5f5c1))
33
+
34
+ ### Features
35
+
36
+ - add inbox right side bar slot ([a90e137](https://github.com/CDEBase/messenger-box/commit/a90e1370c010218c27b057526605e105f049cc5c))
37
+ - add support to upload files via signed url ([d83f7d3](https://github.com/CDEBase/messenger-box/commit/d83f7d360d5bab45a55f6ea45e44da670d8a6ace))
38
+ - **chkra-ui:** move improved components from the pubngo repo to here ([0e1a7b1](https://github.com/CDEBase/messenger-box/commit/0e1a7b13373cb21f3c9ea2a3d9872022de69ea09))
39
+
40
+ ## [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)
41
+
42
+ **Note:** Version bump only for package @messenger-box/platform-browser
43
+
44
+ ## [7.2.1-alpha.1](https://github.com/CDEBase/messenger-box/compare/v7.2.1-alpha.0...v7.2.1-alpha.1) (2024-07-16)
45
+
46
+ **Note:** Version bump only for package @messenger-box/platform-browser
47
+
48
+ ## 7.2.1-alpha.0 (2024-07-15)
7
49
 
8
50
  ### Bug Fixes
9
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-browser",
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",
@@ -26,8 +26,8 @@
26
26
  "@container-stack/file-info-client": "^5.2.1-alpha.2",
27
27
  "@emotion/react": "^11",
28
28
  "@emotion/styled": "^11",
29
- "@messenger-box/core": "9.0.1-alpha.0",
30
- "@messenger-box/platform-client": "9.0.1-alpha.0",
29
+ "@messenger-box/core": "7.2.6-alpha.0",
30
+ "@messenger-box/platform-client": "9.0.2-alpha.0",
31
31
  "bootstrap": "3.4.1",
32
32
  "css-vars-ponyfill": "2.4.5",
33
33
  "dynamic-virtualized-list": "github:mattermost/dynamic-virtualized-list#119db968c96643c7106d4d2c965f05b2e251bc83",
@@ -60,5 +60,5 @@
60
60
  "typescript": {
61
61
  "definition": "lib/index.d.ts"
62
62
  },
63
- "gitHead": "474838f8c07d69795f9220c38aca2f12a13498b1"
63
+ "gitHead": "2e0529b51ee8da32a4996467fc198a086639d487"
64
64
  }