Skip to content

Commit 4bad124

Browse files
committed
chore(changelog): update [skip ci]
1 parent 92e72bd commit 4bad124

File tree

30 files changed

+38
-29
lines changed

30 files changed

+38
-29
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [7.0.0-rc.5](https://github.com/valor-software/ngx-bootstrap/compare/v7.0.0-rc.4...v7.0.0-rc.5) (2021-07-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **schematics:** fix schematics after npm testing ([#6211](https://github.com/valor-software/ngx-bootstrap/issues/6211)) ([92e72bd](https://github.com/valor-software/ngx-bootstrap/commit/92e72bd99bef7d654663a952d15c57e3bd533ac0))
7+
8+
9+
110
# [7.0.0-rc.4](https://github.com/valor-software/ngx-bootstrap/compare/v7.0.0-rc.1...v7.0.0-rc.4) (2021-07-19)
211

312

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "7.0.0-rc.4"
2+
"version": "7.0.0-rc.5"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-bootstrap-base",
3-
"version": "7.0.0-rc.4",
3+
"version": "7.0.0-rc.5",
44
"license": "MIT",
55
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
66
"schematics": "./schematics/src/collection.json",

src/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "ngx-bootstrap/accordion",
3-
"version": "7.0.0-rc.4"
3+
"version": "7.0.0-rc.5"
44
}

src/alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "ngx-bootstrap/alert",
3-
"version": "7.0.0-rc.4"
3+
"version": "7.0.0-rc.5"
44
}

src/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "ngx-bootstrap/buttons",
3-
"version": "7.0.0-rc.4"
3+
"version": "7.0.0-rc.5"
44
}

src/carousel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "ngx-bootstrap/carousel",
3-
"version": "7.0.0-rc.4"
3+
"version": "7.0.0-rc.5"
44
}

src/chronos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "ngx-bootstrap/chronos",
3-
"version": "7.0.0-rc.4"
3+
"version": "7.0.0-rc.5"
44
}

src/collapse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "ngx-bootstrap/collapse",
3-
"version": "7.0.0-rc.4"
3+
"version": "7.0.0-rc.5"
44
}

src/component-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "ngx-bootstrap/component-loader",
3-
"version": "7.0.0-rc.4"
3+
"version": "7.0.0-rc.5"
44
}

0 commit comments

Comments
 (0)