@stack-spot/ai-chat-widget 1.3.2 → 1.4.0

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-v1.3.3...ai-chat-widget@v1.4.0) (2024-11-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * agent home + many more fixes and adjustments ([49963fb](https://github.com/stack-spot/portal-ai-chat-widget/commit/49963fbdd550b8c3440d260a4540531f26452509))
9
+ * agent home + many more fixes and adjustments ([49963fb](https://github.com/stack-spot/portal-ai-chat-widget/commit/49963fbdd550b8c3440d260a4540531f26452509))
10
+ * copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
11
+ * copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
12
+ * makes it easier to recover the default chat interceptors ([9f7c14f](https://github.com/stack-spot/portal-ai-chat-widget/commit/9f7c14f59d426badb0d5aa1fa9b393c3e01076a7))
13
+ * makes it easier to recover the default chat interceptors ([9f7c14f](https://github.com/stack-spot/portal-ai-chat-widget/commit/9f7c14f59d426badb0d5aa1fa9b393c3e01076a7))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * app metadata ([0eadd24](https://github.com/stack-spot/portal-ai-chat-widget/commit/0eadd249b724a3cc50069d1376b4ed76f1e1082d))
19
+ * app metadata ([0eadd24](https://github.com/stack-spot/portal-ai-chat-widget/commit/0eadd249b724a3cc50069d1376b4ed76f1e1082d))
20
+ * removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
21
+ * removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
22
+ * removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
23
+ * removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
24
+ * replaces hardcoded version with automatic version calculation ([95f6fc4](https://github.com/stack-spot/portal-ai-chat-widget/commit/95f6fc4c613f5561507cd70c6a5ba449a52dc88a))
25
+ * replaces hardcoded version with automatic version calculation ([95f6fc4](https://github.com/stack-spot/portal-ai-chat-widget/commit/95f6fc4c613f5561507cd70c6a5ba449a52dc88a))
26
+
3
27
  ## [1.3.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.3.1...ai-chat-widget@v1.3.2) (2024-11-01)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "1.3.2",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "styled-components": "6.1.10"
24
24
  },
25
25
  "devDependencies": {
26
- "@stack-spot/app-metadata": "1.0.0",
26
+ "@stack-spot/app-metadata": "1.0.1",
27
27
  "@types/lodash": "^4.14.202",
28
28
  "@types/react": "^18.2.37",
29
29
  "@types/react-dom": "^18.2.15",