Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 27b8e08

Browse files
committedMar 11, 2022
chore: ship @coreui/angular 4.0.0-alpha.13
- feat(collapse): horizontal prop - feat: intersection service - fix(carousel): add missing wrap prop and handling
1 parent c4d0105 commit 27b8e08

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
 

‎package-lock.json

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

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "4.0.0-alpha.12",
3+
"version": "4.0.0-alpha.13",
44
"description": "CoreUI Components Library for Angular",
55
"license": "MIT",
66
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
@@ -39,7 +39,7 @@
3939
"@coreui/chartjs": "^3.0.0",
4040
"@coreui/icons-angular": "^3.0.0-alpha.4",
4141
"@popperjs/core": "^2.11.0",
42-
"chart.js": "~3.6.0",
42+
"chart.js": "~3.7.1",
4343
"rxjs": "~7.5.0",
4444
"tslib": "^2.3.0",
4545
"zone.js": "~0.11.4"

‎projects/coreui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "4.0.0-alpha.12",
3+
"version": "4.0.0-alpha.13",
44
"description": "CoreUI for Angular UI components library",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",

0 commit comments

Comments
 (0)
Please sign in to comment.