From 330d66bd9164a18075ac9dcf12b00691950ef93d Mon Sep 17 00:00:00 2001 From: Michal Kuklis Date: Thu, 15 Jul 2021 10:44:35 -0400 Subject: [PATCH] Release v7.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7a414c9..dcdb819ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Change history for ui-inventory +## [7.0.6](https://github.com/folio-org/ui-inventory/tree/v7.0.6) (2021-07-15) +[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v7.0.5...v7.0.6 + +* Align stripes dependencies. + ## [7.0.5](https://github.com/folio-org/ui-inventory/tree/v7.0.5) (2021-07-15) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v7.0.4...v7.0.5) +* Parse parentInstances and childInstances before instance record is saved. Fixes UIIN-1546. + ## [7.0.4](https://github.com/folio-org/ui-inventory/tree/v7.0.4) (2021-06-18) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v7.0.3...v7.0.4) diff --git a/package.json b/package.json index d48c65207..ffeeb88d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/inventory", - "version": "7.0.5", + "version": "7.0.6", "description": "Inventory manager", "repository": "folio-org/ui-inventory", "publishConfig": { @@ -742,10 +742,10 @@ "@bigtest/mocha": "^0.5.1", "@bigtest/react": "^0.1.2", "@folio/eslint-config-stripes": "^5.3.0", - "@folio/stripes": "^6.0.0", + "@folio/stripes": "~6.1.4", "@folio/stripes-cli": "~2.1.1", - "@folio/stripes-components": "^9.0.0", - "@folio/stripes-core": "^7.0.0", + "@folio/stripes-components": "~9.1.0", + "@folio/stripes-core": "~7.1.1", "@folio/stripes-smart-components": "^6.0.0", "@testing-library/jest-dom": "^5.11.1", "@testing-library/react": "^11.0.2",