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

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # chat21-ionic ver 3.0
2
2
 
3
+ ### 3.0.108 in PROD
4
+
3
5
  ### 3.0.108.rc.1
4
6
  - added: brandService to manage remote resources
5
7
  - added: brandSrc env property
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.108-rc.1",
4
+ "version": "3.0.108",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {
@@ -75,7 +75,7 @@ export class BrandService {
75
75
  BASE_LOGO_WHITE_NO_TEXT:"",
76
76
  COMPANY_NAME: "Tiledesk",
77
77
  COMPANY_SITE_NAME:"tiledesk.com",
78
- COMANY_SITE_URL:"https://www.tiledesk.com",
78
+ COMPANY_SITE_URL:"https://www.tiledesk.com",
79
79
  CONTACT_US_EMAIL: "support@tiledesk.com",
80
80
  COMPANY_PRIMARY_COLOR:""
81
81
  }