Skip to content

Commit

Permalink
Release/fhi-angular-components/3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yleaxeman authored Mar 5, 2024
1 parent 38bdcc5 commit 897b5e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions projects/fhi-angular-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Unreleased
# 3.1.2

> Mar 5, 2024
* :bug: **Bugfix** Previous bugfix was not complete; now it is

## 3.1.1

> Mar 4, 2024
* :bug* **Bugfix** Reset font family on `FhiTreeViewNavigation`
* :bug: **Bugfix** Reset font family on `FhiTreeViewNavigation`

# 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion projects/fhi-angular-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folkehelseinstituttet/angular-components",
"version": "3.1.0",
"version": "3.1.2",
"publishConfig": {
"tag": "latest"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
text-decoration: none;

&.active {
font-family: $fhi-core-font-family-sans-serif-regular;
font-family: $fhi-core-font-family-sans-serif-medium;
font-weight: 700;
}
}
Expand Down

0 comments on commit 897b5e2

Please sign in to comment.