Skip to content

Commit

Permalink
Update to v4.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
harasunu-narayan committed Mar 23, 2023
1 parent 978d00a commit 9646c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-froala-wysiwyg-base",
"version": "4.0.17",
"version": "4.0.18",
"description": "Angular 4, 5, 6, 7, 8, 9, 10, 11 and 12 bindings for Froala WYSIWYG HTML rich text editor",
"main": "bundles/angular-froala-wysiwyg.umd.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"font-awesome": "^4.7.0",
"froala-editor": "^4.0.17",
"froala-editor": "^4.0.18",
"tslib": "^2.0.0"
},
"peerDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions projects/library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-froala-wysiwyg",
"version": "4.0.17",
"version": "4.0.18",
"dependencies": {
"froala-editor": "4.0.17"
"froala-editor": "4.0.18"
}
}

0 comments on commit 9646c33

Please sign in to comment.