Skip to content

Commit

Permalink
chore: Release 8.2.1
Browse files Browse the repository at this point in the history
ERM-2030
  • Loading branch information
EthanFreestone committed Jul 4, 2022
1 parent c327dd4 commit 88526ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 88526ef

Please sign in to comment.