Skip to content

Commit

Permalink
chore(release): adding 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddywashere committed Mar 27, 2016
1 parent 449e4c9 commit d3fcd8d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/reactstrap/reactstrap/compare/0.8.0...v1.0.0) (2016-03-27)


### Code Refactoring

* **components:** standardize custom tag names ([494e4ec](https://github.com/reactstrap/reactstrap/commit/494e4ec))


### BREAKING CHANGES

* components: `El` prop is now `tag`. This standardizes the way
custom elements should render their html “tags”.



<a name="0.8.0"></a>
# [0.8.0](https://github.com/reactstrap/reactstrap/compare/0.7.2...v0.8.0) (2016-03-27)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactstrap",
"version": "0.8.0",
"version": "1.0.0",
"description": "React Bootstrap 4 components compatible with React 0.14.x and 15.x",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d3fcd8d

Please sign in to comment.