Skip to content

Commit

Permalink
Merge pull request #721 from frontside-folio/release-v4.4.0
Browse files Browse the repository at this point in the history
Release v4.4.0
  • Loading branch information
cherewaty committed Nov 19, 2018
2 parents fe6fc63 + 1dc236c commit 94dd8f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for stripes-components

## 4.4.0 (IN PROGRESS)
## [4.4.0](https://github.com/folio-org/stripes-components/tree/v4.4.0) (2018-11-19)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v4.3.1...v4.4.0)

* Remove `injectIntl()` fork
* Simplify `ReduxFormField` usage
Expand All @@ -12,7 +13,7 @@
* Cancel `<Callout>`'s timers on unmount.
* Upgrade dependency on `stripes-react-hotkeys` to version 2.0.0.

## [4.3.1](https://github.com/folio-org/stripes-components/tree/v4.3.0) (2018-11-01)
## [4.3.1](https://github.com/folio-org/stripes-components/tree/v4.3.1) (2018-11-01)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v4.3.0...v4.3.1)

* `color` chokes on rgb/rgba; use hex values instead.
Expand Down
1 change: 0 additions & 1 deletion lib/Modal/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const Modal = (props) => {
enforceFocus,
footer,
id,
label,
onClose,
onOpen,
open,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-components",
"version": "4.3.2",
"version": "4.4.0",
"description": "Component library for building Stripes applications.",
"license": "Apache-2.0",
"repository": "folio-org/stripes-components",
Expand Down Expand Up @@ -100,8 +100,8 @@
"react-router-dom": "^4.1.1",
"react-tether": "^1.0.1",
"react-transition-group": "^2.2.1",
"typeface-source-sans-pro": "^0.0.44",
"tai-password-strength": "^1.1.1"
"tai-password-strength": "^1.1.1",
"typeface-source-sans-pro": "^0.0.44"
},
"peerDependencies": {
"@folio/stripes-core": "^2.13.0"
Expand Down

0 comments on commit 94dd8f5

Please sign in to comment.