Skip to content

Commit ef7f925

Browse files
committed
chore(release): publish packages
- mimir@0.2.1+1 - flutter_mimir@0.2.0+4
1 parent 69a8b0f commit ef7f925

File tree

7 files changed

+42
-6
lines changed

7 files changed

+42
-6
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-11-27
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`mimir` - `v0.2.1+1`](#mimir---v0211)
19+
- [`flutter_mimir` - `v0.2.0+4`](#flutter_mimir---v0204)
20+
21+
Packages with dependency updates only:
22+
23+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24+
25+
- `flutter_mimir` - `v0.2.0+4`
26+
27+
---
28+
29+
#### `mimir` - `v0.2.1+1`
30+
31+
- Switch to native_toolchain_rust
32+
33+
634
## 2025-11-12
735

836
### Changes

packages/flutter_mimir/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0+4
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.2.0+3
26

37
- Update a dependency to the latest release.

packages/flutter_mimir/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
flutter_mimir: ^0.2.0+3
12+
flutter_mimir: ^0.2.0+4
1313
flutter_rearch: ^1.7.2
14-
mimir: ^0.2.1+0
14+
mimir: ^0.2.1+1
1515
rearch: ^1.16.1
1616

1717
dev_dependencies:

packages/flutter_mimir/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_mimir
22
description: >
33
Extremely powerful, reactive NoSQL database with
44
typo-tolerant full-text search and declarative queries.
5-
version: 0.2.0+3
5+
version: 0.2.0+4
66
homepage: https://github.com/GregoryConrad/mimir
77
repository: https://github.com/GregoryConrad/mimir
88
issue_tracker: https://github.com/GregoryConrad/mimir/issues
@@ -15,7 +15,7 @@ environment:
1515
dependencies:
1616
flutter:
1717
sdk: flutter
18-
mimir: ^0.2.1+0
18+
mimir: ^0.2.1+1
1919
path: ^1.8.3
2020
path_provider: ^2.0.15
2121

packages/mimir/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1+1
2+
3+
- Switch to native_toolchain_rust
4+
15
## 0.2.1+0
26

37
- Bump dependencies

packages/mimir/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
http: ^1.0.0
10-
mimir: ^0.2.1+0
10+
mimir: ^0.2.1+1
1111

1212
dev_dependencies:
1313
test: ^1.16.0

packages/mimir/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mimir
22
description: >
33
Extremely powerful, reactive NoSQL database with
44
typo-tolerant full-text search and declarative queries.
5-
version: 0.2.1+0
5+
version: 0.2.1+1
66
homepage: https://github.com/GregoryConrad/mimir
77
repository: https://github.com/GregoryConrad/mimir
88
issue_tracker: https://github.com/GregoryConrad/mimir/issues

0 commit comments

Comments
 (0)