Skip to content

Commit

Permalink
Fix "Smalare", 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Nov 29, 2023
1 parent 64a5682 commit 06802a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,20 @@ As this project is a user-facing application, the places in the semantic version

## [Unreleased]

### [2.2.6] (2023-11-02)
## [2.2.7] (2023-11-29)

### Fixed

- "Bredare/Smalare" not "Bredare/Underordnade"

## [2.2.6] (2023-11-02)

### Changed

- Show SAOGF terms more prominently than others
- Set Node version (to 16) in `.nvmrc` and respect that in GitHub CI workflow

### [2.2.5] (2023-10-25)
## [2.2.5] (2023-10-25)

### Added

Expand All @@ -34,7 +40,7 @@ As this project is a user-facing application, the places in the semantic version

- Added missing author "Arthur Magnusson" for the local work `magnusson`

### [2.2.4] (2023-10-13)
## [2.2.4] (2023-10-13)

### Added

Expand Down Expand Up @@ -260,7 +266,8 @@ As this project is a user-facing application, the places in the semantic version

This date marks the public release of the website. It features a search interface for the Queerlit bibliography, as well as a thesaurus browser for the QLIT thesaurus. Change up until this point are not documented other than in the git commit log.

[unreleased]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.6...HEAD
[unreleased]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.7...HEAD
[2.2.7]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.6...v2.2.7
[2.2.6]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.5...v2.2.6
[2.2.5]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.4...v2.2.5
[2.2.4]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.3...v2.2.4
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": "queerlit-gui",
"version": "2.2.6",
"version": "2.2.7",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Term.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ watchEffect(async () => {
</div>

<div class="flex-1">
<Labeled label="Underordnade">
<Labeled label="Smalare">
<ul class="my-1 flex flex-col gap-2">
<li v-for="narrowerTerm in children" :key="narrowerTerm.name">
<router-link :to="`/subjects/${narrowerTerm.name}`">
Expand Down

0 comments on commit 06802a7

Please sign in to comment.