diff --git a/CHANGELOG.md b/CHANGELOG.md index 825505abf..fd557f62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [13.5.0](https://github.com/chanzuckerberg/edu-design-system/compare/v13.4.0...v13.5.0) (2023-10-06) + + +### Features + +* **Tabs:** add variant for controlling tab header alignment ([#1774](https://github.com/chanzuckerberg/edu-design-system/issues/1774)) ([e9b6658](https://github.com/chanzuckerberg/edu-design-system/commit/e9b6658941c27ffed87c52b61fd7305a62b0935b)) +* **Tailwind:** add config to expose primary and secondary fonts ([#1775](https://github.com/chanzuckerberg/edu-design-system/issues/1775)) ([ccab923](https://github.com/chanzuckerberg/edu-design-system/commit/ccab923eee1f6eb557a136162e8fbbc08eb98272)) + + +### Bug Fixes + +* **Typography:** set line height for preset 004 to 28px ratio ([#1776](https://github.com/chanzuckerberg/edu-design-system/issues/1776)) ([5b6c400](https://github.com/chanzuckerberg/edu-design-system/commit/5b6c4001e2c5a04c9d0b87e8fe39e3f74d9c4c27)) + ## [13.4.0](https://github.com/chanzuckerberg/edu-design-system/compare/v13.3.0...v13.4.0) (2023-10-03) diff --git a/package.json b/package.json index 95c0d1c49..208fed6cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chanzuckerberg/eds", - "version": "13.4.0", + "version": "13.5.0", "description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications", "author": "CZI ", "homepage": "https://github.com/chanzuckerberg/edu-design-system",