@empathyco/x-components 6.0.0 → 6.0.1

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
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.1](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0...@empathyco/x-components@6.0.1) (2026-04-14)
7
+
8
+ ### Bug Fixes
9
+
10
+ * avoid running pre-commit hook in CI commit
11
+
12
+
6
13
  ## [6.0.0](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.241...@empathyco/x-components@6.0.0) (2026-04-13)
7
14
 
8
15
  **Note:** Version bump only for package @empathyco/x-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -119,5 +119,5 @@
119
119
  "access": "public",
120
120
  "directory": "dist"
121
121
  },
122
- "gitHead": "87ea1b5cb75fd39539ec5bf4837295a5bd8dbfb8"
122
+ "gitHead": "be1f26af74be1ffcb6514ce2e1ce808e82697a3b"
123
123
  }