Skip to content

Commit

Permalink
Merge #633 #634
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
meili-bors[bot] and bidoubiwa authored Jan 4, 2023
3 parents 786b4c1 + 67c1634 + 357ad80 commit 5d3622e
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 213 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-meilisearch",
"version": "0.9.0",
"version": "0.9.1",
"description": "Synchronise and search in your Strapi content-types with Meilisearch",
"scripts": {
"playground:dev": "yarn --cwd ./playground && yarn --cwd ./playground dev",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "^4.5.4",
"@strapi/plugin-users-permissions": "^4.5.4",
"@strapi/strapi": "^4.5.4",
"@strapi/utils": "^4.4.3",
"@strapi/plugin-i18n": "^4.5.5",
"@strapi/plugin-users-permissions": "^4.5.5",
"@strapi/strapi": "^4.5.5",
"@strapi/utils": "^4.5.5",
"meilisearch": "^0.30.0",
"sqlite3": "^5.1.4"
},
Expand Down
Loading

0 comments on commit 5d3622e

Please sign in to comment.