Skip to content

Commit

Permalink
Release v3.0.0-beta.12
Browse files Browse the repository at this point in the history
Signed-off-by: Akarshit Wal <[email protected]>
  • Loading branch information
Akarshit Wal committed Feb 4, 2021
1 parent 854c775 commit f66bb8e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v3.0.0-beta.12

Reaction v3.0.0-beta.12 adds minor features or bug fixes and contains no breaking changes since v3.0.0-beta.11.

## Fixes

- Fix: Tags not rendering without manual refresh ([#338](https://github.com/reactioncommerce/reaction-admin/pull/#338))
- (fix) Linting error ([#338](https://github.com/reactioncommerce/reaction-admin/pull/#338))
- (fix) Refetch product only on initial render of component ([#338](https://github.com/reactioncommerce/reaction-admin/pull/#338))
- (fix) Refetch product only on initial render or update of component ([#338](https://github.com/reactioncommerce/reaction-admin/pull/#338))
- (fix) Refresh product data prior to mapping tags ([#338](https://github.com/reactioncommerce/reaction-admin/pull/#338))
- Fix order detail page link ([#337](https://github.com/reactioncommerce/reaction-admin/pull/#337))
- include shopId in order detail view URL ([#337](https://github.com/reactioncommerce/reaction-admin/pull/#337))


## Contributors

Special thanks to jessica wolvington, Loan Laux for contributing to the release!

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

0 comments on commit f66bb8e

Please sign in to comment.