From fb6b5b30aedfcb955a3cb49f163dd55b06a4c4c8 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:05:16 -0300 Subject: [PATCH 1/7] Update lib/src/version.dart --- lib/src/version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/version.dart b/lib/src/version.dart index 21e87281..e6635580 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,5 +1,5 @@ class Version { - static const String current = '0.11.0'; + static const String current = '0.11.1'; static String get qualifiedVersion { return "Meilisearch Dart (v$current)"; From 7ae9bcd9a298c3680755ff04dc0247b5fb9177df Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:05:17 -0300 Subject: [PATCH 2/7] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0facb2d7..77213d5d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: meilisearch description: Meilisearch Dart is the Meilisearch API client for Dart and Flutter developers. -version: 0.11.0 +version: 0.11.1 homepage: https://meilisearch.com repository: https://github.com/meilisearch/meilisearch-dart issue_tracker: https://github.com/meilisearch/meilisearch-dart/issues From bf30492d0095c057187c3b23c64dcd63f9974b16 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:05:18 -0300 Subject: [PATCH 3/7] Update example/pubspec.yaml --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f572bee0..593f0f83 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - meilisearch: "0.11.0" + meilisearch: "0.11.1" dependency_overrides: meilisearch: From b2456662db6540d26aa13991924230c6fc968ea3 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:05:18 -0300 Subject: [PATCH 4/7] Update example/pubspec.lock --- example/pubspec.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 37a6d17b..a7ba5309 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -35,7 +35,7 @@ packages: path: ".." relative: true source: path - version: "0.11.0" + version: "0.11.1" path: dependency: transitive description: From e99201ee6557f8661a54070ba13483a2cfe73346 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:05:19 -0300 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 107522da..5b268036 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec. ```yaml dependencies: - meilisearch: ^0.11.0 + meilisearch: ^0.11.1 ``` Then open your terminal and update dart packages. From 5bcc758969214af71b3620fd1f7ad7af2a89c4f7 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:05:20 -0300 Subject: [PATCH 6/7] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 115f7b1f..dca1f9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ [comment]: <> (All notable changes to this project will be documented in this file.) +# 0.11.1 +### Breaking Changes: + # 0.11.0 ### Breaking Changes: From 1b601ba77fb3994a67bba3e0168c91c36d742bd2 Mon Sep 17 00:00:00 2001 From: Bruno Casali Date: Thu, 27 Apr 2023 15:10:56 +0200 Subject: [PATCH 7/7] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca1f9f7..38c74687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ [comment]: <> (All notable changes to this project will be documented in this file.) # 0.11.1 -### Breaking Changes: +### Bug Fixes: + +- `Searchable` class was not being public exported. # 0.11.0 ### Breaking Changes: