diff --git a/CHANGELOG.md b/CHANGELOG.md index 464b5a2..d6ecfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [3.4.2] 2022-01-18 + +### Fixed + +- Fix font weight for buttons in cards +- Fix the type issue in the percentage bar on ModuleCards + ## [3.4.1] 2022-01-14 ### Added diff --git a/package.json b/package.json index 4796da2..bb059cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@perimetre/ui", "description": "A component library made by @perimetre", - "version": "3.4.1", + "version": "3.4.2", "repository": { "type": "git", "url": "git+https://github.com/perimetre/ui.git" diff --git a/src/components/EventCard/index.tsx b/src/components/EventCard/index.tsx index f963651..edbc4f7 100644 --- a/src/components/EventCard/index.tsx +++ b/src/components/EventCard/index.tsx @@ -113,7 +113,7 @@ export const EventCard: React.FC = ({

{sponsorLabel}

- + {buttonContent} diff --git a/src/components/ModuleCard/index.tsx b/src/components/ModuleCard/index.tsx index bf90694..01e5ec2 100644 --- a/src/components/ModuleCard/index.tsx +++ b/src/components/ModuleCard/index.tsx @@ -115,7 +115,7 @@ export const ModuleCard: React.FC = ({
- + {buttonContent}