Skip to content

Commit 08bbceb

Browse files
committedJan 18, 2017
v1.2.5
1 parent d352962 commit 08bbceb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="1.2.5"></a>
2+
## [1.2.5](https://github.com/valor-software/ng2-bootstrap/compare/v1.2.4...v1.2.5) (2017-01-18)
3+
4+
5+
### Bug Fixes
6+
7+
* **accordion:** a tag replaced with div, so preventDefault() was removed from toggleOpen ([d352962](https://github.com/valor-software/ng2-bootstrap/commit/d352962)), closes [#1512](https://github.com/valor-software/ng2-bootstrap/issues/1512)
8+
* **carousel:** fixed styles for carousel navigation buttons ([a1489bd](https://github.com/valor-software/ng2-bootstrap/commit/a1489bd))
9+
10+
11+
112
<a name="1.2.4"></a>
213
## [1.2.4](https://github.com/valor-software/ng2-bootstrap/compare/v1.2.3...v1.2.4) (2017-01-17)
314

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-bootstrap-base",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Native Angular Bootstrap Components",
55
"private": true,
66
"scripts": {

‎src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-bootstrap",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"dependencies": {
55
"moment": "*"
66
},

0 commit comments

Comments
 (0)
Please sign in to comment.