@empathyco/x-components 6.0.0-alpha.111 → 6.0.0-alpha.113

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 +17 -0
  2. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.113 (2025-07-14)
7
+
8
+ * chore(deps): remove unused glob dependency ([fee1ff6](https://github.com/empathyco/x/commit/fee1ff6))
9
+ * chore(deps): update dependency @types/glob to v9 ([ce0578c](https://github.com/empathyco/x/commit/ce0578c))
10
+
11
+
12
+
13
+
14
+
15
+ ## 6.0.0-alpha.112 (2025-07-14)
16
+
17
+ * chore(deps): update dependency @cucumber/messages to v28 ([09c9c4e](https://github.com/empathyco/x/commit/09c9c4e))
18
+
19
+
20
+
21
+
22
+
6
23
  ## 6.0.0-alpha.111 (2025-07-09)
7
24
 
8
25
  * docs: fix API Extractor ([137b708](https://github.com/empathyco/x/commit/137b708))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "6.0.0-alpha.111",
3
+ "version": "6.0.0-alpha.113",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -95,12 +95,11 @@
95
95
  "devDependencies": {
96
96
  "@badeball/cypress-cucumber-preprocessor": "22.0.1",
97
97
  "@bahmutov/cypress-esbuild-preprocessor": "2.2.5",
98
- "@cucumber/messages": "27.2.0",
98
+ "@cucumber/messages": "28.0.0",
99
99
  "@empathyco/x-tailwindcss": "2.0.0-alpha.12",
100
100
  "@microsoft/api-documenter": "7.23.0",
101
101
  "@microsoft/api-extractor": "7.52.8",
102
102
  "@testing-library/jest-dom": "5.17.0",
103
- "@types/glob": "8.1.0",
104
103
  "@types/jest": "27.5.0",
105
104
  "@types/node": "22.15.29",
106
105
  "@types/testing-library__jest-dom": "5.14.9",
@@ -111,7 +110,6 @@
111
110
  "convert-source-map": "2.0.0",
112
111
  "cypress": "14.3.0",
113
112
  "esbuild": "0.20.0",
114
- "glob": "10.3.0",
115
113
  "jest": "27.5.0",
116
114
  "jest-scss-transform": "1.0.1",
117
115
  "postcss": "8.4.12",
@@ -141,5 +139,5 @@
141
139
  "access": "public",
142
140
  "directory": "dist"
143
141
  },
144
- "gitHead": "5a62e112f0296a6d918d7dd36aa10fa740c3d45e"
142
+ "gitHead": "7108a29a389096c86e54ecd1f544acf50907036f"
145
143
  }