Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v2.9.2

Reaction v2.9.2 fixes a high severity vulnerability introduced via an npm dependency, adds miscellaneous bug fixes and contains no breaking changes since v2.9.1.

This release is being coordinated with `reaction-development-platform` and is designed to work with `v2.9.2` of `example-storefront` and `reaction-hydra`.

## Notable changes

### High severity vulnerability fix in an npm dependency

Updates `bson`, which installed through `mongodb`, to patch a high severity vulnerability.

## Fixes

- fix: Add csv file type validation for all platforms [#5785](https://github.com/reactioncommerce/reaction/pull/5785)
- fix: sync develop & trunk now that trunk is the default branch [#6052](https://github.com/reactioncommerce/reaction/pull/6052)
- fix: release v2.9.1 [#5973](https://github.com/reactioncommerce/reaction/pull/5973)
- fix: remove extra `handling` charge from fulfillment total [#5987](https://github.com/reactioncommerce/reaction/pull/5987)
- fix: use better cache policy to show newly created tags [#5978](https://github.com/reactioncommerce/reaction/pull/5978)
- fix: made bin/setup always run from the desired path [#5853](https://github.com/reactioncommerce/reaction/pull/5853)
- fix: upgrade handlebars version [#5810](https://github.com/reactioncommerce/reaction/pull/5810)

## Contributors

Thanks to @trojanh for contributing to this release! 🎉

# v2.9.1

Reaction v2.9.1 adds miscellaneous bug fixes and contains no breaking changes since v2.9.0.
Expand Down
Loading