Skip to content

Commit

Permalink
chore: Bump dependencies (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Sep 23, 2024
1 parent d57f41e commit 02c003e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/native/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions packages/native/authentication/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -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

Expand Down
4 changes: 4 additions & 0 deletions packages/native/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/native/storage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 02c003e

Please sign in to comment.