From 2043abd96e9d83b59ac7016a0eea0815bcea4b2d Mon Sep 17 00:00:00 2001 From: Diego Gonzalez Date: Mon, 17 Jan 2022 18:27:37 -0500 Subject: [PATCH 1/3] fix: card buttons font-weight and typescript issue on percentage bar --- src/components/EventCard/index.tsx | 2 +- src/components/ModuleCard/index.tsx | 2 +- src/components/ProgramCard/index.css | 2 +- src/components/ProgramCard/index.tsx | 4 ++-- src/components/WorkSessionCard/index.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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} From 78bc846bebf02b625899162db7647beeff1ad91c Mon Sep 17 00:00:00 2001 From: Diego Gonzalez Date: Mon, 17 Jan 2022 18:29:28 -0500 Subject: [PATCH 2/3] fix: card buttons font-weight and typescript issue on percentage bar --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 464b5a2..b20b090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 From 4ea7131a17d713f816c2561df77a991208077de6 Mon Sep 17 00:00:00 2001 From: Diego Gonzalez Date: Tue, 18 Jan 2022 09:27:26 -0500 Subject: [PATCH 3/3] build: bumping version: 3.4.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b20b090..d6ecfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ 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 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"