@servicetitan/titan-chat-ui 6.1.0 → 6.1.1

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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v6.1.1 (Wed May 06 2026)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - Bump lodash version ([@AlexYarmolchuk](https://github.com/AlexYarmolchuk))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexandr Yarmolchuk ([@AlexYarmolchuk](https://github.com/AlexYarmolchuk))
10
+
11
+ ---
12
+
1
13
  # v5.3.0 (Fri Jan 09 2026)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/titan-chat-ui",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Chat experience UI package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,9 +17,9 @@
17
17
  "push:local": "yalc push"
18
18
  },
19
19
  "dependencies": {
20
- "@servicetitan/titan-chat-ui-common": "^6.1.0",
20
+ "@servicetitan/titan-chat-ui-common": "^6.1.1",
21
21
  "dompurify": "^3.2.6",
22
- "lodash": "4.17.21",
22
+ "lodash": "^4.18.1",
23
23
  "nanoid": "^5.1.5",
24
24
  "react-markdown": "^10.1.0",
25
25
  "rehype-raw": "^7.0.0",
@@ -43,7 +43,7 @@
43
43
  "react-dom": ">=18"
44
44
  },
45
45
  "devDependencies": {
46
- "@servicetitan/cypress-shared": "^6.1.0",
46
+ "@servicetitan/cypress-shared": "^6.1.1",
47
47
  "cypress": "^15.2.0"
48
48
  },
49
49
  "keywords": [
@@ -56,5 +56,5 @@
56
56
  "cli": {
57
57
  "webpack": false
58
58
  },
59
- "gitHead": "d6bad37dc75ce10d67cedffedf3f7d50599142c5"
59
+ "gitHead": "ccc95360b54a9388257eacc82199d963e6f9f280"
60
60
  }