Skip to content

Commit d0eb8a9

Browse files
author
Luis M Torres
committed
chore: update package versions and peerDependencies for ngx-bootstrap-components
- Bump version to 0.1.4 in both root and project package.json files. - Change peerDependencies to use version ranges (>=) for better compatibility.
1 parent 19d93f8 commit d0eb8a9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotted-labs/ngx-bootstrap-components",
3-
"version": "1.0.0",
3+
"version": "0.1.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@dotted-labs/ngx-bootstrap-components",
3-
"version": "0.1.1",
3+
"version": "0.1.4",
44
"peerDependencies": {
5-
"@angular/common": "^18.0.0",
6-
"@angular/core": "^18.0.0",
7-
"@angular/forms": "^18.0.0",
8-
"@angular/router": "^18.0.0",
9-
"@ngx-translate/core": "^15.0.0",
10-
"@tabler/icons-webfont": "^3.4.0",
11-
"bootstrap": "^5.3.3"
5+
"@angular/common": ">=18.0.0",
6+
"@angular/core": ">=18.0.0",
7+
"@angular/forms": ">=18.0.0",
8+
"@angular/router": ">=18.0.0",
9+
"@ngx-translate/core": ">=15.0.0",
10+
"@tabler/icons-webfont": ">=3.4.0",
11+
"bootstrap": ">=5.3.3"
1212
},
1313
"dependencies": {
14-
"tslib": "^2.3.0"
14+
"tslib": ">=2.3.0"
1515
},
1616
"sideEffects": false
1717
}

0 commit comments

Comments
 (0)