Skip to content

Commit

Permalink
Merge pull request #301 from reactioncommerce/release-next-v3.0.0-beta.9
Browse files Browse the repository at this point in the history
release v3.0.0-beta.9
  • Loading branch information
kieckhafer authored Aug 11, 2020
2 parents 02a2fe1 + 6f87e08 commit 3cb1e52
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v3.0.0-beta.9

### Features

- feat: Enable mock TLS termination on calls to Hydra ([#302](https://github.com/reactioncommerce/reaction-admin/pull/302))

### Fixes

- fix: Update defaultParcelSize only when it exists ([#295](https://github.com/reactioncommerce/reaction-admin/pull/295))
- fix: Reaction.hasPermission method shopId ([#298](https://github.com/reactioncommerce/reaction-admin/pull/298))

## Contributors

Thanks to @manizuca and @mikoscz for contributing to this release! 🎉

# v3.0.0-beta.8

### Features
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:
reaction-admin:
image: reactioncommerce/admin:3.0.0-beta.8
image: reactioncommerce/admin:3.0.0-beta.9
env_file:
- ./.env
networks:
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,7 +1,7 @@
{
"name": "reaction-admin",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "3.0.0-beta.8",
"version": "3.0.0-beta.9",
"main": "main.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 3cb1e52

Please sign in to comment.