diff --git a/.changeset/pre.json b/.changeset/pre.json index da2c96e..0f77097 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,7 @@ "early-geckos-sit", "hip-snakes-appear", "honest-camels-beam", + "moody-lamps-wait", "nine-badgers-explode", "proud-sheep-melt", "shaggy-crabs-shout" diff --git a/CHANGELOG.md b/CHANGELOG.md index e616206..94c2463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-system-pro/token-tinker +## 0.1.0-next.5 + +### Patch Changes + +- [`27998e8`](https://github.com/Design-System-Pro/token-tinker/commit/27998e89ff88bebc5cc2a2ea4980704acb9dac4f) Thanks [@tomasfrancisco](https://github.com/tomasfrancisco)! - fix math resolution + ## 0.1.0-next.4 ### Patch Changes diff --git a/package.json b/package.json index ae1aba5..9b67b61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@design-system-pro/token-tinker", "license": "MIT license", - "version": "0.1.0-next.4", + "version": "0.1.0-next.5", "type": "module", "description": "GitHub Action to transform Design Tokens from Tokens Studio using Style Dictionary", "main": "dist/main.js",