Skip to content

Commit

Permalink
chore: Release 8.3.3
Browse files Browse the repository at this point in the history
Bumped patch version -> 8.3.3, added changelog section

refs ERM-2542, ERM-2540, ERM-2549
  • Loading branch information
EthanFreestone committed Jan 24, 2023
1 parent f22546e commit d431b30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-agreements

## 8.3.3 2023-01-24
* ERM-2547 On agreement and license user details do not display when more than one user linked to agreement/license as Internal contact
* ERM-2538 On agreement and license view not all linked Org interfaces displaying

## 8.3.2 2022-12-01
* ERM-2489 Reduce number of eresources retrieved to 25 rather than 100

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/agreements",
"version": "8.3.2",
"version": "8.3.3",
"description": "ERM agreement functionality for Stripes",
"main": "src/index.js",
"publishConfig": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@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-erm-components": "^7.0.4",
"@folio/stripes-testing": "^4.2.0",
"@formatjs/cli": "^4.2.31",
"@interactors/html": "^1.0.0-rc1.2",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"dependencies": {
"@folio/stripes-acq-components": "^3.1.0",
"@k-int/stripes-kint-components": "^3.0.2",
"@k-int/stripes-kint-components": "^3.2.2",
"@rehooks/local-storage": "2.4.4",
"compose-function": "^3.0.3",
"final-form": "^4.18.4",
Expand All @@ -89,7 +89,7 @@
},
"peerDependencies": {
"@folio/stripes": "^7.3.1",
"@folio/stripes-erm-components": "^7.0.1",
"@folio/stripes-erm-components": "^7.0.4",
"moment": "^2.29.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit d431b30

Please sign in to comment.