diff --git a/.changeset/small-mice-share.md b/.changeset/small-mice-share.md deleted file mode 100644 index 132a105..0000000 --- a/.changeset/small-mice-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/types': minor ---- - -BREAKING: $extensions['studio.tokens'] is now optional, modify inner prop is optional, $extensions is extendable with other namespaces, add originalType meta prop to studio.tokens namespace. diff --git a/.changeset/tiny-shoes-explain.md b/.changeset/tiny-shoes-explain.md deleted file mode 100644 index 72b8f78..0000000 --- a/.changeset/tiny-shoes-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/types': patch ---- - -Allow token value to be string for any token types, since it can always be a reference which is of type string. diff --git a/CHANGELOG.md b/CHANGELOG.md index a35ba64..672c390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @tokens-studio/types +## 0.5.0 + +### Minor Changes + +- c38c1b9: BREAKING: $extensions['studio.tokens'] is now optional, modify inner prop is optional, $extensions is extendable with other namespaces, add originalType meta prop to studio.tokens namespace. + +### Patch Changes + +- 93f1cc3: Allow token value to be string for any token types, since it can always be a reference which is of type string. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 2cd9176..b8dd603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/types", - "version": "0.4.0", + "version": "0.5.0", "description": "", "license": "MIT", "author": "Joren Broekema ",