Skip to content

Commit

Permalink
chore: Release 9.1.0
Browse files Browse the repository at this point in the history
ERM-3101
  • Loading branch information
EthanFreestone committed Mar 22, 2024
1 parent e151409 commit 6b6e0db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Change history for stripes-erm-components

## 9.1.0 In progress
## 9.1.0 2024-03-22
* ERM-3129 Remove explicit typescript version
* ERM-3126 Misleading tailing comma in OrganizationsArrayDisplay
* ERM-3119 Add Organisation status to organisation card display
* ERM-3062 Add has/has not filter in Licenses and amendments
* ERM-3059 Filter for supplementary documents in License amendments
* ERM-3058 Filter for supplementary documents in Licenses
* ERM-3057 Filter for core documents in License amendments
* ERM-3056 Filter for core documents in Licenses
* ERM-3041 Dashboard: the "unsaved changes" confirmation modal is missing
* ERM-2981 Standardise use of external url validator library across ERM apps
* usePrevNextPagination null safety (yarn test warnings)
* Refactor to move utilities tp dedicated directory
* feat: getIdsFromUrl #654
* ERM-2981 Standardise use of external url validator library across ERM apps
* ERM-3041 Dashboard: the "unsaved changes" confirmation modal is missing
* ERM-3056 Filter for core documents in Licenses
* ERM-3057 Filter for core documents in License amendments
* ERM-3058 Filter for supplementary documents in Licenses
* ERM-3059 Filter for supplementary documents in License amendments
* ERM-3062 Add has/has not filter in Licenses and amendments
* ERM-3119 Add Organisation status to organisation card display
* ERM-3126 Misleading tailing comma in OrganizationsArrayDisplay
* ERM-3129 Remove explicit typescript version

## 9.0.0 2023-10-12
* Added useParallelBatchFetch hook
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"devDependencies": {
"@babel/core": "^7.18.9",
"@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-testing": "^2.0.0",
"@folio/stripes": "^9.1.0",
"@folio/stripes-cli": "^3.1.0",
"@folio/stripes-erm-testing": "^2.1.0",
"@formatjs/cli": "^4.2.31",
"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.1.1",
"@k-int/stripes-kint-components": "^5.5.1",
"final-form": "^4.18.4",
"final-form-arrays": "^3.0.1",
"final-form-focus": "^1.1.2",
Expand All @@ -58,7 +58,7 @@
"validator": "^13.11.0"
},
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"@folio/stripes": "^9.1.0",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-query": "^3.9.0",
Expand Down

0 comments on commit 6b6e0db

Please sign in to comment.