Skip to content

Commit 40764bb

Browse files
meili-bors[bot]meili-botbidoubiwa
authored
Merge #255
255: Changes related to the next Meilisearch release (v0.29.0) r=bidoubiwa a=meili-bot This PR gathers the changes related to the next Meilisearch release (v0.29.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.29.0) is out. - the [`docs-searchbar.js`](https://github.com/meilisearch/docs-searchbar.js) dependency has been released to be compatible with Meilisearch v0.29.0. Once the release is out, the upgrade of the `docs-searchbar.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/master/guides/pre-release-week.md) purpose._ _Related to this issue: https://github.com/meilisearch/integration-guides/issues/211_ Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
2 parents 4d5590a + 6d133a6 commit 40764bb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ You can also find an example in our [playground's `palette.styl` file](./playgro
139139

140140
## Compatibility with Meilisearch
141141

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

144144
## Development Workflow and Contributing
145145

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"main": "index.js",
1313
"dependencies": {
14-
"docs-searchbar.js": "^2.2.0"
14+
"docs-searchbar.js": "^2.4.0"
1515
},
1616
"resolutions": {
1717
"yargs-parser": "^13.1.2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3784,13 +3784,13 @@ dns-txt@^2.0.2:
37843784
dependencies:
37853785
buffer-indexof "^1.0.0"
37863786

3787-
docs-searchbar.js@^2.2.0:
3788-
version "2.2.0"
3789-
resolved "https://registry.yarnpkg.com/docs-searchbar.js/-/docs-searchbar.js-2.2.0.tgz#e60eb0ee4f67853c41fdf7d3a4ef6ac7ac2c8027"
3790-
integrity sha512-rleKMiTkxG14M+6yt3+H8H0w/GKxWsNMinf4+zTVz9aVi04oJ8u37kktTiW3qkpPl9VQ7/i7Yv9wykukMqVxfw==
3787+
docs-searchbar.js@^2.4.0:
3788+
version "2.4.0"
3789+
resolved "https://registry.yarnpkg.com/docs-searchbar.js/-/docs-searchbar.js-2.4.0.tgz#d2f65e11ae8662787fc1571d682823046cb15c94"
3790+
integrity sha512-R5SOwIwVul6cssi+omE2h6JaFSCFp/k3xDgLKZfb6oDhF8Yed15hR1vcrKsSnF+XkNruhCJvTYoMGb9+MEPWvg==
37913791
dependencies:
37923792
autocomplete.js "^0.38.1"
3793-
meilisearch "^0.27.0"
3793+
meilisearch "^0.28.0"
37943794
to-factory "^1.0.0"
37953795
zepto "^1.2.0"
37963796

@@ -6697,10 +6697,10 @@ media-typer@0.3.0:
66976697
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
66986698
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
66996699

6700-
meilisearch@^0.27.0:
6701-
version "0.27.0"
6702-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.27.0.tgz#8bd57ddb77b975f93e054cb977b951c488ece297"
6703-
integrity sha512-kZOZFIuSO7c6xRf+Y2/9/h6A9pl0sCl/G44X4KuaSwxGbruOZPhmxbeVEgLHBv4pUFvQ56rNVTA/2d/5GCU1YA==
6700+
meilisearch@^0.28.0:
6701+
version "0.28.0"
6702+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.28.0.tgz#650f08a56ef0a989a41d13233f7a744cfa7f54df"
6703+
integrity sha512-zC50xLyPWBtfAIZiFTSJyYJp/a5bO+dSSigBKUEoShFkuv9+/KC4J3T3ZejNVHXG2DU0ohOMf8TZ3HAHXNd3EA==
67046704
dependencies:
67056705
cross-fetch "^3.1.5"
67066706

0 commit comments

Comments
 (0)