Skip to content

Commit

Permalink
Update to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harasunu-narayan committed Jun 14, 2024
1 parent 6e9359e commit b729465
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.2.0",
"version": "4.2.1",
"description": "Angular 15+ versions bindings for Froala WYSIWYG HTML rich text editor",
"main": "bundles/angular-froala-wysiwyg.umd.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"font-awesome": "^4.7.0",
"froala-editor": "^4.2.0",
"froala-editor": "^4.2.1",
"tslib": "^2.5.0"
},
"peerDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions projects/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"url": "https://github.com/froala/angular-froala-wysiwyg.git",
"directory":"projects/library"
},
"version": "4.2.0",
"version": "4.2.1",
"dependencies": {
"froala-editor": "4.2.0"
"froala-editor": "4.2.1"
}
}

0 comments on commit b729465

Please sign in to comment.