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 May 29, 2023
1 parent b987dac commit a8eef1d
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 11 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-29

### Changes

---

Packages with breaking changes:

- [`flutter_mimir` - `v0.0.1-dev.12`](#flutter_mimir---v001-dev12)
- [`mimir` - `v0.0.1-dev.12`](#mimir---v001-dev12)

Packages with other changes:

- There are no other changes in this release.

---

#### `flutter_mimir` - `v0.0.1-dev.12`

- **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.12`

- **BREAKING** **FEAT**: Dart 3 support ([#194](https://github.com/GregoryConrad/mimir/issues/194)). ([b987daca](https://github.com/GregoryConrad/mimir/commit/b987daca1a48bbec3fdd815f01b0bb1a62f31bd8))


## 2023-05-11

### Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_mimir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.1-dev.12

> Note: This release has breaking changes.
- **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.11

- **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))
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_mimir/android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(MimirVersion "mimir-v0.0.1-dev.11") # generated; do not edit
set(MimirVersion "mimir-v0.0.1-dev.12") # 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.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_mimir/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
sdk: flutter

# You can replace these with the latest versions
flutter_mimir: ^0.0.1-dev.11
mimir: ^0.0.1-dev.11
flutter_mimir: ^0.0.1-dev.12
mimir: ^0.0.1-dev.12

# These two are needed for the example; they are not required by mimir
hooks_riverpod: ^2.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_mimir/ios/flutter_mimir.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'mimir-v0.0.1-dev.11' # generated; do not edit
release_tag_name = 'mimir-v0.0.1-dev.12' # generated; do not edit

# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_mimir/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(MimirVersion "mimir-v0.0.1-dev.11") # generated; do not edit
set(MimirVersion "mimir-v0.0.1-dev.12") # 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
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_mimir/macos/flutter_mimir.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'mimir-v0.0.1-dev.11' # generated; do not edit
release_tag_name = 'mimir-v0.0.1-dev.12' # generated; do not edit

# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1-dev.11
version: 0.0.1-dev.12
homepage: https://github.com/GregoryConrad/mimir
repository: https://github.com/GregoryConrad/mimir
issue_tracker: https://github.com/GregoryConrad/mimir/issues
Expand All @@ -15,7 +15,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.8.0
mimir: ^0.0.1-dev.11
mimir: ^0.0.1-dev.12
path: ^1.8.2
path_provider: ^2.0.11

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_mimir/windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(MimirVersion "mimir-v0.0.1-dev.11") # generated; do not edit
set(MimirVersion "mimir-v0.0.1-dev.12") # generated; do not edit

# TODO Remove this workaround once Flutter supports Windows ARM.
# https://github.com/flutter/flutter/issues/116196
Expand Down
6 changes: 6 additions & 0 deletions packages/mimir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.1-dev.12

> Note: This release has breaking changes.
- **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.11

- **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))
Expand Down
2 changes: 1 addition & 1 deletion packages/mimir/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
http: ^0.13.5

# You can replace this with the current version of mimir
mimir: ^0.0.1-dev.11
mimir: ^0.0.1-dev.12

dev_dependencies:
lints: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/mimir/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
version: 0.0.1-dev.12
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 a8eef1d

Please sign in to comment.