From 27b65cc1119dda5efe0ffd783a8ee8fc7dcd2c74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:27:05 +0000 Subject: [PATCH] Version Packages (#50) Co-authored-by: github-actions[bot] --- .changeset/chilled-squids-trade.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-squids-trade.md 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": {