diff --git a/.changeset/pre.json b/.changeset/pre.json index 887ecbc..e57a1ec 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ }, "changesets": [ "early-geckos-sit", - "hip-snakes-appear" + "hip-snakes-appear", + "honest-camels-beam" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c739d..0cfd321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-system-pro/token-tinker +## 0.1.0-next.1 + +### Patch Changes + +- [`9014420`](https://github.com/Design-System-Pro/token-tinker/commit/9014420e3e1b7453a290b61fc7d1892f4ced9cb9) Thanks [@tomasfrancisco](https://github.com/tomasfrancisco)! - Add dist folder to release + ## 0.1.0-next.0 ### Minor Changes diff --git a/package.json b/package.json index 07d54ec..bd69e55 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.0", + "version": "0.1.0-next.1", "type": "module", "description": "GitHub Action to transform Design Tokens from Tokens Studio using Style Dictionary", "main": "dist/main.js",