Skip to content

Commit

Permalink
Merge pull request #324 from reactioncommerce/release-next-v3.0.0-bet…
Browse files Browse the repository at this point in the history
…a.10

release v3.0.0-beta.10
  • Loading branch information
kieckhafer authored Sep 30, 2020
2 parents cd732e3 + cf8b6d6 commit a5e46b3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# v3.0.0-beta.10

This is the 10th beta release of the Reaction Admin project that is designed to work with our new Reaction API.

### Features

- feat: Add global shop selector for multi-shop usage ([#297](https://github.com/reactioncommerce/reaction-admin/pull/297))

### Chores

- chore: update to Meteor 1.11.1 ([#323](https://github.com/reactioncommerce/reaction-admin/pull/323))
- chore: remove dead code ([#317](https://github.com/reactioncommerce/reaction-admin/pull/317))

## Contributors

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

# v3.0.0-beta.9

This is the ninth beta release of the Reaction Admin project that is designed to work with our new Reaction API.

### Features

- feat: Enable mock TLS termination on calls to Hydra ([#302](https://github.com/reactioncommerce/reaction-admin/pull/302))
Expand All @@ -15,6 +34,8 @@ Thanks to @manizuca and @mikoscz for contributing to this release! 🎉

# v3.0.0-beta.8

This is the eighth beta release of the Reaction Admin project that is designed to work with our new Reaction API.

### Features

- feat: Added GraphQL-powered accounts page ([#276](https://github.com/reactioncommerce/reaction-admin/pull/276))
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.9
image: reactioncommerce/admin:3.0.0-beta.10
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.9",
"version": "3.0.0-beta.10",
"main": "main.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit a5e46b3

Please sign in to comment.