Skip to content

Commit 5d3622e

Browse files
Merge #633 #634
633: Update strapi packages versions r=bidoubiwa a=bidoubiwa Fixes: #624 Fixes: #625 Fixes: #626 Fixes: #627 Fixes: #628 634: Update version for the next release (v0.9.1) r=bidoubiwa a=bidoubiwa Update version for next release Co-authored-by: Charlotte Vermandel <[email protected]>
3 parents 786b4c1 + 67c1634 + 357ad80 commit 5d3622e

File tree

3 files changed

+154
-213
lines changed

3 files changed

+154
-213
lines changed

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-meilisearch",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Synchronise and search in your Strapi content-types with Meilisearch",
55
"scripts": {
66
"playground:dev": "yarn --cwd ./playground && yarn --cwd ./playground dev",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"strapi": "strapi"
1111
},
1212
"dependencies": {
13-
"@strapi/plugin-i18n": "^4.5.4",
14-
"@strapi/plugin-users-permissions": "^4.5.4",
15-
"@strapi/strapi": "^4.5.4",
16-
"@strapi/utils": "^4.4.3",
13+
"@strapi/plugin-i18n": "^4.5.5",
14+
"@strapi/plugin-users-permissions": "^4.5.5",
15+
"@strapi/strapi": "^4.5.5",
16+
"@strapi/utils": "^4.5.5",
1717
"meilisearch": "^0.30.0",
1818
"sqlite3": "^5.1.4"
1919
},

0 commit comments

Comments
 (0)