Skip to content

Commit

Permalink
chore: Release 11.1.0
Browse files Browse the repository at this point in the history
Updated CHANGELOG and dependencies

ERM-3268
  • Loading branch information
EthanFreestone committed Nov 1, 2024
1 parent df2d9ae commit 771c23f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change history for ui-licenses

## 11.1.0 In progress
## 11.1.0 2024-11-01
* ERM-3379 Update module license and guidance for ui-licenses
* ERM-3353 Review and cleanup Module Descriptor for ui-licenses
* ERM-3298 Block save on invalid date in license edit
* ERM-3233 React v19: refactor ui-licenses away from default props for functional components
* ERM-3165 Replace moment with dayjs across app suite
* FOLIO-4086 Fix GitHub Actions workflow not running for tags

## 11.0.2 2024-07-05
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@babel/eslint-parser": "^7.15.0",
"@folio/eslint-config-stripes": "^7.1.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.1.0",
"@folio/stripes-cli": "^3.1.0",
"@folio/stripes-erm-components": "^9.1.0",
"@folio/stripes-erm-testing": "^2.1.0",
"@folio/stripes": "^9.2.0",
"@folio/stripes-cli": "^3.2.0",
"@folio/stripes-erm-components": "^9.2.0",
"@folio/stripes-erm-testing": "^2.2.1",
"@formatjs/cli": "^6.1.3",
"core-js": "^3.6.1",
"eslint": "^7.32.0",
Expand All @@ -39,7 +39,7 @@
"rxjs": "^6.6.3"
},
"dependencies": {
"@k-int/stripes-kint-components": "^5.5.1",
"@k-int/stripes-kint-components": "^5.8.3",
"@rehooks/local-storage": "^2.4.4",
"compose-function": "^3.0.3",
"final-form": "^4.18.4",
Expand All @@ -53,8 +53,8 @@
"react-router-prop-types": "^1.0.4"
},
"peerDependencies": {
"@folio/stripes": "^9.1.0",
"@folio/stripes-erm-components": "^9.1.0",
"@folio/stripes": "^9.2.0",
"@folio/stripes-erm-components": "^9.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
Expand Down

0 comments on commit 771c23f

Please sign in to comment.