@adobe/spectrum-component-api-schemas 6.1.22 → 6.1.24
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 +16 -0
- package/moon.yml +9 -11
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)
|
|
2
2
|
|
|
3
|
+
## 6.1.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c923bd2`](https://github.com/adobe/spectrum-design-data/commit/c923bd27bba0ee484ba251d9baf6a63c5cfc68d0), [`e38c4e1`](https://github.com/adobe/spectrum-design-data/commit/e38c4e19f97aa590991b0c1ac40c2e1b24620cde), [`f9585da`](https://github.com/adobe/spectrum-design-data/commit/f9585daf01d5dab651793ce6f1d816f320623204), [`09b3970`](https://github.com/adobe/spectrum-design-data/commit/09b39705547954ba44dabe41c70c5b76a6f8b43e), [`82bb4c4`](https://github.com/adobe/spectrum-design-data/commit/82bb4c46f67a0b4a1a74fb18514d53925f85a3ca), [`212ec82`](https://github.com/adobe/spectrum-design-data/commit/212ec825e25c5ce7ae7342072522423b3ce07483), [`11c4d5a`](https://github.com/adobe/spectrum-design-data/commit/11c4d5a937064ba24f69437c59ab5ad1bfbe5f8c), [`0297e7e`](https://github.com/adobe/spectrum-design-data/commit/0297e7ee77e102a3756302f83ab9236cd142ee58), [`5e7db36`](https://github.com/adobe/spectrum-design-data/commit/5e7db3605547e680f777fc345f0005d7e3637a7e), [`4218d6a`](https://github.com/adobe/spectrum-design-data/commit/4218d6a1694db70cb37f656cd0250e306e48912d), [`035a1f9`](https://github.com/adobe/spectrum-design-data/commit/035a1f95d909f8e443a5e51baee6e30d11eedde5)]:
|
|
8
|
+
- @adobe/spectrum-design-data@0.8.0
|
|
9
|
+
|
|
10
|
+
## 6.1.23
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`dcf0832`](https://github.com/adobe/spectrum-design-data/commit/dcf083214d56989817db192801638e3ec20e2306)]:
|
|
15
|
+
- @adobe/spectrum-design-data@0.7.1
|
|
16
|
+
|
|
3
17
|
## 6.1.22
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -278,6 +292,8 @@
|
|
|
278
292
|
This PR introduces **7 breaking change(s)** to component schemas. Please review carefully and ensure proper versioning.
|
|
279
293
|
|
|
280
294
|
<details open><summary><strong>📦 Added Components (10)</strong></summary>
|
|
295
|
+
|
|
296
|
+
<!-- -->
|
|
281
297
|
- `accordion` - New component schema
|
|
282
298
|
- `avatar-group` - New component schema
|
|
283
299
|
- `color-handle` - New component schema
|
package/moon.yml
CHANGED
|
@@ -21,34 +21,32 @@ tasks:
|
|
|
21
21
|
- "@globs(tests)"
|
|
22
22
|
- "index.js"
|
|
23
23
|
- "ava.config.js"
|
|
24
|
-
platform: node
|
|
25
24
|
test-watch:
|
|
26
25
|
command:
|
|
27
26
|
- ava
|
|
28
27
|
- --watch
|
|
29
|
-
|
|
30
|
-
platform: node
|
|
28
|
+
preset: "server"
|
|
31
29
|
test-coverage:
|
|
32
30
|
command:
|
|
33
31
|
- c8
|
|
34
32
|
- ava
|
|
35
|
-
|
|
36
|
-
|
|
33
|
+
options:
|
|
34
|
+
runInCI: false
|
|
37
35
|
test-schema-validation:
|
|
38
36
|
command:
|
|
39
37
|
- ava
|
|
40
38
|
- test/schema-validation.test.js
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
options:
|
|
40
|
+
runInCI: false
|
|
43
41
|
test-integration:
|
|
44
42
|
command:
|
|
45
43
|
- ava
|
|
46
44
|
- test/integration.test.js
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
options:
|
|
46
|
+
runInCI: false
|
|
49
47
|
test-performance:
|
|
50
48
|
command:
|
|
51
49
|
- ava
|
|
52
50
|
- test/performance.test.js
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
options:
|
|
52
|
+
runInCI: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/spectrum-component-api-schemas",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.24",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"glob": "^10.3.12",
|
|
22
|
-
"@adobe/spectrum-design-data": "0.
|
|
22
|
+
"@adobe/spectrum-design-data": "0.8.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"ajv": "^8.12.0",
|
|
26
26
|
"ajv-formats": "^3.0.1",
|
|
27
|
-
"@adobe/design-data-spec": "2.
|
|
27
|
+
"@adobe/design-data-spec": "2.7.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {}
|
|
30
30
|
}
|