Skip to content

Commit

Permalink
Merge pull request #738 from folio-org/release/11.0.2
Browse files Browse the repository at this point in the history
chore: Release 11.0.2
  • Loading branch information
Jack-Golding authored Jul 5, 2024
2 parents 9580c1c + 4d78dc1 commit c80a265
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-licenses

## 11.0.2 2024-07-05
* ERM-3285 Fix permission on /licenses/files/{id}/raw in mod-licenses

## 11.0.1 2024-04-19
* ERM-3182 Scrolling content in license view pane can overlap header
* Translations
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/licenses",
"version": "11.0.1",
"version": "11.0.2",
"description": "ERM License functionality for Stripes",
"main": "src/index.js",
"repository": "",
Expand Down Expand Up @@ -115,7 +115,8 @@
"description": "A user with this permission is able to download and view the content of License document files",
"visible": true,
"subPermissions": [
"licenses.files.item.download"
"licenses.files.item.download",
"licenses.files.view"
]
},
{
Expand Down

0 comments on commit c80a265

Please sign in to comment.