From 3b63672a29a926c6aead5a6a7d4dd94cb3901dd9 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:08:48 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d04dba3..6859d29 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,7 @@ Full usage example: **Supported Meilisearch versions**: -This package only guarantees the compatibility with the [version v0.29.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.29.0). +This package only guarantees the compatibility with the [version v0.30.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0). **Node / NPM versions**: From 4d3afbfbf31ca827f8698e1633e3afcb4da072a4 Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Mon, 28 Nov 2022 17:00:17 +0100 Subject: [PATCH 2/3] Update meilisearch-js to latest v0.30.0 version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 11da67e..2f162a0 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "wait-port": "^1.0.3" }, "dependencies": { - "meilisearch": "^0.28.0" + "meilisearch": "^0.30.0" } } diff --git a/yarn.lock b/yarn.lock index 8ebabcb..b60dff1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8733,10 +8733,10 @@ media-typer@0.3.0: resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= -meilisearch@^0.28.0: - version "0.28.0" - resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.28.0.tgz#650f08a56ef0a989a41d13233f7a744cfa7f54df" - integrity sha512-zC50xLyPWBtfAIZiFTSJyYJp/a5bO+dSSigBKUEoShFkuv9+/KC4J3T3ZejNVHXG2DU0ohOMf8TZ3HAHXNd3EA== +meilisearch@^0.30.0: + version "0.30.0" + resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.30.0.tgz#707f9a6b07440c496b965379616e084f112160ae" + integrity sha512-3y1hALOwTDpquYar+gDREqRasFPWKxkWAhk6h+RF+nKObPVf9N77wcTNvukGwOKbxRyJnKge0OPgAB1BkB9VVw== dependencies: cross-fetch "^3.1.5" From 29b7f08fbcf7c6f36ab548fcf7322375ab3df8be Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Mon, 28 Nov 2022 17:02:14 +0100 Subject: [PATCH 3/3] Update version for the next release (v0.3.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cc8960..3fb5d0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-meilisearch", - "version": "0.3.0", + "version": "0.3.1", "description": "Gatsby plugin to index your content to Meilisearch based on queries", "main": "gatsby-node.js", "scripts": {