Skip to content

Commit fd84ea6

Browse files
committed
Update to v3.2.2
1 parent 2ee04ad commit fd84ea6

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": "3.2.1-1",
3+
"version": "3.2.2",
44
"description": "Angular 4, 5, 6, 7, 8, 9 and 10 bindings for Froala WYSIWYG HTML rich text editor",
55
"main": "bundles/angular-froala-wysiwyg.umd.js",
66
"typings": "index.d.ts",
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"font-awesome": "^4.7.0",
55-
"froala-editor": "^3.2.1",
55+
"froala-editor": "^3.2.2",
5656
"tslib": "^1.9.0"
5757
},
5858
"peerDependencies": {},

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-froala-wysiwyg",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"dependencies": {
5-
"froala-editor": "3.2.1"
5+
"froala-editor": "3.2.2"
66
}
77
}

0 commit comments

Comments
 (0)