@empathyco/x-components 7.0.0 → 7.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.
- package/CHANGELOG.md +8 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +1 -1
- package/package.json +3 -3
- package/report/x-adapter-platform.api.json +2 -2
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
|
+
## [7.0.1](https://github.com/empathyco/x/compare/@empathyco/x-components@7.0.0...@empathyco/x-components@7.0.1) (2026-05-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [7.0.0](https://github.com/empathyco/x/compare/@empathyco/x-components@6.3.2...@empathyco/x-components@7.0.0) (2026-05-25)
|
|
7
15
|
|
|
8
16
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@empathyco/x-adapter": "8.1.7",
|
|
71
|
-
"@empathyco/x-adapter-platform": "1.4.
|
|
71
|
+
"@empathyco/x-adapter-platform": "1.4.3",
|
|
72
72
|
"@empathyco/x-types": "10.3.2",
|
|
73
73
|
"@empathyco/x-utils": "1.0.8",
|
|
74
74
|
"@vue/devtools-api": "~6.6.4",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"access": "public",
|
|
118
118
|
"directory": "dist"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "bab968ddb9bdd0e4406d37ce4a026cc2fd1922e4"
|
|
121
121
|
}
|
|
@@ -4270,7 +4270,7 @@
|
|
|
4270
4270
|
},
|
|
4271
4271
|
{
|
|
4272
4272
|
"kind": "Content",
|
|
4273
|
-
"text": "'ORGANIC' | 'CURATED'"
|
|
4273
|
+
"text": "'ORGANIC' | 'CURATED' | 'SYNTHETIC'"
|
|
4274
4274
|
},
|
|
4275
4275
|
{
|
|
4276
4276
|
"kind": "Content",
|
|
@@ -5563,7 +5563,7 @@
|
|
|
5563
5563
|
},
|
|
5564
5564
|
{
|
|
5565
5565
|
"kind": "Content",
|
|
5566
|
-
"text": "'ORGANIC' | 'CURATED'"
|
|
5566
|
+
"text": "'ORGANIC' | 'CURATED' | 'SYNTHETIC'"
|
|
5567
5567
|
},
|
|
5568
5568
|
{
|
|
5569
5569
|
"kind": "Content",
|