Skip to content

Commit 6c2b1ca

Browse files
meili-bors[bot]meili-botcurquiza
authored
Merge #1290
1290: Changes related to the next Meilisearch release (v1.7.0) r=brunoocasali a=meili-bot Related to this issue: meilisearch/integration-guides#296 This PR: - gathers the changes related to the next Meilisearch release (v1.7.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.7.0 is out. ⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.7.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: curquiza <[email protected]>
2 parents 717e0ab + 767a334 commit 6c2b1ca

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/tame-hairs-worry.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-js version

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.37.0"
53+
"meilisearch": "^0.38.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+
}

0 commit comments

Comments
 (0)