Skip to content

Commit

Permalink
add missing angular input binding
Browse files Browse the repository at this point in the history
  • Loading branch information
blidblid committed Oct 25, 2023
1 parent 3a0f6e7 commit 6c8d686
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berg-layout/angular",
"version": "5.4.0",
"version": "5.4.1",
"license": "MIT",
"repository": {
"url": "https://github.com/blidblid/berg-layout"
Expand Down
1 change: 1 addition & 0 deletions libs/angular/src/lib/components/panel/panel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[attr.size]="size"
[attr.min-size]="minSize"
[attr.max-size]="maxSize"
[attr.animation-disabled]="animationDisabled"
[attr.event-binding-mode]="eventBindingMode"
(afterCollapsed)="onAfterCollapsed($event)"
(afterExpanded)="onAfterExpanded($event)"
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berg-layout/core",
"version": "5.4.0",
"version": "5.4.1",
"license": "MIT",
"repository": {
"url": "https://github.com/blidblid/berg-layout"
Expand Down
2 changes: 1 addition & 1 deletion libs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berg-layout/react",
"version": "5.4.0",
"version": "5.4.1",
"license": "MIT",
"repository": {
"url": "https://github.com/blidblid/berg-layout"
Expand Down

0 comments on commit 6c8d686

Please sign in to comment.