Skip to content

Commit 457be1e

Browse files
authored
Merge pull request #497 from Fekide/main
Update next branch
2 parents 7ff8ce8 + 1831871 commit 457be1e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-translate",
3-
"version": "1.3.0-next.3",
3+
"version": "1.3.0",
44
"description": "Strapi plugin for managing and automating translation of content",
55
"keywords": [
66
"strapi",

providers/deepl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-provider-translate-deepl",
3-
"version": "1.2.0-next.1",
3+
"version": "1.2.0",
44
"description": "DeepL provider for translate plugin in Strapi 4",
55
"keywords": [
66
"strapi",
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"lodash": "*",
54-
"strapi-plugin-translate": "1.3.0-next.3"
54+
"strapi-plugin-translate": "1.3.0"
5555
},
5656
"engines": {
5757
"node": ">=14 <=20",

providers/libretranslate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-provider-translate-libretranslate",
3-
"version": "1.1.0-next.1",
3+
"version": "1.1.0",
44
"description": "Libretranslate provider for translate plugin in Strapi 4",
55
"keywords": [
66
"strapi",
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"lodash": "*",
54-
"strapi-plugin-translate": "1.3.0-next.3"
54+
"strapi-plugin-translate": "1.3.0"
5555
},
5656
"engines": {
5757
"node": ">=14 <=20",

0 commit comments

Comments
 (0)