Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIIN-3203 correctly depend on inflected #2715

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
UIIN-3203 correctly depend on inflected
`inflected` is used in `src/views/ItemView.js` and so must be a direct
dep, not a dev-dep.

Refs UIIN-3203
zburke committed Jan 15, 2025
commit a70770239682a190c6240cdbe16f1b0d687c55dc
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@
* Display `Shared` facet when user opens "Move holdings/items to another instance" modal. Refs UIIN-3198.
* ECS - Allow 'Move holdings/items to another instance' if instance is shared. Refs UIIN-3188.
* Fix '"location name" is undefined' error when trying to open instance details on ECS. Fixes UIIN-3196.
* Correctly depend on `inflected`. Refs UIIN-3203.

## [12.0.8](https://github.com/folio-org/ui-inventory/tree/v12.0.8) (2024-12-24)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.7...v12.0.8)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1031,7 +1031,6 @@
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.0",
"inflected": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
@@ -1048,6 +1047,7 @@
"final-form": "^4.18.2",
"final-form-arrays": "^3.0.1",
"history": "^4.10.0",
"inflected": "^2.1.0",
"ky": "^0.23.0",
"lodash": "^4.17.4",
"moment": "~2.29.4",