From 3c6cc048e0aaff8becbc935599af159c73e8769a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:08:52 +0000 Subject: [PATCH] chore(main): release 1.9.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef28c7..20da963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * update tachyons colors to use WPDS colors ([#15](https://github.com/washingtonpost/tachyons-css/issues/15)) ([b443436](https://github.com/washingtonpost/tachyons-css/commit/b443436c620a81ac2aaa9116941e2881cf724d25)) +## [1.9.0](https://github.com/washingtonpost/tachyons-css/compare/v1.8.0...v1.9.0) (2023-10-20) + + +### Features + +* update font family tokens ([#28](https://github.com/washingtonpost/tachyons-css/issues/28)) ([eee7afd](https://github.com/washingtonpost/tachyons-css/commit/eee7afd045c37b298a739a23424f20a3d9a39fef)) + ## [1.8.0](https://github.com/washingtonpost/tachyons-css/compare/v1.7.3...v1.8.0) (2023-06-05) diff --git a/package-lock.json b/package-lock.json index 3cf268a..b5d82e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@washingtonpost/tachyons-css", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@washingtonpost/tachyons-css", - "version": "1.8.0", + "version": "1.9.0", "dependencies": { "@washingtonpost/icon-tokens": "latest", "@washingtonpost/logo-tokens": "latest", diff --git a/package.json b/package.json index 730eb2c..d651651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/tachyons-css", - "version": "1.8.0", + "version": "1.9.0", "main": "dist/index.css", "style": "dist/index.css", "directories": {