Skip to content

Commit

Permalink
Export the resetContent action (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli authored and sneridagh committed Nov 27, 2019
1 parent dc78521 commit 76dd5d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

### Changes

- Fix toolbar collapsed color @sneridagh
- Minor CSS fixes @sneridagh

### Internal

- Export the resetContent action @pnicolli
- Fix toolbar collapsed color @sneridagh
- Minor CSS fixes @sneridagh
- Remove @testing-library/cypress dep, as it breaks builds if the internal cypress release is different than the one in this package @sneridagh


## 4.0.0-alpha.14 (2019-11-24)

### Internal
Expand Down
1 change: 1 addition & 0 deletions src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export {
getContent,
orderContent,
sortContent,
resetContent,
} from '@plone/volto/actions/content/content';
export {
getControlpanel,
Expand Down

0 comments on commit 76dd5d3

Please sign in to comment.