diff --git a/.changeset/angry-peas-approve.md b/.changeset/angry-peas-approve.md deleted file mode 100644 index 3ae660b..0000000 --- a/.changeset/angry-peas-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/configs': patch ---- - -Disable annoying TS rule and depend on react hooks plugin beta rc. diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c7344..7cd63df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tokens-studio/configs +## 0.2.1 + +### Patch Changes + +- 810aad9: Disable annoying TS rule and depend on react hooks plugin beta rc. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 53d5532..ddecee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/configs", - "version": "0.2.0", + "version": "0.2.1", "description": "The official configs for Tokens Studio, such as Prettier, ESLint, TSConfig etc.", "license": "MIT", "author": "Joren Broekema ",