Skip to content

Commit eaccf82

Browse files
authored
Alex version bump 19 0 2 (#6721)
* chore(README): updated version compatibility * 19.0.2 * chore(version): bumped version
1 parent 8d450d0 commit eaccf82

File tree

31 files changed

+33
-33
lines changed

31 files changed

+33
-33
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ The only two dependencies are [Angular](https://angular.io) and [Bootstrap](http
178178
Here is the version compatibility list:
179179

180180
| ngx-bootstrap | Angular | Bootstrap CSS |
181-
|---------------| --------------- | ----------------------- |
181+
|---------------|-----------------| ----------------------- |
182+
| 19.x.x | 19.x.x | 5.x.x or 4.x.x |
182183
| 18.x.x | 18.x.x | 5.x.x or 4.x.x |
183184
| 12.x.x | 17.x.x | 5.x.x or 4.x.x |
184185
| 11.x.x | 16.x.x | 5.x.x or 4.x.x |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "19.0.1"
2+
"version": "19.0.2"
33
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-bootstrap-base",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"license": "MIT",
55
"author": "Dmitriy Shekhovtsov <[email protected]>",
66
"schematics": "./schematics/src/collection.json",
@@ -87,7 +87,6 @@
8787
"zone.js": "0.15.0"
8888
},
8989
"devDependencies": {
90-
9190
"@angular-devkit/build-angular": "19.0.2",
9291
"@angular-eslint/eslint-plugin": "19.0.0",
9392
"@angular-eslint/eslint-plugin-template": "19.0.0",

src/accordion/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/accordion",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"author": "Dmitriy Shekhovtsov <[email protected]>",
55
"license": "MIT"
66
}

src/alert/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/alert",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"author": "Dmitriy Shekhovtsov <[email protected]>",
55
"license": "MIT"
66
}

src/buttons/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/buttons",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"author": "Dmitriy Shekhovtsov <[email protected]>",
55
"license": "MIT"
66
}

src/carousel/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/carousel",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"author": "Dmitriy Shekhovtsov <[email protected]>",
55
"license": "MIT"
66
}

src/chronos/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/chronos",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"author": "Dmitriy Shekhovtsov <[email protected]>",
55
"license": "MIT"
66
}

src/collapse/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/collapse",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"author": "Dmitriy Shekhovtsov <[email protected]>",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)