Skip to content

Commit e0da691

Browse files
committed
chore: version bump
1 parent 52eff9a commit e0da691

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In our minimum support we're following [official Node.js releases timelines](htt
134134

135135
**Supported Strapi versions**:
136136

137-
- Strapi v4.10.5 (recently tested)
137+
- Strapi v4.10.7 (recently tested)
138138
- Strapi v4.x
139139

140140
> This plugin is designed for **Strapi v4** and is not working with v3.x. To get version for **Strapi v3** install version [v1.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-comments/tree/strapi-v3).

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-comments",
3-
"version": "2.2.10",
3+
"version": "2.2.11",
44
"description": "Strapi - Comments plugin",
55
"strapi": {
66
"name": "comments",
@@ -27,8 +27,8 @@
2727
"url": "https://github.com/VirtusLab-Open-Source/strapi-plugin-comments"
2828
},
2929
"dependencies": {
30-
"@strapi/plugin-graphql": "^4.9.2",
31-
"@strapi/utils": "^4.9.2",
30+
"@strapi/plugin-graphql": "^4.10.7",
31+
"@strapi/utils": "^4.10.7",
3232
"@types/axios": "^0.14.0",
3333
"@types/react-intl": "^3.0.0",
3434
"@types/react-query": "^1.2.9",
@@ -39,7 +39,7 @@
3939
"codemirror5": "npm:codemirror@^5.65.11"
4040
},
4141
"devDependencies": {
42-
"@strapi/helper-plugin": "^4.9.2",
42+
"@strapi/helper-plugin": "^4.10.7",
4343
"@types/bad-words": "^3.0.1",
4444
"@types/jest": "^29.4.0",
4545
"codecov": "^3.7.2",

0 commit comments

Comments
 (0)