Skip to content

Commit

Permalink
Release v10.0.0 (#509)
Browse files Browse the repository at this point in the history
* Release v10.0.0

* Release v10.0.0

* Release v10.0.0

* Release v10.0.0

* Release v10.0.0

* Upgrade to stripes v9.2.2

* Release v10.0.0

---------

Co-authored-by: elsenhans <[email protected]>
Co-authored-by: alb3rtino <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent fadf3bd commit a64b29c
Show file tree
Hide file tree
Showing 4 changed files with 1,161 additions and 1,204 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change history for ui-erm-usage

## 10.0.0 (IN PROGRESS)
## 10.1.0 (IN PROGRESS)

## [10.0.0](https://github.com/folio-org/ui-erm-usage/tree/v10.0.0) (2024-10-29)
* Fix bug in JobView test ([UIEUS-360](https://folio-org.atlassian.net/browse/UIEUS-360))
* React v19: refactor away from default props for functional components ([UIEUS-355](https://folio-org.atlassian.net/browse/UIEUS-355))
* Use erm-usage-files interface id that is valid for Eureka platform ([APPDESCRIP-28](https://folio-org.atlassian.net/browse/APPDESCRIP-28))
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@babel/eslint-parser": "^7.17.0",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-components": "^12.0.0",
"@folio/stripes-core": "^10.0.0",
"@folio/stripes-final-form": "^8.0.0",
"@folio/stripes": "^9.2.2",
"@folio/stripes-cli": "^3.2.0",
"@folio/stripes-components": "^12.2.2",
"@folio/stripes-core": "^10.2.1",
"@folio/stripes-final-form": "^8.1.0",
"@folio/stripes-logger": "^1.0.0",
"@folio/stripes-smart-components": "^9.0.0",
"@folio/stripes-smart-components": "^9.2.1",
"@formatjs/cli": "^6.1.3",
"eslint": "^7.32.0",
"isomorphic-fetch": "^3.0.0",
Expand All @@ -51,7 +51,7 @@
"redux-form": "^8.3.7"
},
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"@folio/stripes": "^9.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
Expand Down
2 changes: 2 additions & 0 deletions src/components/views/UDPForm.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ describe('UDPForm', () => {
expect(screen.getByRole('combobox', { name: 'Report release' })).toBeRequired();
await userEvent.click(screen.getByRole('button', { name: /add report type/i }));
await userEvent.click(screen.getByRole('button', { name: 'Report type' }));
// click somewhere outside of the selection list to close the menu without choosing any report
await userEvent.click(screen.getByRole('heading', { name: 'Create usage data provider' }));
expect(screen.getByRole('button', { name: 'Report type' })).toHaveClass('hasError');

expect(screen.getByRole('textbox', { name: 'Harvesting start' })).toBeRequired();
Expand Down
Loading

0 comments on commit a64b29c

Please sign in to comment.