From d82bd71c89c47641ec481cbc63ea952398d51fa1 Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Thu, 27 Oct 2022 11:13:00 +0100 Subject: [PATCH] chore: Release 8.3.0 ERM-2244 --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- package.json | 12 ++++++------ 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c34158b5..00a3af54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,39 @@ # Change history for ui-licenses -## 8.3.0 In progress +## 8.3.0 2022-10-26 +* ERM-2386 Show a user-friendly message when deleting a pick list with 0 values which is assigned to a License Term +* ERM-2379 @folio/stripes-testing is incorrectly listed as a direct dependency +* ERM-2371 In custom property Type dropdown Refdata and Refdata (multi-select) should be labelled "Pick list" and "Pick list (multi-select)" +* ERM-2366 Core documents for a License shouldn't display a category +* ERM-2321 stripes-erm-components should be a peer +* ERM-2316 Update for stripes-kint-components translation handling changes +* ERM-2283 Upgrade Users interface to 16.0 +* ERM-2279 Refactor ui-plugin-find-license to react-query +* ERM-2216 Migrate ui-licenses Picklist Settings +* ERM-2173 New / Edit supplementary property and Term modals: UX improvements (Settings app) +* ERM-2157 Add multi-select support for custom properties +* FAT-82 ui-licenses: UI tests replacement with RTL/Jest + * ERM-2275 Add test coverage for ui-licenses routes + * ERM-2274 Add test coverage for ui-licenses routes + * ERM-2273 Add test coverage for ui-licenses routes + * ERM-2271 Add test coverage for ui-licenses routes + * ERM-2270 Add test coverage for ui-licenses routes + * ERM-2269 Add test coverage for ui-licenses viewSections + * ERM-2268 Add test coverage for ui-licenses viewSections + * ERM-2267 Add test coverage for ui-licenses viewSections + * ERM-2266 Add test coverage for ui-licenses viewSections + * ERM-2265 Add test coverage for ui-licenses viewSections + * ERM-2264 Add test coverage for ui-licenses viewSections + * ERM-2263 Add test coverage for ui-licenses viewSections + * ERM-2262 Add test coverage for ui-licenses viewSections + * ERM-2260 Add test coverage for ui-licenses viewSections + * ERM-2257 Add test coverage for ui-licenses + * ERM-2256 Add test coverage for ui-licenses + * ERM-2255 Add test coverage for ui-licenses + * ERM-2254 Add test coverage for ui-licenses + * ERM-2253 Add test coverage for ui-licenses + * ERM-2252 Add test coverage for ui-licenses + * ERM-2251 Add test coverage for ui-licenses * Bump to stripes-erm-components ^7.0.0 ## 8.2.2 2022-07-29 diff --git a/package.json b/package.json index e0a23e75..49726cab 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.18.9", "@babel/preset-react": "^7.12.5", - "@folio/eslint-config-stripes": "^6.1.0", - "@folio/stripes": "^7.2.0", - "@folio/stripes-cli": "^2.6.0", - "@folio/stripes-erm-components": "^7.0.0", + "@folio/eslint-config-stripes": "^6.3.0", + "@folio/stripes": "^7.3.1", + "@folio/stripes-cli": "^2.6.1", + "@folio/stripes-erm-components": "^7.0.1", "@folio/stripes-testing": "^4.2.0", "@formatjs/cli": "^4.2.29", "@testing-library/dom": "^8.16.0", @@ -81,8 +81,8 @@ "react-router-prop-types": "^1.0.4" }, "peerDependencies": { - "@folio/stripes": "^7.2.0", - "@folio/stripes-erm-components": "^7.0.0", + "@folio/stripes": "^7.3.1", + "@folio/stripes-erm-components": "^7.0.1", "moment": "^2.29.3", "react": "^17.0.2", "react-dom": "^17.0.2",