diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fac75302..c4ea299f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for stripes-core -## 10.0.0 IN PROGRESS +## 10.1.0 IN PROGRESS + +## [10.0.0](https://github.com/folio-org/stripes-core/tree/v10.0.0) (2023-10-11) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.0...v10.0.0) * Close app-context menu when its wrapper is undefined, which it will be when switching among apps. Fixes STCOR-680. * Move `miragejs` to dev-deps; remove `clean` script and `rimraf`. Refs STCOR-668, STCOR-681. diff --git a/package.json b/package.json index fc02c6765..1c171d274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "10.0.0", + "version": "10.1.0", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",