Skip to content

Commit 69a7e77

Browse files
chore: Release 11.0.0
* Bumped version to 11.0.0 * Updated changelog * Changed interface dependencies (erm 7, licenses 6) * Bumped other dependencies * Fixed deprecated prop use ERM-3107
1 parent 5d21178 commit 69a7e77

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

CHANGELOG.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Change history for ui-agreements
22

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

1819
## 10.0.1 2023-11-09
1920
* ERM-3082 Backport grouping and spaces fix for Poppy

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@folio/agreements",
3-
"version": "10.1.0",
3+
"version": "11.0.0",
44
"description": "ERM agreement functionality for Stripes",
55
"main": "src/index.js",
66
"publishConfig": {
@@ -19,12 +19,13 @@
1919
"devDependencies": {
2020
"@babel/core": "^7.18.6",
2121
"@babel/eslint-parser": "^7.15.0",
22-
"@folio/eslint-config-stripes": "^7.0.0",
22+
"@folio/eslint-config-stripes": "^7.1.0",
2323
"@folio/jest-config-stripes": "^2.0.0",
24-
"@folio/stripes": "^9.0.0",
25-
"@folio/stripes-cli": "^3.0.0",
26-
"@folio/stripes-erm-components": "^9.0.0",
27-
"@folio/stripes-erm-testing": "^2.0.0",
24+
"@folio/stripes": "^9.1.0",
25+
"@folio/stripes-acq-components": "^5.1.0",
26+
"@folio/stripes-cli": "^3.1.0",
27+
"@folio/stripes-erm-components": "^9.1.0",
28+
"@folio/stripes-erm-testing": "^2.1.0",
2829
"@formatjs/cli": "^6.1.3",
2930
"classnames": ">=2.2.6",
3031
"core-js": "^3.6.1",
@@ -44,8 +45,7 @@
4445
"rxjs": "^6.6.3"
4546
},
4647
"dependencies": {
47-
"@folio/stripes-acq-components": "^5.0.0",
48-
"@k-int/stripes-kint-components": "^5.3.0",
48+
"@k-int/stripes-kint-components": "^5.5.1",
4949
"@rehooks/local-storage": "^2.4.4",
5050
"compose-function": "^3.0.3",
5151
"final-form": "^4.18.4",
@@ -60,8 +60,9 @@
6060
"zustand": "^4.1.5"
6161
},
6262
"peerDependencies": {
63-
"@folio/stripes": "^9.0.0",
64-
"@folio/stripes-erm-components": "^9.0.0",
63+
"@folio/stripes": "^9.1.0",
64+
"@folio/stripes-acq-components": "^5.1.0",
65+
"@folio/stripes-erm-components": "^9.1.0",
6566
"moment": "^2.29.3",
6667
"react": "^18.2.0",
6768
"react-dom": "^18.2.0",
@@ -81,8 +82,8 @@
8182
"queryResource": "query",
8283
"okapiInterfaces": {
8384
"configuration": "2.0 3.0 4.0 5.0",
84-
"erm": "2.0 3.0 4.0 5.0 6.0",
85-
"licenses": "1.0 2.0 3.0 4.0 5.0"
85+
"erm": "7.0",
86+
"licenses": "6.0"
8687
},
8788
"optionalOkapiInterfaces": {
8889
"order-lines": "2.0 3.0",

src/components/RelatedAgreementsFieldArray/RelatedAgreementField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const RelatedAgreementField = ({
156156
{selfLinkedWarning &&
157157
<Layout className="padding-top-gutter">
158158
<MessageBanner
159-
dismissable
159+
dismissible
160160
onExited={() => setSelfLinkedWarning(false)}
161161
type="error"
162162
>

0 commit comments

Comments
 (0)