Skip to content

Commit

Permalink
chore: update version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinyyyc committed Jan 6, 2024
1 parent 3a39c85 commit 515282c
Show file tree
Hide file tree
Showing 2 changed files with 10,988 additions and 1,120 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-wysiwyg-react-md-editor",
"version": "4.3.0",
"version": "4.4.0",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
"strapi": {
"name": "wysiwyg-react-md-editor",
Expand Down Expand Up @@ -48,6 +48,11 @@
},
"homepage": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor#readme",
"peerDependencies": {
"@strapi/strapi": "^4.1.5"
"@strapi/plugin-graphql": "4.9.2",
"@strapi/strapi": "4.9.2"
},
"devDependencies": {
"@strapi/plugin-graphql": "4.9.2",
"@strapi/strapi": "4.9.2"
}
}
Loading

0 comments on commit 515282c

Please sign in to comment.