From ba07f8d5e9fc81293f935a10498f26f32763782a Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Fri, 19 Apr 2024 11:12:34 +0100 Subject: [PATCH] chore: Release 11.0.1 Upaded package.json version -> 11.0.1 and added CHANGELOG section refs ERM-3198 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe2fc42b..56a006938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change history for ui-agreements +## 11.0.1 2024-04-19 + * Change default search options for Local KB titles to exclude identifiers + * ERM-3182 Scrolling content in license view pane can overlap header (Also impacted agreements) + * ERM-3172 The failure of reference object when displaying agreement line should be handled elegantly + * Translations + ## 11.0.0 2024-03-22 * ERM-3168 Add option to control which columns display in the Agreement search and sort results * ERM-3167 Add option to control which columns display in the Agreement Line search and sort results diff --git a/package.json b/package.json index fdfb3f1c8..edd15a1fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/agreements", - "version": "11.0.0", + "version": "11.0.1", "description": "ERM agreement functionality for Stripes", "main": "src/index.js", "publishConfig": {