From 340ea436640106ce88e2a2814bdef8ca86412c0e Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 21 Aug 2024 13:16:12 -0400 Subject: [PATCH] Release v8.0.2 --- CHANGELOG.md | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f15fdb..6df4cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,7 @@ # Change history for stripes-final-form -## [8.0.1](https://github.com/folio-org/stripes-final-form/tree/v8.0.1) (2024-03-13) -[Full Changelog](https://github.com/folio-org/stripes-final-form/compare/v8.0.0...v8.0.1) - -* Update translations +## [8.0.2](https://github.com/folio-org/stripes-final-form/tree/v8.0.2) (2024-08-21) +[Full Changelog](https://github.com/folio-org/stripes-final-form/compare/v8.0.1...v8.0.2) * Ignore the dirty-form prompt when navigating to a logout location. STRIPESFF-35. diff --git a/package.json b/package.json index 3c976db..580dac4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-final-form", - "version": "8.0.1", + "version": "8.0.2", "description": "Form state management in Stripes based on Final Form.", "license": "Apache-2.0", "repository": "folio-org/stripes-final-form",