diff --git a/.changeset/chilled-squids-trade.md b/.changeset/chilled-squids-trade.md deleted file mode 100644 index e8eb52d..0000000 --- a/.changeset/chilled-squids-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@runroom/design-tokens': patch ---- - -Move from classes to functions diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2abaf..d3647bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @runroom/design-tokens +## 3.1.1 + +### Patch Changes + +- [#49](https://github.com/Runroom/design-tokens/pull/49) + [`7cd3252`](https://github.com/Runroom/design-tokens/commit/7cd325240371f33a3f20a8f7123147d2e8cb6be1) + Thanks [@izm20](https://github.com/izm20)! - Move from classes to functions + ## 3.1.0 ### Minor Changes diff --git a/package.json b/package.json index cb2ccad..8080210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runroom/design-tokens", - "version": "3.1.0", + "version": "3.1.1", "description": "Figma design tokens", "type": "module", "repository": {