Skip to content

Commit def362f

Browse files
authored
fix: update font-weight in headings to 400 instead of 500 (#839)
* ci: auto accept ui changes during publish * feat: update header styles * ci: make sure the published version is accepted on the version branch as well
1 parent f8307e4 commit def362f

File tree

17 files changed

+28
-19
lines changed

17 files changed

+28
-19
lines changed

.circleci/publish.sh

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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+
1016
## [0.44.0] - 2024-07-15
1117

1218
- 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)