Skip to content

Commit a7e50b9

Browse files
author
Brian Stone
committed
chore(release): 0.6.1
1 parent f9921cd commit a7e50b9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.6.1](https://github.com/zillow/drywall/compare/v0.6.0...v0.6.1) (2020-02-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **ToastProvider:** do not clobber `Toast` onClose prop ([b40adf1](https://github.com/zillow/drywall/commit/b40adf1))
11+
* forward refs when using the `withToast` HOC and export `ToastContext` ([7834b33](https://github.com/zillow/drywall/commit/7834b33))
12+
13+
14+
515
## [0.6.0](https://github.com/zillow/drywall/compare/v0.5.0...v0.6.0) (2019-08-28)
616

717

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drywall",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "drywall component library",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)