Skip to content

Commit

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

release v3.0.0-beta.11
  • Loading branch information
kieckhafer authored Dec 15, 2020
2 parents 1491918 + c59958a commit df9d8e1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
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

0 comments on commit df9d8e1

Please sign in to comment.