Skip to content

Commit 04aa853

Browse files
Update to v4.6.2
1 parent b881429 commit 04aa853

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala-wysiwyg-base",
3-
"version": "4.6.0",
3+
"version": "4.6.2",
44
"description": "Angular 19+ versions bindings for Froala WYSIWYG HTML rich text editor",
55
"main": "bundles/angular-froala-wysiwyg.umd.js",
66
"typings": "index.d.ts",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"font-awesome": "^4.7.0",
38-
"froala-editor": "^4.6.0",
38+
"froala-editor": "^4.6.2",
3939
"tslib": "^2.8.1"
4040
},
4141
"peerDependencies": {},

projects/library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"url": "https://github.com/froala/angular-froala-wysiwyg.git",
66
"directory":"projects/library"
77
},
8-
"version": "4.6.0",
8+
"version": "4.6.2",
99
"dependencies": {
10-
"froala-editor": "4.6.0"
10+
"froala-editor": "4.6.2"
1111
}
1212
}

0 commit comments

Comments
 (0)