diff --git a/NEWS.cs.md b/NEWS.cs.md index 747a376d..56f00437 100644 --- a/NEWS.cs.md +++ b/NEWS.cs.md @@ -1,3 +1,10 @@ +#### Verze 2.6.0 + +- Rozlišení pojmů pocházejících z různých slovníků badgem se zkratkou slovníku +- Slovník obsahuje informaci o počtu pojmů +- přepracován a rozšířen SKOS import +- Opravy chyb + #### Verze 2.5.1 - Použití skos:broadMatch místo skos:broader pro vazby do jiných slovníků diff --git a/NEWS.en.md b/NEWS.en.md index ad084e98..7981a33f 100644 --- a/NEWS.en.md +++ b/NEWS.en.md @@ -1,7 +1,14 @@ -#### Verze 2.5.1 +#### Version 2.6.0 -- Using skos:broadMatch instead of skos:broader for a link to another vocabulary -- Opravy menších chyb. +- Distinguishing terms coming from different vocabularies by a badge. +- A vocabulary contains a badge with the number of its terms. +- SKOS import redesigned and extended. +- Bug fixes. + +#### Version 2.5.1 + +- Using skos:broadMatch instead of skos:broader for a link to another vocabulary. +- Minor bug fixes. #### Version 2.5.0 diff --git a/package-lock.json b/package-lock.json index c7a5f66e..7edca349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "termit-ui", - "version": "2.5.1", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.5.1", + "version": "2.6.0", "license": "GPL-3.0-only", "dependencies": { "@formatjs/intl-pluralrules": "^4.0.22", diff --git a/package.json b/package.json index 391b4939..5147a3d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "termit-ui", - "version": "2.5.1", + "version": "2.6.0", "private": true, "homepage": ".", "license": "GPL-3.0-only",