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", 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} - +