@empathyco/x-components 6.0.6 → 6.0.7
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 +7 -0
- package/package.json +2 -3
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.7](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.6...@empathyco/x-components@6.0.7) (2026-05-04)
|
|
7
|
+
|
|
8
|
+
### Build System
|
|
9
|
+
|
|
10
|
+
* remove start-sever-and-test dep (#2095)
|
|
11
|
+
|
|
12
|
+
|
|
6
13
|
## [6.0.6](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.5...@empathyco/x-components@6.0.6) (2026-04-22)
|
|
7
14
|
|
|
8
15
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.7",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
"rollup-plugin-styles": "4.0.0",
|
|
104
104
|
"rollup-plugin-typescript2": "0.37.0",
|
|
105
105
|
"rollup-plugin-vue": "6.0.0",
|
|
106
|
-
"start-server-and-test": "2.1.5",
|
|
107
106
|
"tailwindcss": "4.2.2",
|
|
108
107
|
"ts-node": "10.9.2",
|
|
109
108
|
"typescript": "5.9.3",
|
|
@@ -119,5 +118,5 @@
|
|
|
119
118
|
"access": "public",
|
|
120
119
|
"directory": "dist"
|
|
121
120
|
},
|
|
122
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "671f3543643c1ab2cf67ee84a5a91970870758a7"
|
|
123
122
|
}
|