Skip to content

Commit

Permalink
Merge pull request #279 from reactioncommerce/release-next-v3.0.0-beta.7
Browse files Browse the repository at this point in the history
release 3.0.0-beta.7
  • Loading branch information
kieckhafer authored May 19, 2020
2 parents 1b1541b + eb1e69a commit 9630fe5
Show file tree
Hide file tree
Showing 5 changed files with 1,208 additions and 1,640 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 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))

### 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))

## Contributors

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

# v3.0.0-beta.6

This is the sixth 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.6
image: reactioncommerce/admin:3.0.0-beta.7
env_file:
- ./.env
networks:
Expand Down
2 changes: 1 addition & 1 deletion imports/plugins/core/dashboard/client/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import SettingsIcon from "mdi-material-ui/Settings";
import SettingsIcon from "mdi-material-ui/Cog";
import { registerBlock } from "@reactioncommerce/reaction-components";
import { registerOperatorRoute } from "/imports/client/ui";
import OperatorLanding from "/imports/plugins/core/dashboard/client/components/OperatorLanding";
Expand Down
Loading

0 comments on commit 9630fe5

Please sign in to comment.