diff --git a/apps/styleguide/package.json b/apps/styleguide/package.json index f3ae048a..778eda2d 100644 --- a/apps/styleguide/package.json +++ b/apps/styleguide/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/styleguide", - "version": "15.1.0", + "version": "15.1.1-pr1006.0", "private": true, "type": "module", "scripts": { diff --git a/lerna.json b/lerna.json index 355f2ed1..0ca2ec92 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": false, "packages": ["libs/*", "apps/*"], - "version": "15.1.0", + "version": "15.1.1-pr1006.0", "command": { "version": { "allowBranch": "*", diff --git a/libs/components/package.json b/libs/components/package.json index 20a4c182..5f7013e2 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/ngx-components", - "version": "15.1.0", + "version": "15.1.1-pr1006.0", "repository": "https://github.com/shiftcode/sc-ng-commons-public", "license": "MIT", "author": "shiftcode GmbH ", diff --git a/libs/components/src/lib/textarea-autosize/textarea-autosize.directive.ts b/libs/components/src/lib/textarea-autosize/textarea-autosize.directive.ts index ed429071..82776fe8 100644 --- a/libs/components/src/lib/textarea-autosize/textarea-autosize.directive.ts +++ b/libs/components/src/lib/textarea-autosize/textarea-autosize.directive.ts @@ -39,7 +39,7 @@ export class TextareaAutosizeDirective { inject(ResizeService).observe(this.element).pipe(takeUntil(this.onDestroy$)).subscribe(this.resize.bind(this)) } - private resize() { + resize(): void { // Calculate border height which is not included in scrollHeight const borderHeight = this.element.offsetHeight - this.element.clientHeight diff --git a/libs/core/package.json b/libs/core/package.json index f1cc06ba..854ead06 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/ngx-core", - "version": "15.1.0", + "version": "15.1.1-pr1006.0", "repository": "https://github.com/shiftcode/sc-ng-commons-public", "license": "MIT", "author": "shiftcode GmbH ",