Skip to content

Commit 1021310

Browse files
bors[bot]meili-botbidoubiwa
authored
Merge #130
130: Changes related to the next MeiliSearch release (v0.21.0) r=bidoubiwa a=meili-bot This PR gathers the changes related to the next MeiliSearch release (v0.21.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.21.0) is out. - the [`docs-searchbar.js`](https://github.com/meilisearch/docs-searchbar.js) dependency has been released to be compatible with MeiliSearch v0.21.0. Once the release is out, the `docs-searchbar.js` version in this package should be upgraded and 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. Exceptionally for this release, the pre-release time will be more than just one week._ Co-authored-by: meili-bot <[email protected]> Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 6d76090 + 2698b53 commit 1021310

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.20.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.20.0).
142+
This package only guarantees the compatibility with the [version v0.21.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.21.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": "^1.3.0"
14+
"docs-searchbar.js": "^1.3.1"
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
@@ -3760,14 +3760,14 @@ dns-txt@^2.0.2:
37603760
dependencies:
37613761
buffer-indexof "^1.0.0"
37623762

3763-
docs-searchbar.js@^1.3.0:
3764-
version "1.3.0"
3765-
resolved "https://registry.yarnpkg.com/docs-searchbar.js/-/docs-searchbar.js-1.3.0.tgz#522cf3e60b0bf7a57b88e9f0d5df9bb161d2d672"
3766-
integrity sha512-EjjeBdRJk1deDrKgosULVWwZhOrFxB9YIuS1n75uNoIOLtZeEggJnnSn7WfqdLD0Ik/txaemLbTJJfd7phWcNQ==
3763+
docs-searchbar.js@^1.3.1:
3764+
version "1.3.1"
3765+
resolved "https://registry.yarnpkg.com/docs-searchbar.js/-/docs-searchbar.js-1.3.1.tgz#2aedf80d60cb622a8a80a10abb4c563bf1f4d165"
3766+
integrity sha512-ijITYPDH/7dXXlY7pz8BymcluRgDmktSrfVzpCxuALHgqhhjQHiXNxquTNdCovF5oZ0b8UDJkqAQjMG9eL5yig==
37673767
dependencies:
37683768
autocomplete.js "^0.38.0"
37693769
hogan.js "^3.0.2"
3770-
meilisearch "^0.18.2"
3770+
meilisearch "^0.20.0"
37713771
to-factory "^1.0.0"
37723772
zepto "^1.2.0"
37733773

@@ -6682,10 +6682,10 @@ [email protected]:
66826682
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
66836683
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
66846684

6685-
meilisearch@^0.18.2:
6686-
version "0.18.2"
6687-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.18.2.tgz#e26d33a4bf163b2d96b14015063ec5979a004793"
6688-
integrity sha512-L65u+yNNtIyai3V1XB7BOq+fAt6MzB2KtsqvaW6GNahPtWCZF9SKvWOl6fjhzH3KOHDyT++A65UoYJP4J7vnVA==
6685+
meilisearch@^0.20.0:
6686+
version "0.20.0"
6687+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.20.0.tgz#42899fec7a2ddefcd035e30ed5dd47aa65a6727f"
6688+
integrity sha512-J+0GIyNVnH6dAM0lmwhWvYFO0Zru5djfbU2bteHIF1gqFP89uPyaOH7oIq5ntZSs/9Z6ogkD2/dLQSLYp4uizg==
66896689
dependencies:
66906690
cross-fetch "^3.1.4"
66916691

0 commit comments

Comments
 (0)