Skip to content

Commit 99159a8

Browse files
committed
Revert "fix: update font-weight in headings to 400 instead of 500 (#839)"
This reverts commit def362f.
1 parent 1bff7bf commit 99159a8

File tree

17 files changed

+19
-28
lines changed

17 files changed

+19
-28
lines changed

.circleci/publish.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ then
1313
cd ..
1414
npm publish --tag latest
1515
npm i || exit $?
16-
npx -y chromatic --auto-accept-changes --branch=master
17-
npx -y chromatic --auto-accept-changes --branch=$version
16+
npx -y chromatic --auto-accept-changes master
1817
else
1918
cd ..
2019
npm publish --tag version-$version
21-
npm i || exit $?
22-
npx -y chromatic --auto-accept-changes --branch=$version
2320
fi

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10-
## [0.44.1] - 2024-07-29
11-
12-
### Changes
13-
14-
- Updated the default font-weight for headings to be 400 instead of 500
15-
1610
## [0.44.0] - 2024-07-15
1711

1812
- Removes the default `maxAgeInSeconds` value (previously 300 seconds) in EmailVerification Claim. If the claim value is true and `maxAgeInSeconds` is not provided, it will not be refreshed.

lib/build/emailverification-shared2.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/genericComponentOverrideContext.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/index2.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/multifactorauthprebuiltui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/passwordlessprebuiltui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/sessionprebuiltui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/thirdpartyprebuiltui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/totpprebuiltui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)