@messenger-box/property-ext-browser 7.2.6-alpha.10 → 9.0.1-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 +1 -33
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,39 +3,7 @@
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.10](https://github.com/CDEBase/messenger-box/compare/v7.2.6-alpha.9...v7.2.6-alpha.10) (2024-08-13)
7
-
8
- **Note:** Version bump only for package @messenger-box/property-ext-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/property-ext-browser
13
-
14
- ## 7.2.6-alpha.0 (2024-08-11)
15
-
16
- ### Features
17
-
18
- - add proeprty ext module with fills based on property types ([9728317](https://github.com/CDEBase/messenger-box/commit/97283176059dca7e4bd78ad4de7bc26ae0492387))
19
-
20
- ## 7.2.4-alpha.0 (2024-07-19)
21
-
22
- ### Features
23
-
24
- - add proeprty ext module with fills based on property types ([9728317](https://github.com/CDEBase/messenger-box/commit/97283176059dca7e4bd78ad4de7bc26ae0492387))
25
-
26
- ## [7.2.1-alpha.4](https://github.com/CDEBase/messenger-box/compare/v7.2.1-alpha.3...v7.2.1-alpha.4) (2024-07-16)
27
-
28
- **Note:** Version bump only for package @messenger-box/property-ext-browser
29
-
30
- ## [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)
31
-
32
- **Note:** Version bump only for package @messenger-box/property-ext-browser
33
-
34
- ## [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)
35
-
36
- **Note:** Version bump only for package @messenger-box/property-ext-browser
37
-
38
- ## 7.2.1-alpha.0 (2024-07-15)
6
+ ## 9.0.1-alpha.0 (2024-09-04)
39
7
 
40
8
  ### Features
41
9
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@messenger-box/property-ext-browser",
3
- "version": "7.2.6-alpha.10",
3
+ "version": "9.0.1-alpha.0",
4
4
  "description": "Extention to Messenger to support property on browser",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
7
+ "type": "module",
7
8
  "main": "lib/index.js",
8
9
  "module": "lib/index.js",
9
- "type": "module",
10
10
  "typings": "lib/index.d.ts",
11
11
  "scripts": {
12
12
  "build": "npm run build:clean && npm run build:lib",
@@ -23,9 +23,9 @@
23
23
  "dependencies": {
24
24
  "@emotion/react": "^11",
25
25
  "@emotion/styled": "^11",
26
- "@messenger-box/chakra-ui-inbox": "7.2.6-alpha.10",
27
- "@messenger-box/core": "7.2.6-alpha.0",
28
- "@messenger-box/property-ext-core": "7.2.6-alpha.0",
26
+ "@messenger-box/chakra-ui-inbox": "9.0.1-alpha.0",
27
+ "@messenger-box/core": "9.0.1-alpha.0",
28
+ "@messenger-box/property-ext-core": "9.0.1-alpha.0",
29
29
  "date-fns": "^2.28.0",
30
30
  "date-fns-tz": "^1.3.3",
31
31
  "emoji-mart": "^3.0.1",
@@ -58,5 +58,5 @@
58
58
  "typescript": {
59
59
  "definition": "lib/index.d.ts"
60
60
  },
61
- "gitHead": "0db7c3f3fc71df9d9bd7a6082f4e447e3f1ec01f"
61
+ "gitHead": "474838f8c07d69795f9220c38aca2f12a13498b1"
62
62
  }