From 41bcddbd159ee2b77947237c4434b9953978ef89 Mon Sep 17 00:00:00 2001 From: MimirActionsBot Date: Wed, 5 Jul 2023 15:01:17 +0000 Subject: [PATCH] chore(release): publish packages - flutter_mimir@0.0.1-dev.2 - mimir@0.0.1-dev.2 --- CHANGELOG.md | 62 +++++++++++++++++++ packages/flutter_mimir/CHANGELOG.md | 21 +++++++ packages/flutter_mimir/android/CMakeLists.txt | 2 +- packages/flutter_mimir/example/pubspec.yaml | 4 +- .../flutter_mimir/ios/flutter_mimir.podspec | 2 +- packages/flutter_mimir/linux/CMakeLists.txt | 2 +- .../flutter_mimir/macos/flutter_mimir.podspec | 2 +- packages/flutter_mimir/pubspec.yaml | 4 +- packages/flutter_mimir/windows/CMakeLists.txt | 2 +- packages/mimir/CHANGELOG.md | 27 ++++++++ packages/mimir/example/pubspec.yaml | 2 +- packages/mimir/pubspec.yaml | 2 +- 12 files changed, 121 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b53bf4e..ab86dbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-07-05 + +### Changes + +--- + +Packages with breaking changes: + + - [`flutter_mimir` - `v0.0.1-dev.2`](#flutter_mimir---v001-dev2) + - [`mimir` - `v0.0.1-dev.2`](#mimir---v001-dev2) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `flutter_mimir` - `v0.0.1-dev.2` + + - **REVERT**: "feat: use Dart 3 records for isBetween query field ([#140](https://github.com/GregoryConrad/mimir/issues/140))". ([922debf2](https://github.com/GregoryConrad/mimir/commit/922debf2896fcac5839b9f50e34c8e0daaf5c18b)) + - **REFACTOR**: update melos to v3 ([#131](https://github.com/GregoryConrad/mimir/issues/131)). ([0c6c2b8b](https://github.com/GregoryConrad/mimir/commit/0c6c2b8ba013ec6e56e869d498e246cce3cf923b)) + - **REFACTOR**: clean up some of the example code. ([23a9a2e1](https://github.com/GregoryConrad/mimir/commit/23a9a2e110013b01f7288f786b1ecdba7744e929)) + - **FIX**: android tmp files now use application cache dir ([#184](https://github.com/GregoryConrad/mimir/issues/184)). ([7504e2e3](https://github.com/GregoryConrad/mimir/commit/7504e2e30fb88a96ebc461fbae8003c87b696121)) + - **FIX**: remove pubspec screenshot attribute. ([a5400f66](https://github.com/GregoryConrad/mimir/commit/a5400f66517fdf8717fdfe3445e58e3fd9b959d8)) + - **FIX**: recreate example's macos/ with flutter 3.7. ([dd43ed8a](https://github.com/GregoryConrad/mimir/commit/dd43ed8a16d3f26da88f24d2fa285dfc3f72e33f)) + - **FIX**: make macos example app work with flutter 3.7. ([4369d2dc](https://github.com/GregoryConrad/mimir/commit/4369d2dc4948ca1d0e567fe0744b922bc6e8d859)) + - **FEAT**: add isNull and isEmpty filters ([#215](https://github.com/GregoryConrad/mimir/issues/215)). ([4752aaa1](https://github.com/GregoryConrad/mimir/commit/4752aaa10f2926e72395aade31679bad6d8302d6)) + - **FEAT**: pagination and infinite scroll support ([#195](https://github.com/GregoryConrad/mimir/issues/195)). ([293db82b](https://github.com/GregoryConrad/mimir/commit/293db82b9af97c86cb18bb9bd393bf3195bee0e0)) + - **FEAT**: use Dart 3 records for isBetween query field ([#140](https://github.com/GregoryConrad/mimir/issues/140)). ([115ab5e4](https://github.com/GregoryConrad/mimir/commit/115ab5e42d8e70fada062de35b6747843e8d6cd9)) + - **FEAT**: add manual primary key selection ([#157](https://github.com/GregoryConrad/mimir/issues/157)). ([714533b5](https://github.com/GregoryConrad/mimir/commit/714533b5b2f5b943323bf7ba495f757c7707127d)) + - **DOCS**: improve quality of examples ([#150](https://github.com/GregoryConrad/mimir/issues/150)). ([5bcbf664](https://github.com/GregoryConrad/mimir/commit/5bcbf664d7e1ac361e3fb6554eb6553a75cfca81)) + - **DOCS**(screenshot): fix pub.dev screenshot. ([57f07ac5](https://github.com/GregoryConrad/mimir/commit/57f07ac55590502d362953dce426007b4dacef93)) + - **DOCS**: update with in-repo demo gif. ([3079a422](https://github.com/GregoryConrad/mimir/commit/3079a42252157ab96861b8de955420fb9b3a417e)) + - **DOCS**: clarify some wording. ([26eb879b](https://github.com/GregoryConrad/mimir/commit/26eb879b5147377ad4a770a58af49f41f636b9f1)) + - **BREAKING** **FEAT**: Dart 3 support ([#194](https://github.com/GregoryConrad/mimir/issues/194)). ([b987daca](https://github.com/GregoryConrad/mimir/commit/b987daca1a48bbec3fdd815f01b0bb1a62f31bd8)) + +#### `mimir` - `v0.0.1-dev.2` + + - **REVERT**: "feat: use Dart 3 records for isBetween query field ([#140](https://github.com/GregoryConrad/mimir/issues/140))". ([922debf2](https://github.com/GregoryConrad/mimir/commit/922debf2896fcac5839b9f50e34c8e0daaf5c18b)) + - **REFACTOR**: update melos to v3 ([#131](https://github.com/GregoryConrad/mimir/issues/131)). ([0c6c2b8b](https://github.com/GregoryConrad/mimir/commit/0c6c2b8ba013ec6e56e869d498e246cce3cf923b)) + - **REFACTOR**: switch API to use proper OOP. ([66a2846a](https://github.com/GregoryConrad/mimir/commit/66a2846a6f88fd48f57a5c7002aacdbdbdeb0e1d)) + - **REFACTOR**: move macOS C codegen back to FRB. ([5570977b](https://github.com/GregoryConrad/mimir/commit/5570977b1c378c9df62c328e92f57197ed190eaa)) + - **REFACTOR**: clean up some of the example code. ([23a9a2e1](https://github.com/GregoryConrad/mimir/commit/23a9a2e110013b01f7288f786b1ecdba7744e929)) + - **FIX**: second attempt partial fix of [#227](https://github.com/GregoryConrad/mimir/issues/227) ([#230](https://github.com/GregoryConrad/mimir/issues/230)). ([e18c9cb6](https://github.com/GregoryConrad/mimir/commit/e18c9cb610d82c806d5178803a02f23923fd4427)) + - **FIX**: partial fix of [#227](https://github.com/GregoryConrad/mimir/issues/227) for iPhone 7s ([#229](https://github.com/GregoryConrad/mimir/issues/229)). ([fa2dcb9b](https://github.com/GregoryConrad/mimir/commit/fa2dcb9b0977db7b6ab5cf33639952c81527d5e4)) + - **FIX**: switch initial version of milli to latest with needed changes ([#83](https://github.com/GregoryConrad/mimir/issues/83)). ([c76b1469](https://github.com/GregoryConrad/mimir/commit/c76b14697a915f1284fa68b705244feb9d1eb828)) + - **FIX**: milli update and fixes ([#189](https://github.com/GregoryConrad/mimir/issues/189)). ([d3511566](https://github.com/GregoryConrad/mimir/commit/d35115661929bdf93251840fe921ca986a7fb446)) + - **FIX**: android tmp files now use application cache dir ([#184](https://github.com/GregoryConrad/mimir/issues/184)). ([7504e2e3](https://github.com/GregoryConrad/mimir/commit/7504e2e30fb88a96ebc461fbae8003c87b696121)) + - **FIX**: add (unused) uuid dependency. ([67a15a91](https://github.com/GregoryConrad/mimir/commit/67a15a913a23d3f6a3a666a5fd3905a813d8fdb8)) + - **FIX**: remove pubspec screenshot attribute. ([a5400f66](https://github.com/GregoryConrad/mimir/commit/a5400f66517fdf8717fdfe3445e58e3fd9b959d8)) + - **FIX**: make macos example app work with flutter 3.7. ([4369d2dc](https://github.com/GregoryConrad/mimir/commit/4369d2dc4948ca1d0e567fe0744b922bc6e8d859)) + - **FEAT**: add isNull and isEmpty filters ([#215](https://github.com/GregoryConrad/mimir/issues/215)). ([4752aaa1](https://github.com/GregoryConrad/mimir/commit/4752aaa10f2926e72395aade31679bad6d8302d6)) + - **FEAT**: pagination and infinite scroll support ([#195](https://github.com/GregoryConrad/mimir/issues/195)). ([293db82b](https://github.com/GregoryConrad/mimir/commit/293db82b9af97c86cb18bb9bd393bf3195bee0e0)) + - **FEAT**: use Dart 3 records for isBetween query field ([#140](https://github.com/GregoryConrad/mimir/issues/140)). ([115ab5e4](https://github.com/GregoryConrad/mimir/commit/115ab5e42d8e70fada062de35b6747843e8d6cd9)) + - **FEAT**: add manual primary key selection ([#157](https://github.com/GregoryConrad/mimir/issues/157)). ([714533b5](https://github.com/GregoryConrad/mimir/commit/714533b5b2f5b943323bf7ba495f757c7707127d)) + - **DOCS**: improve quality of examples ([#150](https://github.com/GregoryConrad/mimir/issues/150)). ([5bcbf664](https://github.com/GregoryConrad/mimir/commit/5bcbf664d7e1ac361e3fb6554eb6553a75cfca81)) + - **DOCS**(screenshot): fix pub.dev screenshot. ([57f07ac5](https://github.com/GregoryConrad/mimir/commit/57f07ac55590502d362953dce426007b4dacef93)) + - **DOCS**: update with in-repo demo gif. ([3079a422](https://github.com/GregoryConrad/mimir/commit/3079a42252157ab96861b8de955420fb9b3a417e)) + - **DOCS**: clarify some wording. ([26eb879b](https://github.com/GregoryConrad/mimir/commit/26eb879b5147377ad4a770a58af49f41f636b9f1)) + - **BREAKING** **FEAT**: Dart 3 support ([#194](https://github.com/GregoryConrad/mimir/issues/194)). ([b987daca](https://github.com/GregoryConrad/mimir/commit/b987daca1a48bbec3fdd815f01b0bb1a62f31bd8)) + + ## 2023-07-05 ### Changes diff --git a/packages/flutter_mimir/CHANGELOG.md b/packages/flutter_mimir/CHANGELOG.md index c004e17e..d4e679e9 100644 --- a/packages/flutter_mimir/CHANGELOG.md +++ b/packages/flutter_mimir/CHANGELOG.md @@ -1,3 +1,24 @@ +## 0.0.1-dev.2 + +> Note: This release has breaking changes. + + - **REVERT**: "feat: use Dart 3 records for isBetween query field ([#140](https://github.com/GregoryConrad/mimir/issues/140))". ([922debf2](https://github.com/GregoryConrad/mimir/commit/922debf2896fcac5839b9f50e34c8e0daaf5c18b)) + - **REFACTOR**: update melos to v3 ([#131](https://github.com/GregoryConrad/mimir/issues/131)). ([0c6c2b8b](https://github.com/GregoryConrad/mimir/commit/0c6c2b8ba013ec6e56e869d498e246cce3cf923b)) + - **REFACTOR**: clean up some of the example code. ([23a9a2e1](https://github.com/GregoryConrad/mimir/commit/23a9a2e110013b01f7288f786b1ecdba7744e929)) + - **FIX**: android tmp files now use application cache dir ([#184](https://github.com/GregoryConrad/mimir/issues/184)). ([7504e2e3](https://github.com/GregoryConrad/mimir/commit/7504e2e30fb88a96ebc461fbae8003c87b696121)) + - **FIX**: remove pubspec screenshot attribute. ([a5400f66](https://github.com/GregoryConrad/mimir/commit/a5400f66517fdf8717fdfe3445e58e3fd9b959d8)) + - **FIX**: recreate example's macos/ with flutter 3.7. ([dd43ed8a](https://github.com/GregoryConrad/mimir/commit/dd43ed8a16d3f26da88f24d2fa285dfc3f72e33f)) + - **FIX**: make macos example app work with flutter 3.7. ([4369d2dc](https://github.com/GregoryConrad/mimir/commit/4369d2dc4948ca1d0e567fe0744b922bc6e8d859)) + - **FEAT**: add isNull and isEmpty filters ([#215](https://github.com/GregoryConrad/mimir/issues/215)). ([4752aaa1](https://github.com/GregoryConrad/mimir/commit/4752aaa10f2926e72395aade31679bad6d8302d6)) + - **FEAT**: pagination and infinite scroll support ([#195](https://github.com/GregoryConrad/mimir/issues/195)). ([293db82b](https://github.com/GregoryConrad/mimir/commit/293db82b9af97c86cb18bb9bd393bf3195bee0e0)) + - **FEAT**: use Dart 3 records for isBetween query field ([#140](https://github.com/GregoryConrad/mimir/issues/140)). ([115ab5e4](https://github.com/GregoryConrad/mimir/commit/115ab5e42d8e70fada062de35b6747843e8d6cd9)) + - **FEAT**: add manual primary key selection ([#157](https://github.com/GregoryConrad/mimir/issues/157)). ([714533b5](https://github.com/GregoryConrad/mimir/commit/714533b5b2f5b943323bf7ba495f757c7707127d)) + - **DOCS**: improve quality of examples ([#150](https://github.com/GregoryConrad/mimir/issues/150)). ([5bcbf664](https://github.com/GregoryConrad/mimir/commit/5bcbf664d7e1ac361e3fb6554eb6553a75cfca81)) + - **DOCS**(screenshot): fix pub.dev screenshot. ([57f07ac5](https://github.com/GregoryConrad/mimir/commit/57f07ac55590502d362953dce426007b4dacef93)) + - **DOCS**: update with in-repo demo gif. ([3079a422](https://github.com/GregoryConrad/mimir/commit/3079a42252157ab96861b8de955420fb9b3a417e)) + - **DOCS**: clarify some wording. ([26eb879b](https://github.com/GregoryConrad/mimir/commit/26eb879b5147377ad4a770a58af49f41f636b9f1)) + - **BREAKING** **FEAT**: Dart 3 support ([#194](https://github.com/GregoryConrad/mimir/issues/194)). ([b987daca](https://github.com/GregoryConrad/mimir/commit/b987daca1a48bbec3fdd815f01b0bb1a62f31bd8)) + ## 0.0.1-dev.0+1 - Update a dependency to the latest release. diff --git a/packages/flutter_mimir/android/CMakeLists.txt b/packages/flutter_mimir/android/CMakeLists.txt index a277226f..b2f68466 100644 --- a/packages/flutter_mimir/android/CMakeLists.txt +++ b/packages/flutter_mimir/android/CMakeLists.txt @@ -1,4 +1,4 @@ -set(MimirVersion "mimir-v0.0.1-dev.1") # generated; do not edit +set(MimirVersion "mimir-v0.0.1-dev.2") # generated; do not edit # Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here # to download the Android binaries into src/main/jniLibs/ and does not build anything. diff --git a/packages/flutter_mimir/example/pubspec.yaml b/packages/flutter_mimir/example/pubspec.yaml index d2c5e340..c6eaae6a 100644 --- a/packages/flutter_mimir/example/pubspec.yaml +++ b/packages/flutter_mimir/example/pubspec.yaml @@ -11,8 +11,8 @@ dependencies: sdk: flutter # You can replace these with the latest versions - flutter_mimir: ^0.0.1-dev.1 - mimir: ^0.0.1-dev.1 + flutter_mimir: ^0.0.1-dev.2 + mimir: ^0.0.1-dev.2 # These two are needed for the example; they are not required by mimir hooks_riverpod: ^2.1.1 diff --git a/packages/flutter_mimir/ios/flutter_mimir.podspec b/packages/flutter_mimir/ios/flutter_mimir.podspec index d3f4704a..0815d934 100644 --- a/packages/flutter_mimir/ios/flutter_mimir.podspec +++ b/packages/flutter_mimir/ios/flutter_mimir.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'mimir-v0.0.1-dev.1' # generated; do not edit +release_tag_name = 'mimir-v0.0.1-dev.2' # generated; do not edit # We cannot distribute the XCFramework alongside the library directly, # so we have to fetch the correct version here. diff --git a/packages/flutter_mimir/linux/CMakeLists.txt b/packages/flutter_mimir/linux/CMakeLists.txt index 89e49d8f..3f70358e 100644 --- a/packages/flutter_mimir/linux/CMakeLists.txt +++ b/packages/flutter_mimir/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -set(MimirVersion "mimir-v0.0.1-dev.1") # generated; do not edit +set(MimirVersion "mimir-v0.0.1-dev.2") # generated; do not edit # The Flutter tooling requires that developers have CMake 3.10 or later # installed. You should not increase this version, as doing so will cause diff --git a/packages/flutter_mimir/macos/flutter_mimir.podspec b/packages/flutter_mimir/macos/flutter_mimir.podspec index d3f4704a..0815d934 100644 --- a/packages/flutter_mimir/macos/flutter_mimir.podspec +++ b/packages/flutter_mimir/macos/flutter_mimir.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'mimir-v0.0.1-dev.1' # generated; do not edit +release_tag_name = 'mimir-v0.0.1-dev.2' # generated; do not edit # We cannot distribute the XCFramework alongside the library directly, # so we have to fetch the correct version here. diff --git a/packages/flutter_mimir/pubspec.yaml b/packages/flutter_mimir/pubspec.yaml index 80a63131..ac008105 100644 --- a/packages/flutter_mimir/pubspec.yaml +++ b/packages/flutter_mimir/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_mimir description: > Extremely powerful, reactive NoSQL database with typo-tolerant full-text search and declarative queries. -version: 0.0.1-dev.1 +version: 0.0.1-dev.2 homepage: https://github.com/GregoryConrad/mimir repository: https://github.com/GregoryConrad/mimir issue_tracker: https://github.com/GregoryConrad/mimir/issues @@ -15,7 +15,7 @@ dependencies: flutter: sdk: flutter meta: ^1.8.0 - mimir: ^0.0.1-dev.1 + mimir: ^0.0.1-dev.2 path: ^1.8.2 path_provider: ^2.0.11 diff --git a/packages/flutter_mimir/windows/CMakeLists.txt b/packages/flutter_mimir/windows/CMakeLists.txt index 46831d6f..1a603600 100644 --- a/packages/flutter_mimir/windows/CMakeLists.txt +++ b/packages/flutter_mimir/windows/CMakeLists.txt @@ -1,4 +1,4 @@ -set(MimirVersion "mimir-v0.0.1-dev.1") # generated; do not edit +set(MimirVersion "mimir-v0.0.1-dev.2") # generated; do not edit # TODO Remove this workaround once Flutter supports Windows ARM. # https://github.com/flutter/flutter/issues/116196 diff --git a/packages/mimir/CHANGELOG.md b/packages/mimir/CHANGELOG.md index ed55cf63..26551697 100644 --- a/packages/mimir/CHANGELOG.md +++ b/packages/mimir/CHANGELOG.md @@ -1,3 +1,30 @@ +## 0.0.1-dev.2 + +> Note: This release has breaking changes. + + - **REVERT**: "feat: use Dart 3 records for isBetween query field ([#140](https://github.com/GregoryConrad/mimir/issues/140))". ([922debf2](https://github.com/GregoryConrad/mimir/commit/922debf2896fcac5839b9f50e34c8e0daaf5c18b)) + - **REFACTOR**: update melos to v3 ([#131](https://github.com/GregoryConrad/mimir/issues/131)). ([0c6c2b8b](https://github.com/GregoryConrad/mimir/commit/0c6c2b8ba013ec6e56e869d498e246cce3cf923b)) + - **REFACTOR**: switch API to use proper OOP. ([66a2846a](https://github.com/GregoryConrad/mimir/commit/66a2846a6f88fd48f57a5c7002aacdbdbdeb0e1d)) + - **REFACTOR**: move macOS C codegen back to FRB. ([5570977b](https://github.com/GregoryConrad/mimir/commit/5570977b1c378c9df62c328e92f57197ed190eaa)) + - **REFACTOR**: clean up some of the example code. ([23a9a2e1](https://github.com/GregoryConrad/mimir/commit/23a9a2e110013b01f7288f786b1ecdba7744e929)) + - **FIX**: second attempt partial fix of [#227](https://github.com/GregoryConrad/mimir/issues/227) ([#230](https://github.com/GregoryConrad/mimir/issues/230)). ([e18c9cb6](https://github.com/GregoryConrad/mimir/commit/e18c9cb610d82c806d5178803a02f23923fd4427)) + - **FIX**: partial fix of [#227](https://github.com/GregoryConrad/mimir/issues/227) for iPhone 7s ([#229](https://github.com/GregoryConrad/mimir/issues/229)). ([fa2dcb9b](https://github.com/GregoryConrad/mimir/commit/fa2dcb9b0977db7b6ab5cf33639952c81527d5e4)) + - **FIX**: switch initial version of milli to latest with needed changes ([#83](https://github.com/GregoryConrad/mimir/issues/83)). ([c76b1469](https://github.com/GregoryConrad/mimir/commit/c76b14697a915f1284fa68b705244feb9d1eb828)) + - **FIX**: milli update and fixes ([#189](https://github.com/GregoryConrad/mimir/issues/189)). ([d3511566](https://github.com/GregoryConrad/mimir/commit/d35115661929bdf93251840fe921ca986a7fb446)) + - **FIX**: android tmp files now use application cache dir ([#184](https://github.com/GregoryConrad/mimir/issues/184)). ([7504e2e3](https://github.com/GregoryConrad/mimir/commit/7504e2e30fb88a96ebc461fbae8003c87b696121)) + - **FIX**: add (unused) uuid dependency. ([67a15a91](https://github.com/GregoryConrad/mimir/commit/67a15a913a23d3f6a3a666a5fd3905a813d8fdb8)) + - **FIX**: remove pubspec screenshot attribute. ([a5400f66](https://github.com/GregoryConrad/mimir/commit/a5400f66517fdf8717fdfe3445e58e3fd9b959d8)) + - **FIX**: make macos example app work with flutter 3.7. ([4369d2dc](https://github.com/GregoryConrad/mimir/commit/4369d2dc4948ca1d0e567fe0744b922bc6e8d859)) + - **FEAT**: add isNull and isEmpty filters ([#215](https://github.com/GregoryConrad/mimir/issues/215)). ([4752aaa1](https://github.com/GregoryConrad/mimir/commit/4752aaa10f2926e72395aade31679bad6d8302d6)) + - **FEAT**: pagination and infinite scroll support ([#195](https://github.com/GregoryConrad/mimir/issues/195)). ([293db82b](https://github.com/GregoryConrad/mimir/commit/293db82b9af97c86cb18bb9bd393bf3195bee0e0)) + - **FEAT**: use Dart 3 records for isBetween query field ([#140](https://github.com/GregoryConrad/mimir/issues/140)). ([115ab5e4](https://github.com/GregoryConrad/mimir/commit/115ab5e42d8e70fada062de35b6747843e8d6cd9)) + - **FEAT**: add manual primary key selection ([#157](https://github.com/GregoryConrad/mimir/issues/157)). ([714533b5](https://github.com/GregoryConrad/mimir/commit/714533b5b2f5b943323bf7ba495f757c7707127d)) + - **DOCS**: improve quality of examples ([#150](https://github.com/GregoryConrad/mimir/issues/150)). ([5bcbf664](https://github.com/GregoryConrad/mimir/commit/5bcbf664d7e1ac361e3fb6554eb6553a75cfca81)) + - **DOCS**(screenshot): fix pub.dev screenshot. ([57f07ac5](https://github.com/GregoryConrad/mimir/commit/57f07ac55590502d362953dce426007b4dacef93)) + - **DOCS**: update with in-repo demo gif. ([3079a422](https://github.com/GregoryConrad/mimir/commit/3079a42252157ab96861b8de955420fb9b3a417e)) + - **DOCS**: clarify some wording. ([26eb879b](https://github.com/GregoryConrad/mimir/commit/26eb879b5147377ad4a770a58af49f41f636b9f1)) + - **BREAKING** **FEAT**: Dart 3 support ([#194](https://github.com/GregoryConrad/mimir/issues/194)). ([b987daca](https://github.com/GregoryConrad/mimir/commit/b987daca1a48bbec3fdd815f01b0bb1a62f31bd8)) + ## 0.0.1-dev.1 - **FIX**: second attempt partial fix of [#227](https://github.com/GregoryConrad/mimir/issues/227) ([#230](https://github.com/GregoryConrad/mimir/issues/230)). ([e18c9cb6](https://github.com/GregoryConrad/mimir/commit/e18c9cb610d82c806d5178803a02f23923fd4427)) diff --git a/packages/mimir/example/pubspec.yaml b/packages/mimir/example/pubspec.yaml index d70b9421..9f2438c0 100644 --- a/packages/mimir/example/pubspec.yaml +++ b/packages/mimir/example/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: http: ^1.0.0 # You can replace this with the current version of mimir - mimir: ^0.0.1-dev.1 + mimir: ^0.0.1-dev.2 dev_dependencies: lints: ^2.0.0 diff --git a/packages/mimir/pubspec.yaml b/packages/mimir/pubspec.yaml index 35fe672e..c3ee1f27 100644 --- a/packages/mimir/pubspec.yaml +++ b/packages/mimir/pubspec.yaml @@ -2,7 +2,7 @@ name: mimir description: > Extremely powerful, reactive NoSQL database with typo-tolerant full-text search and declarative queries. -version: 0.0.1-dev.1 +version: 0.0.1-dev.2 homepage: https://github.com/GregoryConrad/mimir repository: https://github.com/GregoryConrad/mimir issue_tracker: https://github.com/GregoryConrad/mimir/issues