diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e867de25..7e4f2b490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-smart-components -## 2.5.0 (IN PROGRESS) +## [2.5.0](https://github.com/folio-org/stripes-smart-components/tree/v2.5.0) (2019-04-25) +[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v2.4.0...v2.5.0) * Turned off sideEffects to enable tree-shaking for production builds. Refs STRIPES-564 and STRIPES-581. * Improve display handling of `` metadata. Refs STSMACOM-181, STSMACOM-182, STSMACOM-183, UIU-873, UIIN-462. diff --git a/package.json b/package.json index 41fd615c4..fa97ee619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-smart-components", - "version": "2.4.0", + "version": "2.5.0", "description": "Connected Stripes components", "repository": "folio-org/stripes-smart-components", "sideEffects": ["*.css"], @@ -103,10 +103,10 @@ }, "dependencies": { "@folio/react-intl-safe-html": "^1.0.2", - "@folio/stripes-components": "~5.1.0", - "@folio/stripes-connect": "~5.0.0", - "@folio/stripes-core": "~3.3.0", - "@folio/stripes-form": "~2.3.0", + "@folio/stripes-components": "~5.2.0", + "@folio/stripes-connect": "~5.1.0", + "@folio/stripes-core": "~3.4.0", + "@folio/stripes-form": "~2.4.0", "@folio/stripes-logger": "~1.0.0", "classnames": "^2.2.6", "lodash": "^4.17.4",