diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e361cb..a60bfb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# Change Log + +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. + + +# [0.1.0](https://github.com/vovkasm/react-native-stylable/compare/0.0.5...v0.1.0) (2017-06-24) + + +### Bug Fixes + +* make getDisplayName to be almost equal to react getElementName ([6449d80](https://github.com/vovkasm/react-native-stylable/commit/6449d80)) +* migrate to prop-types module (React.PropTypes is deprecated) ([1cd5750](https://github.com/vovkasm/react-native-stylable/commit/1cd5750)) +* react warn if we try to get ref of pure component ([ffadc1e](https://github.com/vovkasm/react-native-stylable/commit/ffadc1e)) + + +### Features + +* **package:** compile & release es5 version ([0e0ba9a](https://github.com/vovkasm/react-native-stylable/commit/0e0ba9a)) + + + # Change Log 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. diff --git a/package-lock.json b/package-lock.json index 6c28311..25812d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-stylable", - "version": "0.0.5", + "version": "0.1.0", "lockfileVersion": 1, "dependencies": { "abab": { diff --git a/package.json b/package.json index ba06f90..2f7aeaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-stylable", - "version": "0.0.5", + "version": "0.1.0", "description": "Cascading styles for ReactNative", "module": "src/index.js", "main": "dist/index.js",