Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v3.0.0-beta.10 #324

Merged
merged 1 commit into from
Sep 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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