Skip to content

Commit

Permalink
Release v7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuklis committed Jul 15, 2021
1 parent bdebd4a commit 330d66b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/inventory",
"version": "7.0.5",
"version": "7.0.6",
"description": "Inventory manager",
"repository": "folio-org/ui-inventory",
"publishConfig": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 330d66b

Please sign in to comment.