Skip to content

Commit

Permalink
Bump @svgr/webpack from 7.0.0 to 8.1.0 (#2130)
Browse files Browse the repository at this point in the history
This appears to be an update in name only. From what I can tell by
looking at the release notes, the 7 to 8 bump is a side-effect of
changes elsewhere in its monorepo, i.e. there are no actual changes
here, but it would be nice to keep the version current in case of future
development on the 8.x line.

This work must be done after folio-org/stripes-webpack/pull/122.
  • Loading branch information
zburke committed Sep 28, 2023
1 parent 836aa25 commit 3d85ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* Fix focus of first row and prevent multiple focus calls in MCLRenderer. Fixes STCOM-1202.
* Move prev/next pagination outside of MCL's scrollable div. Refs STCOM-1115.
* Reset the `loading` state for the sparse array in `MCLRenderer`, not just the non-sparse. Fixes STCOM-1203.
* Bump `@svgr/webpack` from `7.0.0` to `8.1.0`.

## [11.0.0](https://github.com/folio-org/stripes-components/tree/v11.0.0) (2023-01-30)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v10.3.0...v11.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@storybook/react": "^6.3.6",
"@svgr/webpack": "^7.0.0",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.0.0",
"babel-plugin-lodash": "^3.3.4",
Expand Down

0 comments on commit 3d85ee9

Please sign in to comment.