Skip to content

Commit

Permalink
chore: bump to 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Jan 27, 2025
1 parent abc15de commit 328ee6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [9.8.2] - 2025-01-27

### Changed

- Removed `$rootScope.searchtabs()`, use `$location.search()` to get/set `search_tab` instead
Expand Down Expand Up @@ -355,6 +357,7 @@
- Lots of bug fixes for the sidebar

[unreleased]: https://github.com/spraakbanken/korp-frontend/compare/master...dev
[9.8.2]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.8.2
[9.8.1]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.8.1
[9.8.0]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.8.0
[9.7.2]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.7.2
Expand Down
2 changes: 1 addition & 1 deletion app/markup/about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="modal-header">
<h2>Korp version 9.8.1</h2>
<h2>Korp version 9.8.2</h2>
<span ng-click="clickX()" class="close-x">×</span>

</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "korp-frontend",
"version": "9.8.1",
"version": "9.8.2",
"dependencies": {
"@fontsource/source-sans-pro": "^5.1.0",
"@fortawesome/fontawesome-free": "6.2.1",
Expand Down

0 comments on commit 328ee6e

Please sign in to comment.