@empathyco/x-components 6.0.0-alpha.178 → 6.0.0-alpha.179

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 +8 -0
  2. 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.179 (2025-11-12)
7
+
8
+ * chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.17 (#1926) ([0ea2e89](https://github.com/empathyco/x/commit/0ea2e89)), closes [#1926](https://github.com/empathyco/x/issues/1926)
9
+
10
+
11
+
12
+
13
+
6
14
  ## 6.0.0-alpha.178 (2025-11-07)
7
15
 
8
16
  * refactor(queries-preview): include whole extraParams object in queries preview hash generation (#191 ([df7a373](https://github.com/empathyco/x/commit/df7a373)), closes [#1916](https://github.com/empathyco/x/issues/1916)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "6.0.0-alpha.178",
3
+ "version": "6.0.0-alpha.179",
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.17",
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": "fbccf7a825fc22d0d85008d54443bbc9d073d8d5"
146
+ "gitHead": "6014076858a421c4f77a119a6ce37080358722ee"
147
147
  }