Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MimirActionsBot committed Dec 15, 2024
1 parent e82ef6a commit 37786fb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-12-15

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_mimir` - `v0.1.2+1`](#flutter_mimir---v0121)

---

#### `flutter_mimir` - `v0.1.2+1`

- **FIX**: update to android gradle v8 ([#369](https://github.com/GregoryConrad/mimir/issues/369)). ([e82ef6a0](https://github.com/GregoryConrad/mimir/commit/e82ef6a0064554bb9aa656ad004ba3c3aac670d6))


## 2024-11-03

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_mimir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2+1

- **FIX**: update to android gradle v8 ([#369](https://github.com/GregoryConrad/mimir/issues/369)). ([e82ef6a0](https://github.com/GregoryConrad/mimir/commit/e82ef6a0064554bb9aa656ad004ba3c3aac670d6))

## 0.1.2

- Bump "flutter_mimir" to `0.1.2`.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_mimir/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_mimir: ^0.1.2
flutter_mimir: ^0.1.2+1
flutter_rearch: ^1.0.0-dev.0
mimir: ^0.1.2
rearch: ^1.0.0-dev.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_mimir/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_mimir
description: >
Extremely powerful, reactive NoSQL database with
typo-tolerant full-text search and declarative queries.
version: 0.1.2
version: 0.1.2+1
homepage: https://github.com/GregoryConrad/mimir
repository: https://github.com/GregoryConrad/mimir
issue_tracker: https://github.com/GregoryConrad/mimir/issues
Expand Down

0 comments on commit 37786fb

Please sign in to comment.