Skip to content

Commit

Permalink
Merge pull request #6153 from reactioncommerce/release-next-v3.4.0
Browse files Browse the repository at this point in the history
release v3.4.0
  • Loading branch information
kieckhafer authored Mar 19, 2020
2 parents 71d4e3d + 824570f commit acd12dc
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.4.0

Reaction v3.4.0 adds minor features and performance enhancements, and contains no breaking changes since v3.3.0.

## Notable changes

### Moves two plugins into their own npm packages

`navigation` and `payments-example` plugins have been moved from internal plugins, to npm install packages.

### Adds additional fields to `updateShop` mutation

`updateShop` mutation has been expanded to allow updating of more Shop related settings via the GraphQL API

## Refactor

- refactor: add missing fields to updateShop mutation ([#6146](https://github.com/reactioncommerce/reaction/pull/6146))
- refactor: move navigation plugin into npm ([#6118](https://github.com/reactioncommerce/reaction/pull/6118))
- refactor: move payments-example plugin to npm package ([#6142](https://github.com/reactioncommerce/reaction/pull/6142))

## Fixes

- fix: variant clone produces null and undefined values ([#6149](https://github.com/reactioncommerce/reaction/pull/6149))

## Contributors

Thanks to @trojanh for contributing to this release! 🎉

# v3.3.0

Reaction v3.3.0 adds minor features and performance enhancements, and contains no breaking changes since v3.2.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.3.0
image: reactioncommerce/reaction:3.4.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.3.0",
"version": "3.4.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 acd12dc

Please sign in to comment.