Skip to content

Commit

Permalink
Release v12.0.0 (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna authored Oct 31, 2024
1 parent 70435bb commit 3d73aac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 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 ui-inventory

## [12.0.0] (IN PROGRESS)
## [12.0.0](https://github.com/folio-org/ui-inventory/tree/v12.0.0) (2024-10-31)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v11.0.5...v12.0.0)

* Remove unused code related to auto-open record detail view. Refs UIIN-2819.
* Keyboard shortcuts modal: Add quickMARC shortcuts to modal. Refs UIIN-2795.
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,14 +996,14 @@
"@babel/preset-react": "^7.9.0",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.2.0",
"@folio/stripes": "^9.2.2",
"@folio/stripes-cli": "^3.2.0",
"@folio/stripes-components": "^12.2.0",
"@folio/stripes-components": "^12.2.2",
"@folio/stripes-connect": "^9.2.0",
"@folio/stripes-core": "^10.2.0",
"@folio/stripes-core": "^10.2.1",
"@folio/stripes-inventory-components": "^1.0.0",
"@folio/stripes-marc-components": "^1.0.1",
"@folio/stripes-smart-components": "^9.2.0",
"@folio/stripes-marc-components": "^1.1.0",
"@folio/stripes-smart-components": "^9.2.1",
"@folio/stripes-testing": "^4.6.0",
"@folio/stripes-util": "^6.2.0",
"@formatjs/cli": "^6.1.3",
Expand All @@ -1023,7 +1023,7 @@
"zustand": "^4.1.1"
},
"dependencies": {
"@folio/stripes-acq-components": "~5.1.0",
"@folio/stripes-acq-components": "~6.0.0",
"classnames": "^2.3.2",
"file-saver": "^2.0.0",
"final-form": "^4.18.2",
Expand All @@ -1044,9 +1044,9 @@
"use-session-storage-state": "^18.2.0"
},
"peerDependencies": {
"@folio/stripes": "^9.2.0",
"@folio/stripes": "^9.2.2",
"@folio/stripes-inventory-components": "^1.0.0",
"@folio/stripes-marc-components": "^1.0.1",
"@folio/stripes-marc-components": "^1.1.0",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-query": "^3.6.0",
Expand All @@ -1055,8 +1055,8 @@
"zustand": "^4.1.1"
},
"optionalDependencies": {
"@folio/plugin-create-inventory-records": "^4.0.0",
"@folio/plugin-find-instance": "^7.0.0"
"@folio/plugin-create-inventory-records": "^5.0.0",
"@folio/plugin-find-instance": "^8.0.0"
},
"resolutions": {
"moment": "~2.29.4"
Expand Down

0 comments on commit 3d73aac

Please sign in to comment.