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 Nov 26, 2022
1 parent 5dd8945 commit 783cf64
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
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.0.0-dev.4

- Update a dependency to the latest release.

## 0.0.0-dev.3

- **DOCS**: update package description to make pub.dev happy.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_mimir/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def releaseTagVersion = 'mimir-v0.0.0-dev.3' // generated; do not edit
def releaseTagVersion = 'mimir-v0.0.0-dev.4' // generated; do not edit
group 'com.gsconrad.flutter_mimir'
version '0.0.1'

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 @@ -31,7 +31,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_mimir: ^0.0.0-dev.3
flutter_mimir: ^0.0.0-dev.4
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
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.0-dev.3' # generated; do not edit
release_tag_name = 'mimir-v0.0.0-dev.4' # generated; do not edit

# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the latest version here.
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.0-dev.3' # generated; do not edit
release_tag_name = 'mimir-v0.0.0-dev.4' # generated; do not edit

# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the latest 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 database with
typo-tolerant full-text search and declarative queries.
version: 0.0.0-dev.3
version: 0.0.0-dev.4
homepage: https://github.com/GregoryConrad/mimir
repository: https://github.com/GregoryConrad/mimir

Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
flutter:
sdk: flutter
mimir: ^0.0.0-dev.3
mimir: ^0.0.0-dev.4
path: ^1.8.2
path_provider: ^2.0.11

Expand Down
5 changes: 5 additions & 0 deletions packages/mimir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.0-dev.4

- **REFACTOR**: move generated ffi files to src dir.
- **DOCS**: added inline documentation for some ffi types.

## 0.0.0-dev.3

- **DOCS**: update package description to make pub.dev happy.
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 @@ -13,7 +13,7 @@ dependencies:
collection: ^1.17.0
http: ^0.13.5
# You can replace this with the current version of mimir
mimir: ^0.0.0-dev.3
mimir: ^0.0.0-dev.4
dev_dependencies:
lints: ^2.0.0
test: ^1.16.0
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 database with
typo-tolerant full-text search and declarative queries.
version: 0.0.0-dev.3
version: 0.0.0-dev.4
homepage: https://github.com/GregoryConrad/mimir
repository: https://github.com/GregoryConrad/mimir

Expand Down

0 comments on commit 783cf64

Please sign in to comment.