Skip to content

Commit 4af9127

Browse files
meili-bors[bot]meili-botbidoubiwa
authored
Merge #572
572: Changes related to the next Meilisearch release (v0.30.0) r=bidoubiwa a=meili-bot This PR gathers the changes related to the next Meilisearch release (v0.30.0) so that this package is ready when the official release is out. ⚠️ This PR should NOT be merged until: - the next release of Meilisearch (v0.30.0) is out. - the [`meilisearch-js`](https://github.com/meilisearch/meilisearch-js) dependency has been released to be compatible with Meilisearch v0.30.0. Once the release is out, the upgrade of the `meilisearch-js` dependency might be committed to this branch. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._ _Related to this issue: https://github.com/meilisearch/integration-guides/issues/221_ Co-authored-by: meili-bot <[email protected]> Co-authored-by: Charlotte Vermandel <[email protected]> Co-authored-by: cvermand <[email protected]>
2 parents 5519892 + a8a46dc commit 4af9127

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ If you are using [Strapi v3](https://github.com/strapi/strapi/tree/v3.6.9), plea
530530

531531
**Supported Meilisearch versions**:
532532

533-
This package only guarantees the compatibility with the [version v0.29.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.29.0).
533+
This package only guarantees the compatibility with the [version v0.30.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0).
534534

535535
**Node / NPM versions**:
536536

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"dependencies": {
2828
"@strapi/utils": "^4.5.2",
29-
"meilisearch": "^0.28.0"
29+
"meilisearch": "^0.30.0"
3030
},
3131
"peerDependencies": {},
3232
"author": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@strapi/plugin-users-permissions": "^4.4.5",
1515
"@strapi/strapi": "^4.5.2",
1616
"@strapi/utils": "^4.4.3",
17-
"meilisearch": "^0.28.0",
17+
"meilisearch": "^0.30.0",
1818
"sqlite3": "^5.1.2"
1919
},
2020
"author": {

playground/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7279,10 +7279,10 @@ [email protected]:
72797279
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
72807280
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
72817281

7282-
meilisearch@^0.28.0:
7283-
version "0.28.0"
7284-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.28.0.tgz#650f08a56ef0a989a41d13233f7a744cfa7f54df"
7285-
integrity sha512-zC50xLyPWBtfAIZiFTSJyYJp/a5bO+dSSigBKUEoShFkuv9+/KC4J3T3ZejNVHXG2DU0ohOMf8TZ3HAHXNd3EA==
7282+
meilisearch@^0.30.0:
7283+
version "0.30.0"
7284+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.30.0.tgz#707f9a6b07440c496b965379616e084f112160ae"
7285+
integrity sha512-3y1hALOwTDpquYar+gDREqRasFPWKxkWAhk6h+RF+nKObPVf9N77wcTNvukGwOKbxRyJnKge0OPgAB1BkB9VVw==
72867286
dependencies:
72877287
cross-fetch "^3.1.5"
72887288

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,10 +3135,10 @@ [email protected]:
31353135
dependencies:
31363136
tmpl "1.0.5"
31373137

3138-
meilisearch@^0.28.0:
3139-
version "0.28.0"
3140-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.28.0.tgz#650f08a56ef0a989a41d13233f7a744cfa7f54df"
3141-
integrity sha512-zC50xLyPWBtfAIZiFTSJyYJp/a5bO+dSSigBKUEoShFkuv9+/KC4J3T3ZejNVHXG2DU0ohOMf8TZ3HAHXNd3EA==
3138+
meilisearch@^0.30.0:
3139+
version "0.30.0"
3140+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.30.0.tgz#707f9a6b07440c496b965379616e084f112160ae"
3141+
integrity sha512-3y1hALOwTDpquYar+gDREqRasFPWKxkWAhk6h+RF+nKObPVf9N77wcTNvukGwOKbxRyJnKge0OPgAB1BkB9VVw==
31423142
dependencies:
31433143
cross-fetch "^3.1.5"
31443144

0 commit comments

Comments
 (0)