@messenger-box/platform-browser 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 +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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
+ - bug in fetching messages ([a4e7928](https://github.com/CDEBase/messenger-box/commit/a4e7928051f26f6b7d7b5b34baea2a9d94248ab6))
11
+ - **chakra-ui:** chat screen and list design ([132f893](https://github.com/CDEBase/messenger-box/commit/132f893848b86ec54fd92e1fa637e93bffd5f5c1))
12
+
13
+ ### Features
14
+
15
+ - add inbox right side bar slot ([a90e137](https://github.com/CDEBase/messenger-box/commit/a90e1370c010218c27b057526605e105f049cc5c))
16
+ - add support to upload files via signed url ([d83f7d3](https://github.com/CDEBase/messenger-box/commit/d83f7d360d5bab45a55f6ea45e44da670d8a6ace))
17
+ - **chkra-ui:** move improved components from the pubngo repo to here ([0e1a7b1](https://github.com/CDEBase/messenger-box/commit/0e1a7b13373cb21f3c9ea2a3d9872022de69ea09))
18
+
6
19
  ## [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
20
 
8
21
  **Note:** Version bump only for package @messenger-box/platform-browser
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-browser",
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",
7
- "main": "lib/index.js",
8
7
  "type": "module",
8
+ "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
10
10
  "scripts": {
11
11
  "build": "yarn build:clean && yarn build:lib",
@@ -26,8 +26,8 @@
26
26
  "@container-stack/file-info-client": "^5.1.6",
27
27
  "@emotion/react": "^11",
28
28
  "@emotion/styled": "^11",
29
- "@messenger-box/core": "7.2.1-alpha.0",
30
- "@messenger-box/platform-client": "7.2.1-alpha.2",
29
+ "@messenger-box/core": "7.2.4-alpha.0",
30
+ "@messenger-box/platform-client": "7.2.4-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": "df3e29afeeddb479e2d53658d89d2b0169c7ff9f"
63
+ "gitHead": "bc82c169b69625c6473614ed03668ebec9776820"
64
64
  }