diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3d897e5..085257b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ # Change history for stripes-core -## [8.2.1](https://github.com/folio-org/stripes-core/tree/v8.2.1) (2022-07-25) -[Full Changelog](https://github.com/folio-org/stripes-core/compare/v8.2.0...v8.2.1) +## [8.2.2](https://github.com/folio-org/stripes-core/tree/v8.2.2) (2022-08-04) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v8.2.1...v8.2.2) -* Use documenation's root URL in NavBar `?` link. Refs STCOR-621. * Allow customization of login page's CSS. Refs STCOR-643. * Allow customization of navbar CSS. Refs STCOR-644. * Add `cs_CZ` (Czech, Czechia) to the supported locales. Refs STCOR-645. * Optionally display Okapi env, mod-configuration, or stripes.config values on about page. Refs STCOR-603. +## [8.2.1](https://github.com/folio-org/stripes-core/tree/v8.2.1) (2022-07-25) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v8.2.0...v8.2.1) + +* Use documenation's root URL in NavBar `?` link. Refs STCOR-621. + ## [8.2.0](https://github.com/folio-org/stripes-core/tree/v8.2.0) (2022-06-14) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v8.1.0...v8.2.0) diff --git a/package.json b/package.json index 7913258cc..887c00ff2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "8.2.1", + "version": "8.2.2", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",