Skip to content

Commit

Permalink
Merge pull request #141 from folio-org/release_4.1.3
Browse files Browse the repository at this point in the history
Release 4.1.3
  • Loading branch information
EthanFreestone authored May 11, 2022
2 parents b8dd5ed + d877ed8 commit 9124b9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change history for ui-erm-comparisons

## 4.1.3 2022-05-11
* ERM-2073. Agreement/license links missing in Dashboard widgets.
## 4.1.2 2022-03-03
* ERM-1993 Prepare ERM Comparisons for RTL development
* ERM-1990 Add hyperlink to ERM Comparison comparison points
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/erm-comparisons",
"version": "4.1.2",
"version": "4.1.3",
"description": "ERM app for comparison of Agreement and Package objects",
"main": "src/index.js",
"repository": "folio-org/ui-erm-comparisons",
Expand Down Expand Up @@ -134,10 +134,10 @@
"react-intl": "^5.8.1",
"react-router-dom": "^5.2.0",
"sinon": "^9.0.2",
"react-query": "^3.6.0"
"react-query": "^3.6.0",
"@folio/handler-stripes-registry": "^1.1.0"
},
"dependencies": {
"@folio/handler-stripes-registry": "^1.1.0",
"@folio/react-intl-safe-html": "^3.1.0",
"@folio/stripes-erm-components": "^6.1.0",
"@folio/stripes-testing": "^4.2.0",
Expand All @@ -153,6 +153,7 @@
},
"peerDependencies": {
"@folio/stripes": "^7.1.0",
"@folio/handler-stripes-registry": "^1.1.0",
"moment": "^2.22.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 9124b9f

Please sign in to comment.