Skip to content

Commit

Permalink
upgrade to stripes v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jan 24, 2019
1 parent 52edd67 commit d30de19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Create new request from item record. Fixes UIIN-410.
* Correctly show instance-edit checkbox status. Fixes UIIN-417.
* Don't copy HRID on duplicating records, disable editing of HRID. UIIN-431, UIIN-450.
* Upgrade to stripes v2.0.0.

## [1.5.1](https://github.com/folio-org/ui-inventory/tree/v1.5.1) (2018-12-17)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v1.5.0...v1.5.1)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@
"@bigtest/mocha": "^0.5.1",
"@bigtest/react": "^0.1.2",
"@folio/eslint-config-stripes": "^3.2.1",
"@folio/stripes": "^1.0.0",
"@folio/stripes": "^2.0.0",
"@folio/stripes-cli": "^1.5.0",
"@folio/stripes-core": "^2.15.5",
"@folio/stripes-core": "^3.0.1",
"babel-eslint": "^9.0.0",
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
Expand All @@ -309,7 +309,7 @@
"redux-form": "^7.0.3"
},
"peerDependencies": {
"@folio/stripes": "^1.0.0",
"@folio/stripes": "^2.0.0",
"react": "*"
}
}

0 comments on commit d30de19

Please sign in to comment.