From 47e8f5ed4d100d11f0aafbc96e148e32fcae5eef Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 6 Mar 2023 15:07:32 -0500 Subject: [PATCH] Release v9.0.3 (#1290) --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c36d89b2..0e0f6a4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Change history for stripes-core +## [9.0.3](https://github.com/folio-org/stripes-core/tree/v9.0.3) (2023-03-06) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.2...v9.0.3) + +* Align version of `@folio/stripes-connect` in dev/peer deps. Refs STCOR-705. + ## [9.0.2](https://github.com/folio-org/stripes-core/tree/v9.0.2) (2023-02-24) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.1...v9.0.2) * If you choose a numbering system and language in Settings > Tenant > Language and localization, saving the new values does not change the locale. Fixes STCOR-696. -* Align version of `@folio/stripes-connect` in dev/peer deps. Refs STCOR-705. ## [9.0.1](https://github.com/folio-org/stripes-core/tree/v9.0.1) (2023-02-21) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.0...v9.0.1) diff --git a/package.json b/package.json index e7bb3bdf4..d6a078a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "9.0.2", + "version": "9.0.3", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",