Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkasm committed Jun 24, 2017
1 parent d36e166 commit b2ead16
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="0.1.0"></a>
# [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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b2ead16

Please sign in to comment.