We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8171c commit d11184eCopy full SHA for d11184e
.changeset/config.json
@@ -7,12 +7,22 @@
7
}
8
],
9
"commit": false,
10
- "fixed": [["@spectrum-web-components/*"]],
+ "fixed": [
11
+ [
12
+ "@spectrum-web-components/*",
13
+ "!@spectrum-web-components/core",
14
+ "!@spectrum-web-components/1st-gen",
15
+ "!@spectrum-web-components/2nd-gen"
16
+ ]
17
+ ],
18
"linked": [["@adobe/swc", "@spectrum-web-components/core"]],
19
"access": "public",
20
"baseBranch": "main",
21
"updateInternalDependencies": "patch",
- "ignore": [],
22
+ "ignore": [
23
+ "@spectrum-web-components/1st-gen",
24
+ "@spectrum-web-components/2nd-gen"
25
26
"snapshot": {
27
"useCalculatedVersion": true,
28
"prereleaseTemplate": "{tag}.{datetime}"
0 commit comments