Skip to content

Commit

Permalink
chore: Release 11.0.0
Browse files Browse the repository at this point in the history
* Bumped version to 11.0.0
* Updated changelog
* Changed interface dependencies (erm 7, licenses 6)
* Bumped other dependencies
* Fixed deprecated prop use

ERM-3107
  • Loading branch information
EthanFreestone committed Mar 22, 2024
1 parent 5d21178 commit 69a7e77
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
27 changes: 14 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Change history for ui-agreements

## 10.1.0 In progress
* ERM-1908 Swap Agreements Pick lists settings screen to single 4 pane based layout
* ERM-3062 Add has/has not filter in Licenses and amendments
* ERM-3081 Do not add a space after search operator when doing groupings
* ERM-3085 Use document filter from stripes-erm-components, remove changes from ERM-2983
* ERM-3091 Switch to pagination (from 'load more') controls in Agreements view
* ERM-3092 Switch to pagination (from 'load more') controls in Package view
* ERM-3093 Switch to pagination (from 'load more') controls in Title view
* ERM-3119 Add Organisation status to organisation card display
* ERM-3128 Focus "Start date" on "Add custom coverage"
* ERM-3129 Remove explicit typescript version
* ERM-3133 Add option to control which columns display in the Agreement->Agreement Lines MCL
* ERM-3167 Add option to control which columns display in the Agreement Line search and sort results
## 11.0.0 2024-03-22
* ERM-3168 Add option to control which columns display in the Agreement search and sort results
* ERM-3167 Add option to control which columns display in the Agreement Line search and sort results
* ERM-3133 Add option to control which columns display in the Agreement->Agreement Lines MCL
* ERM-3129 Remove explicit typescript version
* ERM-3128 Focus "Start date" on "Add custom coverage"
* ERM-3119 Add Organisation status to organisation card display
* ERM-3093 Switch to pagination (from 'load more') controls in Title view
* ERM-3092 Switch to pagination (from 'load more') controls in Package view
* ERM-3091 Switch to pagination (from 'load more') controls in Agreements view
* ERM-3085 Use document filter from stripes-erm-components, remove changes from ERM-2983
* ERM-3081 Do not add a space after search operator when doing groupings
* ERM-3062 Add has/has not filter in Licenses and amendments
* ERM-1908 Swap Agreements Pick lists settings screen to single 4 pane based layout
* *BREAKING* Switched to erm interface 7, licenses interface 6

## 10.0.1 2023-11-09
* ERM-3082 Backport grouping and spaces fix for Poppy
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/agreements",
"version": "10.1.0",
"version": "11.0.0",
"description": "ERM agreement functionality for Stripes",
"main": "src/index.js",
"publishConfig": {
Expand All @@ -19,12 +19,13 @@
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.15.0",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/eslint-config-stripes": "^7.1.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-erm-components": "^9.0.0",
"@folio/stripes-erm-testing": "^2.0.0",
"@folio/stripes": "^9.1.0",
"@folio/stripes-acq-components": "^5.1.0",
"@folio/stripes-cli": "^3.1.0",
"@folio/stripes-erm-components": "^9.1.0",
"@folio/stripes-erm-testing": "^2.1.0",
"@formatjs/cli": "^6.1.3",
"classnames": ">=2.2.6",
"core-js": "^3.6.1",
Expand All @@ -44,8 +45,7 @@
"rxjs": "^6.6.3"
},
"dependencies": {
"@folio/stripes-acq-components": "^5.0.0",
"@k-int/stripes-kint-components": "^5.3.0",
"@k-int/stripes-kint-components": "^5.5.1",
"@rehooks/local-storage": "^2.4.4",
"compose-function": "^3.0.3",
"final-form": "^4.18.4",
Expand All @@ -60,8 +60,9 @@
"zustand": "^4.1.5"
},
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"@folio/stripes-erm-components": "^9.0.0",
"@folio/stripes": "^9.1.0",
"@folio/stripes-acq-components": "^5.1.0",
"@folio/stripes-erm-components": "^9.1.0",
"moment": "^2.29.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -81,8 +82,8 @@
"queryResource": "query",
"okapiInterfaces": {
"configuration": "2.0 3.0 4.0 5.0",
"erm": "2.0 3.0 4.0 5.0 6.0",
"licenses": "1.0 2.0 3.0 4.0 5.0"
"erm": "7.0",
"licenses": "6.0"
},
"optionalOkapiInterfaces": {
"order-lines": "2.0 3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const RelatedAgreementField = ({
{selfLinkedWarning &&
<Layout className="padding-top-gutter">
<MessageBanner
dismissable
dismissible
onExited={() => setSelfLinkedWarning(false)}
type="error"
>
Expand Down

0 comments on commit 69a7e77

Please sign in to comment.