Skip to content

Commit

Permalink
chore(version): orm_flutter_* publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 29, 2024
1 parent f654f41 commit b08c1b4
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/flutter_with_orm/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- orm_flutter_ios (0.0.1):
- orm_flutter_ios (0.0.3):
- Flutter
- path_provider_foundation (0.0.1):
- Flutter
Expand All @@ -21,7 +21,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
orm_flutter_ios: a5a6382a845a5cf5f0887f67c2aa4a9d712e3a5a
orm_flutter_ios: a86280da5be8ad09f28571bdab395ad0cb022b82
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46

PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_with_orm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
path: ../../packages/orm
orm_flutter:
path: ../../packages/orm_flutter
path_provider: ^2.1.4
path_provider: ^2.1.5
path: ^1.9.0

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

* Upgrade Prisma CABI engine to `v6.0.0`.

## 0.0.1

* Export dynamic library for Prisma query engine (CABI)
6 changes: 3 additions & 3 deletions packages/orm_flutter_android/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The Android Gradle Plugin builds the native code with the Android NDK.

group = "com.example.orm_flutter_android"
version = "1.0"
group = "dev.odroe.orm_flutter_android"
version = "0.0.2"

buildscript {
repositories {
Expand All @@ -26,7 +26,7 @@ apply plugin: "com.android.library"

android {
if (project.android.hasProperty("namespace")) {
namespace = "com.example.orm_flutter_android"
namespace = "dev.odroe.orm_flutter_android"
}

// Bumping the plugin compileSdk version requires all clients of this plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.orm_flutter_android">
package="dev.odroe.orm_flutter_android">
</manifest>
2 changes: 1 addition & 1 deletion packages/orm_flutter_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Dynamic library implementation library for Prisma Dart and Flutter
homepage: https://prisma.pub

resolution: workspace
version: 0.0.1
version: 0.0.2

funding:
- https://github.com/sponsors/medz
Expand Down
2 changes: 1 addition & 1 deletion packages/orm_flutter_android/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# the plugin to fail to compile for some customers of the plugin.
cmake_minimum_required(VERSION 3.10)

project(orm_flutter_android_library VERSION 0.0.1 LANGUAGES C)
project(orm_flutter_android_library VERSION 0.0.2 LANGUAGES C)

add_library(orm_flutter_android SHARED
"query_engine_bridge/bridge.c"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified packages/orm_flutter_android/src/jniLibs/x86/libquery_engine.a
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions packages/orm_flutter_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.0.3

* Upgrade Prisma CABI engine to `v6.0.0`.

## v0.0.2

2024-11-03
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/orm_flutter_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Dynamic library implementation library for Prisma Dart and Flutter
homepage: https://prisma.pub

resolution: workspace
version: 0.0.2
version: 0.0.3

funding:
- https://github.com/sponsors/medz
Expand Down

0 comments on commit b08c1b4

Please sign in to comment.