From 47ecbaf4dc17bd264f6fc100bc01a7fea3b43804 Mon Sep 17 00:00:00 2001 From: Rajeev Galaiya Date: Wed, 16 Feb 2022 12:03:20 +0000 Subject: [PATCH 1/2] fix: update author name to use h1 instead of h2 --- src/elements/author-profile/src/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/elements/author-profile/src/index.tsx b/src/elements/author-profile/src/index.tsx index 05adad550..21a8b1606 100644 --- a/src/elements/author-profile/src/index.tsx +++ b/src/elements/author-profile/src/index.tsx @@ -160,7 +160,7 @@ const AuthorProfile: React.FC = ({ variant: styles('content') }} > - = ({ paddingBottom: 0, variant: styles('name') }} - as="h2" + as="h1" > = ({ {name} {role} - + Date: Wed, 16 Feb 2022 13:43:15 +0000 Subject: [PATCH 2/2] chore: release - @uswitch/trustyle.author-profile@1.3.16 --- src/elements/author-profile/CHANGELOG.md | 11 +++++++++++ src/elements/author-profile/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/elements/author-profile/CHANGELOG.md b/src/elements/author-profile/CHANGELOG.md index 6748f179c..4eff5e1b3 100644 --- a/src/elements/author-profile/CHANGELOG.md +++ b/src/elements/author-profile/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.16](https://github.com/uswitch/trustyle/compare/@uswitch/trustyle.author-profile@1.3.15...@uswitch/trustyle.author-profile@1.3.16) (2022-02-16) + + +### Bug Fixes + +* update author name to use h1 instead of h2 ([47ecbaf](https://github.com/uswitch/trustyle/commit/47ecbaf4dc17bd264f6fc100bc01a7fea3b43804)) + + + + + ## [1.3.15](https://github.com/uswitch/trustyle/compare/@uswitch/trustyle.author-profile@1.3.14...@uswitch/trustyle.author-profile@1.3.15) (2021-12-17) **Note:** Version bump only for package @uswitch/trustyle.author-profile diff --git a/src/elements/author-profile/package.json b/src/elements/author-profile/package.json index 2867ff9f4..152608c14 100644 --- a/src/elements/author-profile/package.json +++ b/src/elements/author-profile/package.json @@ -1,6 +1,6 @@ { "name": "@uswitch/trustyle.author-profile", - "version": "1.3.15", + "version": "1.3.16", "license": "MIT", "main": "lib/index.js", "ts:main": "src/index.tsx",