@chat21/chat21-ionic 3.4.27-rc6 → 3.4.27-rc7

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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,11 @@
8
8
  ### **Copyrigth**:
9
9
  *Tiledesk SRL*
10
10
 
11
+
12
+ # 3.4.27-rc7
13
+ - **bug-fixed**: Scrolling to the last message when opening a conversation
14
+ - **bug-fixed**: Loading in the conversation list disabled when removing the last conversation
15
+
11
16
  # 3.4.27-rc6
12
17
  - **bug-fixed**: user for dashboard app is incorrect
13
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
3
  "author": "Tiledesk SRL",
4
- "version": "3.4.27-rc6",
4
+ "version": "3.4.27-rc7",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {