diff --git a/CHANGELOG.md b/CHANGELOG.md index 977a4434b..46f534d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,8 @@ Major/Minor/Patch: This is an example changelog item, usually can be the commit message. Prepend new items to make git merging easier. -## 0.101.6 +## 0.101.7 --fix(Number): add id and name into ref. Ensure onChange value on ref is a number --fix(Date): add id and name into ref - feat(Date): Add ability to pass `onFocus` and `onBlur` into cell control - feat(Autocompleter): Add ability to pass `onFocus` and `onBlur` into cell control - feat(Input): Add ability to pass `onFocus` and `onBlur` into cell control @@ -15,6 +13,12 @@ Prepend new items to make git merging easier. - feat(Number): Add ability to pass `onFocus` and `onBlur` into cell control - feat(Select): Add ability to pass `onFocus` and `onBlur` into cell control + +## 0.101.6 + +-fix(Number): add id and name into ref. Ensure onChange value on ref is a number +-fix(Date): add id and name into ref + ## 0.101.5 - feat(Date): Implement a onDeactivate and onActive callbacks, so developers can listen diff --git a/package.json b/package.json index 3e237fba3..e580569c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mavenlink/design-system", - "version": "0.101.6", + "version": "0.101.7", "description": "Mavenlink React Components", "main": "src/index.js", "scripts": {