Skip to content

Commit c80a265

Browse files
authored
Merge pull request #738 from folio-org/release/11.0.2
chore: Release 11.0.2
2 parents 9580c1c + 4d78dc1 commit c80a265

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change history for ui-licenses
22

3+
## 11.0.2 2024-07-05
4+
* ERM-3285 Fix permission on /licenses/files/{id}/raw in mod-licenses
5+
36
## 11.0.1 2024-04-19
47
* ERM-3182 Scrolling content in license view pane can overlap header
58
* Translations

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@folio/licenses",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "ERM License functionality for Stripes",
55
"main": "src/index.js",
66
"repository": "",
@@ -115,7 +115,8 @@
115115
"description": "A user with this permission is able to download and view the content of License document files",
116116
"visible": true,
117117
"subPermissions": [
118-
"licenses.files.item.download"
118+
"licenses.files.item.download",
119+
"licenses.files.view"
119120
]
120121
},
121122
{

0 commit comments

Comments
 (0)