Skip to content

Commit

Permalink
Merge branch 'trunk' into release-next-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 9, 2021
2 parents f66bb8e + fa2bda7 commit 95bfcd9
Show file tree
Hide file tree
Showing 6 changed files with 1,127 additions and 10 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint -e $1
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ Reaction v3.0.0-beta.12 adds minor features or bug fixes and contains no breakin

## Fixes

- Fix: Tags not rendering without manual refresh ([#338](https://github.com/reactioncommerce/reaction-admin/pull/#338))
- (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))
- include shopId in order detail view URL ([#337](https://github.com/reactioncommerce/reaction-admin/pull/#337))
- (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 jessica wolvington, Loan Laux for contributing to the release!
Special thanks to Loan Laux for contributing to the release!

# v3.0.0-beta.11

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const useStyles = makeStyles((theme) => ({
const formSchema = new SimpleSchema({
title: {
type: String,
optional: true
optional: false
},
permalink: {
type: String,
Expand Down
Loading

0 comments on commit 95bfcd9

Please sign in to comment.