Skip to content

Commit

Permalink
UIMARCAUTH-429 Upgrade srs interface and be permission refactoring (#417
Browse files Browse the repository at this point in the history
)

* UIMARCAUTH-429 Upgrade srs interface and be permission refactoring

* UIMARCAUTH-429 mark as breaking
  • Loading branch information
BogdanDenis authored Oct 17, 2024
1 parent a4d9e09 commit a80d050
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change history for ui-marc-authorities

## [5.1.0] (IN PROGRESS)
## [6.0.0] (IN PROGRESS)

- [UIMARCAUTH-408](https://issues.folio.org/browse/UIMARCAUTH-408) Import `useUserTenantPermissions` from `@folio/stripes/core`.
- [UIMARCAUTH-396](https://issues.folio.org/browse/UIMARCAUTH-396) Add quickMARC shortcuts to modal.
Expand All @@ -12,6 +12,7 @@
- [UIMARCAUTH-423](https://issues.folio.org/browse/UIMARCAUTH-423) Pass `showSortIndicator` prop to `SearchResultsList` to display sort indicator in the results header.
- [UIMARCAUTH-413](https://issues.folio.org/browse/UIMARCAUTH-413) Move `quick-marc` to optional dependencies.
- [UIMARCAUTH-428](https://issues.folio.org/browse/UIMARCAUTH-428) *BREAKING* Upgrade `marc-records-editor` to `6.0`.
- [UIMARCAUTH-429](https://folio-org.atlassian.net/browse/UIMARCAUTH-429) *BREAKING* Upgrade `source-record-storage` to `3.3`

## [5.0.1](https://github.com/folio-org/ui-marc-authorities/tree/v5.0.1) (2024-04-02)

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/marc-authorities",
"version": "5.1.0",
"version": "6.0.0",
"description": "MARC Authorities module",
"main": "src/index.js",
"repository": "https://github.com/folio-org/ui-marc-authorities",
Expand Down Expand Up @@ -86,7 +86,7 @@
"okapiInterfaces": {
"search": "1.0",
"browse": "1.0",
"source-storage-records": "3.0",
"source-storage-records": "3.3",
"marc-records-editor": "6.0"
},
"stripesDeps": [
Expand All @@ -109,7 +109,10 @@
"marc-records-editor.links.suggestion.post",
"search.authorities.collection.get",
"search.facets.collection.get",
"source-storage.records.get",
"source-storage.records.collection.get",
"source-storage.records.item.get",
"source-storage.records.formatted.item.get",
"source-storage.stream.records.collection.get",
"inventory-storage.authorities.item.get",
"data-export.quick.export.post",
"instance-authority.linking-rules.collection.get",
Expand Down

0 comments on commit a80d050

Please sign in to comment.