Skip to content

Commit

Permalink
Merge pull request #412 from estacioneto/master
Browse files Browse the repository at this point in the history
Export withToast HOC to allow VTEX IO usage
  • Loading branch information
Bruno Dias authored Nov 14, 2018
2 parents d4801ce + e20933e commit b587a3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- **Toast** Export toast HOC to allow VTEX IO usage

## [7.6.2] - 2018-11-14

## [7.6.1] - 2018-11-14
Expand Down
3 changes: 3 additions & 0 deletions react/withToast.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { withToast } from './components/Toast/index'

export default withToast

0 comments on commit b587a3b

Please sign in to comment.