Skip to content

Commit

Permalink
chore: ship @coreui/angular 4.0.0-alpha.13
Browse files Browse the repository at this point in the history
- feat(collapse): horizontal prop
- feat: intersection service
- fix(carousel): add missing wrap prop and handling
  • Loading branch information
xidedix committed Mar 11, 2022
1 parent c4d0105 commit 27b8e08
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreui-angular-dev",
"version": "4.0.0-alpha.12",
"version": "4.0.0-alpha.13",
"description": "CoreUI Components Library for Angular",
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@coreui/chartjs": "^3.0.0",
"@coreui/icons-angular": "^3.0.0-alpha.4",
"@popperjs/core": "^2.11.0",
"chart.js": "~3.6.0",
"chart.js": "~3.7.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "4.0.0-alpha.12",
"version": "4.0.0-alpha.13",
"description": "CoreUI for Angular UI components library",
"license": "MIT",
"homepage": "https://coreui.io/angular",
Expand Down

0 comments on commit 27b8e08

Please sign in to comment.