Skip to content

Commit

Permalink
Merge pull request #1336 from folio-org/release/11.0.3
Browse files Browse the repository at this point in the history
Release 11.0.3
  • Loading branch information
Jack-Golding committed Jul 5, 2024
2 parents 7372a6c + d83513c commit 1abc86a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change history for ui-agreements

## 11.0.3 2024-07-05
* ERM-3288 Fix permission on /erm/files/{id}/raw in mod-agreements

## 11.0.2 2024-05-28
* ERM-3248 Use static endpoints for /resources and /entitlementOptions in Poppy Compatible release
* ERM-3246 Improve performance of entitlementOptions endpoint
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/agreements",
"version": "11.0.2",
"version": "11.0.3",
"description": "ERM agreement functionality for Stripes",
"main": "src/index.js",
"publishConfig": {
Expand Down Expand Up @@ -172,7 +172,8 @@
"description": "A user with this permission is able to download and view the content of Agreement document files",
"visible": true,
"subPermissions": [
"erm.files.item.download"
"erm.files.item.download",
"erm.files.view"
]
},
{
Expand Down

0 comments on commit 1abc86a

Please sign in to comment.