Skip to content

Commit

Permalink
release v3.9.0 (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Sep 9, 2019
1 parent 70862de commit ab48331
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change history for stripes-core

## [3.9.0](https://github.com/folio-org/stripes-core/tree/v3.9.0) (2019-09-09)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.8.0...v3.9.0)

* Use `stripes.config.js` to configure app name and caption in the UI (STCOR-385)
* Use `stripes.config.js` to configure page title (STCOR-386)
* Allow a platform to provide its own `index.html` file.
* Call `PRUNE` redux reducer when navigating among application to reduce memory consumption (UIIN-687)

## [3.8.0](https://github.com/folio-org/stripes-core/tree/v3.8.0) (2019-08-21)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.7.0...v3.8.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@folio/react-intl-safe-html": "^1.0.2",
"@folio/stripes-components": "~5.7.0",
"@folio/stripes-connect": "~5.3.0",
"@folio/stripes-connect": "~5.4.0",
"@folio/stripes-logger": "~1.0.0",
"apollo-cache-inmemory": "^1.1.1",
"apollo-client": "^2.0.3",
Expand Down

0 comments on commit ab48331

Please sign in to comment.