Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release 9.1.0 #669

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading