Skip to content

Commit 9e147b0

Browse files
meili-bors[bot]meili-botbrunoocasali
authored
Merge #1310
1310: Changes related to the next Meilisearch release (v1.10.0) r=brunoocasali a=meili-bot Related to this issue: meilisearch/integration-guides#302 This PR: - gathers the changes related to the next Meilisearch release (v1.10.0) so that this package is ready when the official release is out. - should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases). - might eventually contain test failures until the Meilisearch v1.10.0 is out. ⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.10.0) is out. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._ Co-authored-by: meili-bot <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
2 parents 45cb55d + 1885691 commit 9e147b0

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/spicy-avocados-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@meilisearch/instant-meilisearch": minor
3+
---
4+
5+
Update meilisearch version to v0.42.0

packages/instant-meilisearch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"templates"
5151
],
5252
"dependencies": {
53-
"meilisearch": "^0.41.0"
53+
"meilisearch": "^0.42.0"
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.22.9",
@@ -78,4 +78,4 @@
7878
"tslib": "^2.6.1",
7979
"typescript": "^4.9.5"
8080
}
81-
}
81+
}

yarn.lock

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

10419-
meilisearch@^0.41.0:
10420-
version "0.41.0"
10421-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.41.0.tgz#98fc50dd8ce4f2446aa4445e3cecd47e3c9afde5"
10422-
integrity sha512-5KcGLxEXD7E+uNO7R68rCbGSHgCqeM3Q3RFFLSsN7ZrIgr8HPDXVAIlP4LHggAZfk0FkSzo8VSXifHCwa2k80g==
10419+
meilisearch@^0.42.0:
10420+
version "0.42.0"
10421+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.42.0.tgz#af52091456baf48b7244ac5a55b2f279a948df38"
10422+
integrity sha512-pXaOPx/uhVGYVpejNuOcXifQVJlRVSxtvpgrGKb7ygmYo4qSNXkQXPxq1p0Tv+4/RsPJug3W04pcNnYXiqungA==
1042310423
dependencies:
1042410424
cross-fetch "^3.1.6"
1042510425

0 commit comments

Comments
 (0)