From 3e238f3e61ffdab84e82fad1284de438bcd8d784 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:04:01 +0000 Subject: [PATCH] chore(main): release 1.10.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a3132..8e40ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ * update font family tokens ([#28](https://github.com/washingtonpost/tachyons-css/issues/28)) ([eee7afd](https://github.com/washingtonpost/tachyons-css/commit/eee7afd045c37b298a739a23424f20a3d9a39fef)) +## [1.10.0](https://github.com/washingtonpost/tachyons-css/compare/v1.9.0...v1.10.0) (2024-06-17) + + +### Features + +* upgrade to kit 2.0.0 ([26bb36b](https://github.com/washingtonpost/tachyons-css/commit/26bb36b599e6f960e71543ac23cc3b84adb42149)) + + +### Bug Fixes + +* import to kit rather than theme ([84811a9](https://github.com/washingtonpost/tachyons-css/commit/84811a97b6444729540aebaa302772c34cda5769)) + ## [1.7.0](https://github.com/washingtonpost/tachyons-css/compare/v1.6.0...v1.7.0) (2023-04-11) diff --git a/package-lock.json b/package-lock.json index 47f87e6..51481f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@washingtonpost/tachyons-css", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@washingtonpost/tachyons-css", - "version": "1.9.0", + "version": "1.10.0", "devDependencies": { "@washingtonpost/wpds-ui-kit": "^2.0.0", "cssnano": "^5.1.15", diff --git a/package.json b/package.json index 6b42a67..4ac37cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/tachyons-css", - "version": "1.9.0", + "version": "1.10.0", "main": "dist/index.css", "style": "dist/index.css", "directories": {