@chat21/chat21-ionic 3.0.73-rc.1 → 3.0.73

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 +3 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # chat21-ionic ver 3.0
2
2
 
3
+ ### 3.0.73 in PROD
4
+
3
5
  ### 3.0.73-rc.1
4
- - bug-fixed: topic.split is not a function while a conversataion is closed by an agent in MQTT-conversations-handler.service
6
+ - bug-fixed: topic.split is not a function while a conversation is closed by an agent in MQTT-conversations-handler.service
5
7
  - removed: user id from contact-directory component
6
8
 
7
9
  ### 3.0.72 in PROD
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
3
  "author": "Tiledesk SRL",
4
- "version": "3.0.73-rc.1",
4
+ "version": "3.0.73",
5
5
  "license": "AGPL-3.0",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {