diff --git a/packages/native/authentication/CHANGELOG.md b/packages/native/authentication/CHANGELOG.md index ead0f1c..7354923 100644 --- a/packages/native/authentication/CHANGELOG.md +++ b/packages/native/authentication/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.0+2 + +- chore: Lower dependency constraints + # 0.1.0+1 - chore: Prevent automatically redirecting on Web to allow time for persisting session state. diff --git a/packages/native/authentication/pubspec.yaml b/packages/native/authentication/pubspec.yaml index 9533cae..f2585d5 100644 --- a/packages/native/authentication/pubspec.yaml +++ b/packages/native/authentication/pubspec.yaml @@ -1,6 +1,6 @@ name: native_authentication description: Native bindings for platform-specific authentication APIs like ASWebAuthenticationSession and Chrome Custom Tabs. -version: 0.1.0+1 +version: 0.1.0+2 repository: https://github.com/celest-dev/dart-packages/tree/main/packages/native/authentication environment: @@ -13,7 +13,7 @@ dependencies: ffi: ^2.1.3 jni: ^0.11.0 logging: ^1.2.0 - meta: ^1.15.0 + meta: ^1.12.0 native_assets_cli: ^0.7.2 native_toolchain_c: ^0.5.2 objective_c: ^2.0.0 @@ -23,7 +23,7 @@ dependencies: dev_dependencies: ffigen: ^14.0.0 - test: any + test: ^1.20.0 lints: ^4.0.0 jnigen: ^0.11.0 diff --git a/packages/native/storage/CHANGELOG.md b/packages/native/storage/CHANGELOG.md index 5ffd8f9..981249f 100644 --- a/packages/native/storage/CHANGELOG.md +++ b/packages/native/storage/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.2 + +- chore: Bump dependencies + ## 0.2.1 - fix: Workaround for `package:web` differences pre- and post-1.0.0 diff --git a/packages/native/storage/pubspec.yaml b/packages/native/storage/pubspec.yaml index d953db9..45e2100 100644 --- a/packages/native/storage/pubspec.yaml +++ b/packages/native/storage/pubspec.yaml @@ -1,6 +1,6 @@ name: native_storage description: A Dart-only package for accessing platform-native storage functionality. -version: 0.2.1 +version: 0.2.2 repository: https://github.com/celest-dev/dart-packages/tree/main/packages/native/storage environment: