Skip to content

Commit

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

Release v3.0.0-beta.12
  • Loading branch information
Akarshit authored Feb 9, 2021
2 parents fa2bda7 + 95bfcd9 commit f8c72b7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 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): Make title in product form required in validation to prevent error in storefront ([#340](https://github.com/reactioncommerce/reaction-admin/pull/#340))
- (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))
- (fix) include shopId in order detail view URL ([#337](https://github.com/reactioncommerce/reaction-admin/pull/#337))

## Chores

- (chore): adding git hooks for commit-msg ([#346](https://github.com/reactioncommerce/reaction-admin/pull/#346))

## Contributors

Special thanks to 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 f8c72b7

Please sign in to comment.