From 29f69c348af619f6c155b5718387a3f7c0d90571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Fri, 25 Oct 2024 18:13:52 +0200 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/volto-slate-glossary/CHANGELOG.md | 7 +++++++ packages/volto-slate-glossary/news/11.feature | 1 - packages/volto-slate-glossary/news/12.feature | 1 - packages/volto-slate-glossary/package.json | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 packages/volto-slate-glossary/news/11.feature delete mode 100644 packages/volto-slate-glossary/news/12.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e9703..ce640fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ +## 2.1.0 (2024-10-25) + +### Feature + +- Show an alphabet navigation on glossary. Clicking a letter scrolls the entries for this letter into view. @mauritsvanrees, @ksuess [#11](https://github.com/rohberg/volto-slate-glossary/issue/11) +- Add option to mention the term in the header of its tooltip. @mauritsvanrees, @ksuess [#12](https://github.com/rohberg/volto-slate-glossary/issue/12) + ## 2.0.1 (2024-10-25) ## 2.0.0 (2024-10-25) diff --git a/package.json b/package.json index b22436f..b8e6022 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rohberg/volto-slate-glossary-dev", - "version": "2.0.1", + "version": "2.1.0", "description": "Add tooltips for glossary terms", "author": "Katja S\u00fcss", "homepage": "https://github.com/rohberg/volto-slate-glossary", diff --git a/packages/volto-slate-glossary/CHANGELOG.md b/packages/volto-slate-glossary/CHANGELOG.md index 58e9703..ce640fb 100644 --- a/packages/volto-slate-glossary/CHANGELOG.md +++ b/packages/volto-slate-glossary/CHANGELOG.md @@ -8,6 +8,13 @@ +## 2.1.0 (2024-10-25) + +### Feature + +- Show an alphabet navigation on glossary. Clicking a letter scrolls the entries for this letter into view. @mauritsvanrees, @ksuess [#11](https://github.com/rohberg/volto-slate-glossary/issue/11) +- Add option to mention the term in the header of its tooltip. @mauritsvanrees, @ksuess [#12](https://github.com/rohberg/volto-slate-glossary/issue/12) + ## 2.0.1 (2024-10-25) ## 2.0.0 (2024-10-25) diff --git a/packages/volto-slate-glossary/news/11.feature b/packages/volto-slate-glossary/news/11.feature deleted file mode 100644 index 229f27d..0000000 --- a/packages/volto-slate-glossary/news/11.feature +++ /dev/null @@ -1 +0,0 @@ -Show an alphabet navigation on glossary. Clicking a letter scrolls the entries for this letter into view. @mauritsvanrees, @ksuess diff --git a/packages/volto-slate-glossary/news/12.feature b/packages/volto-slate-glossary/news/12.feature deleted file mode 100644 index b22c5e5..0000000 --- a/packages/volto-slate-glossary/news/12.feature +++ /dev/null @@ -1 +0,0 @@ -Add option to mention the term in the header of its tooltip. @mauritsvanrees, @ksuess diff --git a/packages/volto-slate-glossary/package.json b/packages/volto-slate-glossary/package.json index 34ea57c..6366817 100644 --- a/packages/volto-slate-glossary/package.json +++ b/packages/volto-slate-glossary/package.json @@ -1,6 +1,6 @@ { "name": "@rohberg/volto-slate-glossary", - "version": "2.0.1", + "version": "2.1.0", "description": "Add tooltips for glossary terms", "main": "src/index.js", "license": "MIT",