diff --git a/.changeset/plenty-hornets-cross.md b/.changeset/plenty-hornets-cross.md deleted file mode 100644 index 8dc8d8f..0000000 --- a/.changeset/plenty-hornets-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/types': patch ---- - -Expand certain types to also allow number to be passed in, if this is possible in CSS for example. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9951ac9..4f1d9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tokens-studio/types +## 0.1.1 + +### Patch Changes + +- 90e52b7: Expand certain types to also allow number to be passed in, if this is possible in CSS for example. + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index ce3a61f..262f999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/types", - "version": "0.1.0", + "version": "0.1.1", "description": "", "license": "MIT", "author": "Joren Broekema ",