Skip to content

Commit

Permalink
Merge pull request #6204 from reactioncommerce/release-next-v3.6.0
Browse files Browse the repository at this point in the history
release v3.6.0
  • Loading branch information
kieckhafer authored Apr 16, 2020
2 parents abb92a6 + d025fda commit 19cd5a6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# v3.6.0

Reaction v3.6.0 adds minor features and performance enhancements, fixes bugs, and contains no breaking changes since v3.5.0.

## Notable changes

### Addresses hidden items in cart and checkout

Fixes a bug which was causing cart and checkout to fail if an item was hidden after it was added to cart

### Moves eight plugins into their own npm packages

`accounts`, `address-validation`, `address-validation-test`, `catalogs`, `i18n`, `settings`, `simple-schema` and `shops` plugins have been moved from internal plugins, to npm install packages.

## Refactors

- refactor: use npm package for settings plugin ([#6203](https://github.com/reactioncommerce/reaction/pull/6203))
- refactor: move `simple-schema` plugin to npm ([#6202](https://github.com/reactioncommerce/reaction/pull/6202))
- refactor: use npm package for shops plugin ([#6201](https://github.com/reactioncommerce/reaction/pull/6201))
- refactor: move catalogs plugin to npm ([#6196](https://github.com/reactioncommerce/reaction/pull/6196))
- refactor: move i18n service to npm ([#6193](https://github.com/reactioncommerce/reaction/pull/6193))
- refactor: move address-validation service and address-validation-test plugin to npm ([#6186](https://github.com/reactioncommerce/reaction/pull/6186))
- refactor: move accounts plugin to npm ([#6189](https://github.com/reactioncommerce/reaction/pull/6189))

## Fixes

- fix: find catalog product regardless of visibility ([#6089](https://github.com/reactioncommerce/reaction/pull/6089))

## Chores

- chore: update graphql-schema-linter ([#6192](https://github.com/reactioncommerce/reaction/pull/6192))

# v3.5.0

Reaction v3.5.0 adds minor features and performance enhancements, fixes bugs, and contains no breaking changes since v3.4.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Signed-off-by: Jane Doe <[email protected]>

You can sign-off your commit automatically with Git by using `git commit -s` if you have your `user.name` and `user.email` set as part of your Git configuration.

We ask that you use your real full name (please no anonymous contributions or pseudonyms) and a real email address. By signing-off your commit you are certifying that you have the right to submit it under the [GNU GPLv3 Licensed](./LICENSE.md).
We ask that you use your real full name (please no anonymous contributions or pseudonyms) and a real email address. By signing-off your commit you are certifying that you have the right to submit it under the [GNU GPLv3 License](./LICENSE.md).

We use the [Probot DCO GitHub app](https://github.com/apps/dco) to check for DCO sign-offs of every commit.

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.5.0
image: reactioncommerce/reaction:3.6.0
depends_on:
- mongo
env_file:
Expand Down
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.5.0",
"version": "3.6.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 19cd5a6

Please sign in to comment.