diff --git a/.changeset/wild-emus-yawn.md b/.changeset/wild-emus-yawn.md deleted file mode 100644 index 79c9d37..0000000 --- a/.changeset/wild-emus-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/sd-transforms': patch ---- - -No longer need to commit to using @rollup/plugin-commonjs. We prebundle the dependency that is CJS-only so users don't need to worry about it. diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b156c..315b23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tokens-studio/sd-transforms +## 0.3.1 + +### Patch Changes + +- 631424d: No longer need to commit to using @rollup/plugin-commonjs. We prebundle the dependency that is CJS-only so users don't need to worry about it. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index b613a36..f075437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/sd-transforms", - "version": "0.3.0", + "version": "0.3.1", "description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", "license": "MIT", "author": "Joren Broekema ",