Skip to content

Commit

Permalink
upgrade eholdings to 4.0, bump up major version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Melnyshyn committed Oct 8, 2024
1 parent 98501a8 commit a0fd88a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Change history for ui-eholdings

## [9.2.0] (IN PROGRESS)
## [10.0.0] (IN PROGRESS)

* Agreements accordion - Revise Are you sure you want to unassign agreement? message. (UIEH-1420)
* Agreements accordion - Add a tooltip for the `New` and `Add` buttons. (UIEH-1424)
* eHoldings package-title (resource) view: display Proxied URL. (UIEH-1419)
* Fix title search is slow with many Packages filter options. (UIEH-1428)
* Change permission `kb-ebsco.kb-credentials.item.get` to `kb-ebsco.kb-credentials.key.item.get` and `kb-ebsco.kb-credentials.uc.item.get` to `kb-ebsco.kb-credentials.uc.key.item.get`. (UIEH-1431)
* *BREAKING* Upgrade `eholdings` to `4.0`. Change permission `kb-ebsco.kb-credentials.item.get` to `kb-ebsco.kb-credentials.key.item.get` and `kb-ebsco.kb-credentials.uc.item.get` to `kb-ebsco.kb-credentials.uc.key.item.get`. (UIEH-1431)

## [9.1.1] (https://github.com/folio-org/ui-eholdings/tree/v9.1.1) (2024-03-24)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/eholdings",
"version": "9.1.1",
"version": "10.0.0",
"description": "FOLIO UI module for eHoldings",
"main": "src/index.js",
"repository": "https://github.com/folio-org/ui-eholdings",
Expand Down Expand Up @@ -98,7 +98,7 @@
}
],
"okapiInterfaces": {
"eholdings": "3.0",
"eholdings": "4.0",
"tags": "1.0",
"erm": "1.0 2.0 3.0 4.0 5.0 6.0 7.0"
},
Expand Down

0 comments on commit a0fd88a

Please sign in to comment.