Skip to content

Commit

Permalink
chore(release): adding 6.3.1 (reactstrap#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne authored Jul 27, 2018
1 parent 0aba60f commit f16728f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="6.3.1"></a>
## [6.3.1](https://github.com/reactstrap/reactstrap/compare/6.3.0...6.3.1) (2018-07-27)


### Bug Fixes

* **Collapse:** add function and string to innerRef propType ([#1129](https://github.com/reactstrap/reactstrap/issues/1129)) ([f380b41](https://github.com/reactstrap/reactstrap/commit/f380b41)), closes [#1054](https://github.com/reactstrap/reactstrap/issues/1054)
* **CustomInput:** allow any node for label ([#1095](https://github.com/reactstrap/reactstrap/issues/1095)) ([c1374b4](https://github.com/reactstrap/reactstrap/commit/c1374b4))



<a name="6.3.0"></a>
# [6.3.0](https://github.com/reactstrap/reactstrap/compare/6.2.0...6.3.0) (2018-07-10)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactstrap",
"version": "6.3.0",
"version": "6.3.1",
"description": "React Bootstrap 4 components",
"main": "dist/reactstrap.cjs.js",
"jsnext:main": "dist/reactstrap.es.js",
Expand All @@ -19,8 +19,8 @@
"build": "rollup -c",
"prebuild": "cross-env BABEL_ENV=lib-dir babel src --out-dir lib --ignore src/__tests__/",
"postbuild": "node ./scripts/postbuild.js",
"create-release": "npm test && sh ./scripts/release",
"publish-release": "npm test && sh ./scripts/publish",
"create-release": "npm run cover && sh ./scripts/release",
"publish-release": "npm run cover && sh ./scripts/publish",
"lint": "eslint src"
},
"repository": {
Expand Down

0 comments on commit f16728f

Please sign in to comment.