Skip to content

Commit

Permalink
chore: Release 9.2.0
Browse files Browse the repository at this point in the history
Updated CHANGELOG and dependencies

ERM-3262
  • Loading branch information
EthanFreestone committed Oct 30, 2024
1 parent b223cab commit 77b21f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Change history for stripes-erm-components

## 9.2.0 In progress

## 9.1.2 2924-05-28
## 9.2.0 2024-10-30
* ERM-3373 Update module license and guidance for stripes-erm-components
* ERM-3344 Move GitHub actions to shared workflows
* ERM-3332 Add documents filter to agreement line search
* ERM-3297 Block save on invalid date in agreement edit
* ERM-3273 React v19: refactor stripes-erm-components away from default props for functional components
* ERM-3249 Upgrade useFetchMultiplePages to allow an arbitrary selection of pages to be fetched at once

## 9.1.2 2024-05-28
* ERM-3220 Update pagination mechanisms for MCLs to work without stats
* useFetchMultiplePages hook
* usePrevNextPagination hook prop "hasNextPage"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@babel/eslint-parser": "^7.15.0",
"@folio/eslint-config-stripes": "^7.1.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.1.0",
"@folio/stripes-cli": "^3.1.0",
"@folio/stripes-erm-testing": "^2.1.0",
"@folio/stripes": "^9.2.0",
"@folio/stripes-cli": "^3.2.0",
"@folio/stripes-erm-testing": "^2.2.0",
"@formatjs/cli": "^6.1.3",
"classnames": ">=2.2.6",
"core-js": "^3.6.1",
Expand All @@ -44,7 +44,7 @@
"zustand": "^4.4.0"
},
"dependencies": {
"@k-int/stripes-kint-components": "^5.5.1",
"@k-int/stripes-kint-components": "^5.8.3",
"dayjs": "^1.11.13",
"final-form": "^4.18.4",
"final-form-arrays": "^3.0.1",
Expand All @@ -59,7 +59,7 @@
"validator": "^13.11.0"
},
"peerDependencies": {
"@folio/stripes": "^9.1.0",
"@folio/stripes": "^9.2.0",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-query": "^3.9.0",
Expand Down

0 comments on commit 77b21f0

Please sign in to comment.