@empathyco/x-components 6.0.0-alpha.173 → 6.0.0-alpha.174
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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 6.0.0-alpha.174 (2025-11-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 6.0.0-alpha.173 (2025-11-03)
|
|
7
15
|
|
|
8
16
|
* feat(ai): add aiSummarize endpoint and integrate with ai-overview (#1915) ([3423237](https://github.com/empathyco/x/commit/3423237)), closes [#1915](https://github.com/empathyco/x/issues/1915)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.174",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@badeball/cypress-cucumber-preprocessor": "23.2.0",
|
|
100
100
|
"@bahmutov/cypress-esbuild-preprocessor": "2.2.5",
|
|
101
101
|
"@cucumber/messages": "30.1.0",
|
|
102
|
-
"@empathyco/x-tailwindcss": "2.0.0-alpha.
|
|
102
|
+
"@empathyco/x-tailwindcss": "^2.0.0-alpha.17",
|
|
103
103
|
"@microsoft/api-documenter": "7.23.0",
|
|
104
104
|
"@microsoft/api-extractor": "7.52.8",
|
|
105
105
|
"@testing-library/jest-dom": "6.6.4",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "0805e85de84e25804f7391363b521b6807743bde"
|
|
147
147
|
}
|