@empathyco/x-components 6.0.0-alpha.181 → 6.0.0-alpha.182

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.182 (2025-11-26)
7
+
8
+ * chore(deps): upgrade cypress version to 14.5.4 (#1933) ([83b93e8](https://github.com/empathyco/x/commit/83b93e8)), closes [#1933](https://github.com/empathyco/x/issues/1933)
9
+
10
+
11
+
12
+
13
+
6
14
  ## 6.0.0-alpha.181 (2025-11-20)
7
15
 
8
16
  * feat: add standalone facets endpoint and module foundation (#1928) ([b3109e5](https://github.com/empathyco/x/commit/b3109e5)), closes [#1928](https://github.com/empathyco/x/issues/1928)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "6.0.0-alpha.181",
3
+ "version": "6.0.0-alpha.182",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -111,7 +111,7 @@
111
111
  "@vue/vue3-jest": "29.2.6",
112
112
  "autoprefixer": "10.4.21",
113
113
  "convert-source-map": "2.0.0",
114
- "cypress": "14.3.0",
114
+ "cypress": "14.5.4",
115
115
  "esbuild": "0.20.0",
116
116
  "jest": "29.7.0",
117
117
  "jest-environment-jsdom": "29.7.0",
@@ -143,5 +143,5 @@
143
143
  "access": "public",
144
144
  "directory": "dist"
145
145
  },
146
- "gitHead": "f079a30792559a0c43295435a42982bdfb2d81c5"
146
+ "gitHead": "50bb90d0611b0c97df5e8e15759c344fe22e5ad7"
147
147
  }