Skip to content

Commit 71d3cda

Browse files
committed
chore(): version bump
1 parent 34611bf commit 71d3cda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-autosize-app",
3-
"version": "1.8.1-next",
3+
"version": "1.8.4",
44
"homepage": "https://chrum.it/pages/ngx-autosize",
55
"description": "Directive that automatically adjusts textarea height to fit content",
66
"repository": {
@@ -46,7 +46,7 @@
4646
"@angular/platform-browser-dynamic": "~8.2.2",
4747
"@angular/router": "~8.2.2",
4848
"core-js": "^2.6.9",
49-
"ngx-autosize": "^1.8.0-next",
49+
"ngx-autosize": "^1.8.3-next",
5050
"rxjs": "~6.5.2",
5151
"tslib": "^1.10.0",
5252
"zone.js": "~0.9.1"

projects/autosize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-autosize",
3-
"version": "1.8.1-next",
3+
"version": "1.8.4",
44
"homepage": "https://chrum.it/pages/ngx-autosize",
55
"description": "Directive that automatically adjusts textarea height to fit content",
66
"repository": {

0 commit comments

Comments
 (0)