From 88526efb80d695179a7e124f917ca61d4733c030 Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Mon, 4 Jul 2022 16:03:18 +0100 Subject: [PATCH] chore: Release 8.2.1 ERM-2030 --- CHANGELOG.md | 22 +++++++++++++++++++++- package.json | 10 +++++----- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81080716..a95d511f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,27 @@ # Change history for ui-licenses -## 8.2.0 In progress +## 8.2.1 2022-07-04 +* ERM-2225 Amendment/License link status values do not update immediately after Agreement edit +* ERM-2224 Error on duplicating amendment +* ERM-2217 In custom property Type dropdown Refdata and Refdata (multi-select) should be labelled "Pick list" and "Pick list (multi-select)" +* ERM-2204 Toast error message not displayed on failure to delete custom property +* ERM-2175 Migrate Edit/Create routes to react-query where we have regressions +* ERM-2159 Bump frontend dependency on stripes-kint-components +* ERM-2148 update outdated dependencies in ui-licenses +* ERM-2109 Refactor away from react-intl-safe-html (ui-licenses) * ERM-2099 Replace babel-eslint with @babel/eslint-parser +* ERM-2072 A maximum of 10 custom properties are retrieved for agreements and licenses +* ERM-2068 Add support for Date across License filters +* ERM-2066 Number of tags doesn't update on adding tags to agreement line (Refactor to react-query from stripes-connect) +* ERM-2044 Ability to make custom properties deprecated +* ERM-2043 Implement updated design for term management in license settings +* ERM-1971 Bump eslint-config stripes version +* ERM-778 Add Date type to customProperties +* FAT-82 ui-licenses: UI tests replacement with RTL/Jest + * ERM-1510 TermsConfigForm + * ERM-1509 TermsConfigRoute + * ERM-1507 PickListSettings + ## 8.1.0 2022-03-03 * ERM-1982 Licenses: Organization interface credentials malfunction diff --git a/package.json b/package.json index fe90c33c..2e06dc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/licenses", - "version": "8.2.0", + "version": "8.2.1", "description": "ERM License functionality for Stripes", "main": "src/index.js", "repository": "", @@ -28,8 +28,8 @@ "@bigtest/react": "^0.1.2", "@bigtest/mirage": "^0.0.1", "@folio/eslint-config-stripes": "^6.1.0", - "@folio/stripes": "^7.1.0", - "@folio/stripes-cli": "^2.5.0", + "@folio/stripes": "^7.2.0", + "@folio/stripes-cli": "^2.6.0", "@folio/stripes-testing": "^4.2.0", "@formatjs/cli": "^4.2.29", "@testing-library/dom": "^8.13.0", @@ -71,7 +71,7 @@ "graphql": "^16.0.0" }, "dependencies": { - "@folio/stripes-erm-components": "^6.1.0", + "@folio/stripes-erm-components": "^6.2.0", "@k-int/stripes-kint-components": "^2.6.5", "@folio/stripes-testing": "^4.2.0", "@rehooks/local-storage": "2.4.4", @@ -88,7 +88,7 @@ "query-string": "^7.1.1" }, "peerDependencies": { - "@folio/stripes": "^7.1.0", + "@folio/stripes": "^7.2.0", "moment": "^2.29.3", "react": "^17.0.2", "react-dom": "^17.0.2",