Skip to content

Commit

Permalink
Merge pull request #6311 from reactioncommerce/release-next-v3.11.0
Browse files Browse the repository at this point in the history
release v3.11.0
  • Loading branch information
kieckhafer authored Dec 16, 2020
2 parents 522c287 + df9532a commit fce1766
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# v3.11.0

Reaction v3.11.0 adds minor enhancements, fixes bugs and contains no breaking changes since v3.10.0.

## Notable changes

### Fixed image uploads

Fixed issues causing image upload to fail.

## Fixes

- fix: Get product image uploads working again ([#6309](https://github.com/reactioncommerce/reaction/pull/6309))

## Refactors

- refactor: preserve symlinks in docker debug npm scripts ([#6302](https://github.com/reactioncommerce/reaction/pull/6302))

## Chores

- chore: Update @reactioncommerce dependencies ([#6296](https://github.com/reactioncommerce/reaction/pull/6296))
- chore: Update api-plugin-shops ([#6295](https://github.com/reactioncommerce/reaction/pull/6295))
- chore: update api-plugin-accounts package ([6312](https://github.com/reactioncommerce/reaction/pull/6312))

## Contributors

Thanks to @loan-laux and @balibebas for contributing to this release! 🎉

# v3.10.0

Reaction v3.10.0 adds minor features and performance enhancements, and contains no breaking changes since v3.9.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:

services:
api:
image: reactioncommerce/reaction:3.10.0
image: reactioncommerce/reaction:3.11.0
depends_on:
- mongo
env_file:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaction-api",
"version": "3.10.0",
"version": "3.11.0",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"main": "./src/index.js",
"type": "module",
Expand Down

0 comments on commit fce1766

Please sign in to comment.