Skip to content

Commit 53e285a

Browse files
authored
Release 2.3.0 (#102)
* build(scripts): add npm install * chore(release): adding 2.3.0 * build(travis): only use node v6
1 parent 3bf01b6 commit 53e285a

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
33
- 6
4-
- 4
54
cache:
65
directories:
76
- node_modules

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.3.0"></a>
2+
# [2.3.0](https://github.com/reactstrap/reactstrap/compare/2.2.0...v2.3.0) (2016-08-18)
3+
4+
5+
### Features
6+
7+
* **inputGroup:** add InputGroup components ([#99](https://github.com/reactstrap/reactstrap/issues/99)) ([18a2ef7](https://github.com/reactstrap/reactstrap/commit/18a2ef7)), closes [#74](https://github.com/reactstrap/reactstrap/issues/74)
8+
9+
10+
111
<a name="2.2.0"></a>
212
# [2.2.0](https://github.com/reactstrap/reactstrap/compare/2.1.0...v2.2.0) (2016-08-13)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactstrap",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "React Bootstrap 4 components compatible with React 0.14.x and 15.x",
55
"main": "lib/index.js",
66
"scripts": {

scripts/publish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ fi
2525

2626
git checkout master
2727
git pull
28+
npm install
2829
npm run build
2930
git tag -a $VERSION -m "release $VERSION"
3031
git push --set-upstream origin $CURRENT_BRANCH

scripts/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ BUMP_TYPE=$1
66

77
git checkout master
88
git pull
9+
npm install
910

1011
CURRENT_BRANCH="$(git symbolic-ref --short -q HEAD)"
1112

0 commit comments

Comments
 (0)