diff --git a/.changeset/cyan-mice-rush.md b/.changeset/cyan-mice-rush.md deleted file mode 100644 index c15a7ab..0000000 --- a/.changeset/cyan-mice-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@igloo-ui/tokens': minor ---- - -Add black and white color diff --git a/CHANGELOG.md b/CHANGELOG.md index 7549842..3c14beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/tokens +## 0.2.0 + +### Minor Changes + +- 1abafb9: Add black and white color + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 5a57850..b6054cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/tokens", - "version": "0.1.1", + "version": "0.2.0", "description": "Igloo tokens are all the values needed to construct and maintain a design system — spacing, color, fonts, opacity, etc..", "main": "dist/index.js", "style": "dist/variables.css",