Skip to content

Commit

Permalink
Release v2.5.0 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Apr 25, 2019
1 parent 933d01c commit 3241d8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<ControlledVocab>` metadata. Refs STSMACOM-181, STSMACOM-182, STSMACOM-183, UIU-873, UIIN-462.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3241d8f

Please sign in to comment.