From c9c5ba7ebb192b0936c455d0dc8af5c4eea7ccf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Apr 2024 16:09:06 +0000 Subject: [PATCH] Version Packages --- .changeset/nasty-planes-complain.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nasty-planes-complain.md diff --git a/.changeset/nasty-planes-complain.md b/.changeset/nasty-planes-complain.md deleted file mode 100644 index 744baf0..0000000 --- a/.changeset/nasty-planes-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@igloo-ui/tokens': minor ---- - -Fixed the Inter font declaration to use a woff2 variable font' diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c978cb..85f61ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/tokens +## 2.1.0 + +### Minor Changes + +- 4a55180: Fixed the Inter font declaration to use a woff2 variable font' + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 40e4bca..d4d318e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/tokens", - "version": "2.0.0", + "version": "2.1.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",