ng2-bootstrap just published its new version 1.0.5, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of ng2-bootstrap – otherwise use this branch to work on adaptions and fixes.
This pull request was created by greenkeeper.io.
It keeps your software, up to date, all the time.
Tired of seeing this sponsor message? Upgrade to the supporter plan!
You'll also get your pull requests faster ⚡
Hello :wave:
:rocket::rocket::rocket:
[ng2-bootstrap](https://www.npmjs.com/package/ng2-bootstrap) just published its new version 1.0.5, which **is not covered by your current version range**.
If this pull request passes your tests you can publish your software with the latest version of ng2-bootstrap – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging :palm_tree:
---
[GitHub Release](https://github.com/valor-software/ng2-bootstrap/releases/tag/v1.0.5)
<h3>Bug Fixes</h3>
<ul>
<li>
<strong>daypicker:</strong> glyphicon arrows, disable and colspan attributes (<a href="http://urls.greenkeeper.io/valor-software/ng2-bootstrap/commit/e533ee9">e533ee9</a>)</li>
<li>
<strong>tabs:</strong> destroy cycle, closes <a href="http://urls.greenkeeper.io/valor-software/ng2-bootstrap/pull/180" class="issue-link js-issue-link" data-url="https://github.com/valor-software/ng2-bootstrap/issues/180" data-id="133369550" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#180</a> (<a href="http://urls.greenkeeper.io/valor-software/ng2-bootstrap/commit/ae8c617">ae8c617</a>), closes <a href="http://urls.greenkeeper.io/valor-software/ng2-bootstrap/issues/180">#180</a>
</li>
</ul>
---
The new version differs by 58 commits .
- [`64f485c`](https://github.com/valor-software/ng2-bootstrap/commit/64f485c27e5727dfaeb9bd609c7692329658b0e4) `chore(build): install typings at travis`
- [`300798e`](https://github.com/valor-software/ng2-bootstrap/commit/300798e4dc26066c0f94a0795c91cce963ba1e19) `chore(build): fix postversion npm script`
- [`6ca0355`](https://github.com/valor-software/ng2-bootstrap/commit/6ca0355a5f13e04cd2ee25cd8778d70732973339) `chore(build): fix post version script`
- [`972fc2c`](https://github.com/valor-software/ng2-bootstrap/commit/972fc2cbcc41f2f71e9d72c6a79010b2d35a2890) `chore(version): bump to 1.0.5`
- [`d38c521`](https://github.com/valor-software/ng2-bootstrap/commit/d38c521063706a4676680783aebded949797c35a) `chore(build): added post version tagging and publishing`
- [`2f2860a`](https://github.com/valor-software/ng2-bootstrap/commit/2f2860a1bf1afa40a646f0f952d8b07b6bc6f3c6) `Merge pull request #218 from edinfazlic/daypicker-month-header-fix`
- [`e533ee9`](https://github.com/valor-software/ng2-bootstrap/commit/e533ee9879052974264c56a0eb68f539b2a2a742) `fix(daypicker): glyphicon arrows, disable and colspan attributes`
- [`ae8c617`](https://github.com/valor-software/ng2-bootstrap/commit/ae8c61796da6670a62e76bc4308668a6856d2639) `fix(tabs): destroy cycle, closes #180`
- [`ec3d190`](https://github.com/valor-software/ng2-bootstrap/commit/ec3d190c03825cc75d6ba193f14249df0403570d) `Merge pull request #197 from edinfazlic/show-weeks-fix`
- [`0ddbfc4`](https://github.com/valor-software/ng2-bootstrap/commit/0ddbfc4fb6202274fcc08a9d05c4deedf937d5cf) `Merge pull request #198 from edinfazlic/text-center-daypicker`
- [`7ae0bb9`](https://github.com/valor-software/ng2-bootstrap/commit/7ae0bb95145cf35efa0c18ee9271a5c1202172f8) `chore(docs): added changelog generation`
- [`b1bbccd`](https://github.com/valor-software/ng2-bootstrap/commit/b1bbccdd7831c37bb589f1523c8b9d162a425f71) `Merge pull request #214 from valor-software/feat-update-to-beta7`
- [`4c896f8`](https://github.com/valor-software/ng2-bootstrap/commit/4c896f80794e4de0a8aacc1954dab72e5618c6f3) `chore(build): fix travis ci builds`
- [`206770b`](https://github.com/valor-software/ng2-bootstrap/commit/206770b175d27eec46a920d149dc65e766fbedfe) `fix(build): updated to use ts 1.8.2, fixes #116`
- [`31e6300`](https://github.com/valor-software/ng2-bootstrap/commit/31e630013efbec9e55172ffe0b53a438b7a70d36) `feat(build): update to use ng2 beta7 & use ts typings, fixes #212`
There are 58 commits in total. See the [full diff](https://github.com/valor-software/ng2-bootstrap/compare/54daff5b8ed2135b60aeedc272856423444ba4a3...64f485c27e5727dfaeb9bd609c7692329658b0e4).
---
This pull request was created by [greenkeeper.io](http://greenkeeper.io/).
It keeps your software, up to date, all the time.
<sub>
Tired of seeing this sponsor message? Upgrade to the supporter plan!
You'll also get your pull requests faster :zap:
</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hello 👋
:rocket::rocket:🚀
ng2-bootstrap just published its new version 1.0.5, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of ng2-bootstrap – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
Bug Fixes
The new version differs by 58 commits .
64f485cchore(build): install typings at travis300798echore(build): fix postversion npm script6ca0355chore(build): fix post version script972fc2cchore(version): bump to 1.0.5d38c521chore(build): added post version tagging and publishing2f2860aMerge pull request #218 from edinfazlic/daypicker-month-header-fixe533ee9fix(daypicker): glyphicon arrows, disable and colspan attributesae8c617fix(tabs): destroy cycle, closes #180ec3d190Merge pull request #197 from edinfazlic/show-weeks-fix0ddbfc4Merge pull request #198 from edinfazlic/text-center-daypicker7ae0bb9chore(docs): added changelog generationb1bbccdMerge pull request #214 from valor-software/feat-update-to-beta74c896f8chore(build): fix travis ci builds206770bfix(build): updated to use ts 1.8.2, fixes #11631e6300feat(build): update to use ng2 beta7 & use ts typings, fixes #212There are 58 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.