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 56cb9d5 commit ab3e5acCopy full SHA for ab3e5ac
.changeset/huge-worlds-read.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tokens-studio/sd-transforms': patch
3
4
+
5
+Specify version range for SD peer dep to specifically support the 5.0.0 release candidates.
package.json
@@ -41,7 +41,7 @@
41
"is-mergeable-object": "^1.1.1"
42
},
43
"peerDependencies": {
44
- "style-dictionary": ">=4.3.0 < 6"
+ "style-dictionary": "^4.3.0 || ^5.0.0-rc.0"
45
46
"devDependencies": {
47
"@changesets/cli": "^2.27.6",
0 commit comments