@zohoim/chat-components 1.0.9-beta.4 → 1.0.9-beta.6

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/README.md +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,6 +10,11 @@ In this Library, We Provide Some Basic Message Components to Build Your Chat App
10
10
 
11
11
  > import MessageBubble from '@zohoim/chat-components/es/MessageBubble/MessageBubble’;
12
12
 
13
+ # 1.0.10
14
+
15
+ - hover actions retainment changes
16
+ - @zohodesk/components version update
17
+
13
18
  # 1.0.9
14
19
 
15
20
  - chat bubble ui issues fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/chat-components",
3
- "version": "1.0.9-beta.4",
3
+ "version": "1.0.9-beta.6",
4
4
  "description": "Chat Components",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",
@@ -36,8 +36,8 @@
36
36
  "@zohodesk/utils": "1.3.13",
37
37
  "@zohodesk/variables": "1.0.0",
38
38
  "@zohodesk/virtualizer": "1.0.13",
39
- "@zohoim/chat-components-hooks": "^1.0.4-beta.2",
40
- "@zohoim/chat-components-utils": "^1.0.4"
39
+ "@zohoim/chat-components-hooks": "1.0.4-beta.6",
40
+ "@zohoim/chat-components-utils": "1.0.4"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@zohodesk-private/css-variable-migrator": "1.0.7",
@@ -45,5 +45,5 @@
45
45
  "jsdom": "23.0.0",
46
46
  "react-to-jsx": "1.3.2"
47
47
  },
48
- "gitHead": "6cd88895fc9dcd100d40c893eb02e5c5ff5107ed"
48
+ "gitHead": "a2d2226315ee11670a595aa0f0fc5cbd9f4d653a"
49
49
  }