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.11 #335

Merged
merged 2 commits into from
Dec 15, 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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v3.0.0-beta.11

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

## Features

- feat: Add NPR currency definition ([#332](https://github.com/reactioncommerce/reaction-admin/pull/332))
- feat: Allow the Invitations table to show invitations for all shops ([#331](https://github.com/reactioncommerce/reaction-admin/pull/331))
- feat: Add shouldShowSidebarLink to registerOperatorRoute ([#329](https://github.com/reactioncommerce/reaction-admin/pull/329))

## Fixes

- fix: Correct "processing changes" translation name ([#333](https://github.com/reactioncommerce/reaction-admin/pull/333))
- fix: import missing function ([#315](https://github.com/reactioncommerce/reaction-admin/pull/315))
- fix: make compareAtPrice optional in form schema ([#322](https://github.com/reactioncommerce/reaction-admin/pull/322))
- fix: hide sidebar on new-shop page ([#327](https://github.com/reactioncommerce/reaction-admin/pull/327))
- fix: shop selector blank on page load ([#328](https://github.com/reactioncommerce/reaction-admin/pull/328))

## Chores

- chore: don't use querystring arg for shop type ([#326](https://github.com/reactioncommerce/reaction-admin/pull/326))

## Contributors

Thanks to @Manizuca, @dineshdb, @loan-laux and @CristianCucunuba for contributing to this release! 🎉

# 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.
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.10
image: reactioncommerce/admin:3.0.0-beta.11
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.10",
"version": "3.0.0-beta.11",
"main": "main.js",
"directories": {
"test": "tests"
Expand Down