Skip to content

Commit

Permalink
Bump "@folio/stripes-acq-components" version to v6.0.0 (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna authored Oct 29, 2024
1 parent a7dc0b4 commit 1705bce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* *BREAKING* Bump `stripes` to `v9.2.0` for Ramsons release. (UIDATIMP-1669)
* Exclude bulk edit job execution entries from data import log. (UIDATIMP-1665)
* Add "converter-storage.profileSnapshots.get" to "ui-data-import.manage" subPermissions. (UIDATIMP-1672)
* Bump "@folio/stripes-acq-components" version to v6.0.0. (UIDATIMP-1673)
* Mock '@folio/stripes-react-hotkeys' for unit tests

### Bugs fixed:
* Remove `selected` column from associated profiles list. (UIDATIMP-1607)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"redux": "^4.0.5"
},
"dependencies": {
"@folio/stripes-acq-components": "~5.1.0",
"@folio/stripes-acq-components": "~6.0.0",
"@folio/stripes-data-transfer-components": "^6.0.0",
"classnames": "^2.2.5",
"dom-helpers": "^5.2.0",
Expand Down
4 changes: 4 additions & 0 deletions test/jest/__mock__/stripesReactHotkeys.mock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jest.mock('@folio/stripes-react-hotkeys', () => ({
...jest.requireActual('@folio/stripes-react-hotkeys'),
HotKeys: ({ children }) => <div>{children}</div>,
}));

0 comments on commit 1705bce

Please sign in to comment.