diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6c98ef8..047214f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change history for ui-inventory -## 10.0.0 IN PROGRESS +## [10.0.0](https://github.com/folio-org/ui-inventory/tree/v10.0.0) (2023-10-13) +[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v9.4.12...v10.0.0) + * Added a new option in the "Actions" dropdown within the Inventory app search page for "+New MARC Bib Record". Refs UIIN-2356. * Change the url for the "New MARC Bib Record" page. Refs UIIN-2380. * Avoid private paths in stripes-core imports. Refs UIIN-2367. diff --git a/package.json b/package.json index 285aa1008..c114a0879 100644 --- a/package.json +++ b/package.json @@ -863,7 +863,7 @@ "@folio/stripes-connect": "^9.0.0", "@folio/stripes-core": "^10.0.0", "@folio/stripes-smart-components": "^9.0.0", - "@folio/stripes-testing": "^3.1.0", + "@folio/stripes-testing": "^4.6.0", "@folio/stripes-util": "^6.0.0", "@formatjs/cli": "^6.1.3", "core-js": "^3.6.4",