Skip to content

Commit

Permalink
Merge pull request #290 from reactioncommerce/release-v3.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
willopez authored Jul 16, 2020
2 parents 295e413 + f6801ef commit 5095933
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# v3.0.0-beta.8

### Features

- feat: Added GraphQL-powered accounts page ([#276](https://github.com/reactioncommerce/reaction-admin/pull/276))

### Fixes

- fix: Set empty tax fields to null ([#258](https://github.com/reactioncommerce/reaction-admin/pull/258))

## Contributors

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

# v3.0.0-beta.7

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

### Refactors

refactor: de-meteorize discount codes view ([#255](http://github.com/reactioncommerce/reaction-admin/pull/255))
- refactor: de-meteorize discount codes view ([#255](http://github.com/reactioncommerce/reaction-admin/pull/255))

### Fixes

fix: navigation tree not showing up ([#278](http://github.com/reactioncommerce/reaction-admin/pull/278))
fix: use network-only fetchPolicy for tag table ([#254](http://github.com/reactioncommerce/reaction-admin/pull/254))
- fix: navigation tree not showing up ([#278](http://github.com/reactioncommerce/reaction-admin/pull/278))
- fix: use network-only fetchPolicy for tag table ([#254](http://github.com/reactioncommerce/reaction-admin/pull/254))

## Contributors

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.7
image: reactioncommerce/admin:3.0.0-beta.8
env_file:
- ./.env
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const useStyles = makeStyles((theme) => ({
}
}));

const sourcingOptions = ["destination","origin"];
const sourcingOptions = ["destination", "origin"];

const formSchema = new SimpleSchema({
country: {
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.7",
"version": "3.0.0-beta.8",
"main": "main.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 5095933

Please sign in to comment.