From 7d09f73b56e33d06aa547f1359f4ab4385d02841 Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Wed, 18 Sep 2024 12:40:18 +0530 Subject: [PATCH] chore: version upgrades --- packages/sanity/sanity_client/CHANGELOG.md | 4 ++++ packages/sanity/sanity_client/example/pubspec.yaml | 2 +- packages/sanity/sanity_client/pubspec.yaml | 2 +- .../sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml | 4 ++-- packages/system/vyuh_core/CHANGELOG.md | 4 ++++ packages/system/vyuh_core/pubspec.yaml | 2 +- packages/system/vyuh_extension_content/pubspec.yaml | 2 +- packages/system/vyuh_feature_developer/pubspec.yaml | 2 +- packages/system/vyuh_feature_system/pubspec.yaml | 2 +- 9 files changed, 16 insertions(+), 8 deletions(-) diff --git a/packages/sanity/sanity_client/CHANGELOG.md b/packages/sanity/sanity_client/CHANGELOG.md index 25b0fab6..9589b261 100644 --- a/packages/sanity/sanity_client/CHANGELOG.md +++ b/packages/sanity/sanity_client/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.0 + + - **FEAT**: updating the auth plugin to be more open-ended with OAuth. Removes additional methods for github/linkedin/twitter etc. + ## 1.3.0 - **FEAT**: using the vyuh.network plugin as a preloaded plugin and also setting it for Sanity Content Provider..now there is a single http client used across the board in the Vyuh Framework. diff --git a/packages/sanity/sanity_client/example/pubspec.yaml b/packages/sanity/sanity_client/example/pubspec.yaml index f5437b74..e0b0050e 100644 --- a/packages/sanity/sanity_client/example/pubspec.yaml +++ b/packages/sanity/sanity_client/example/pubspec.yaml @@ -8,7 +8,7 @@ environment: # Add regular dependencies here. dependencies: - sanity_client: ^1.3.0 + sanity_client: ^1.4.0 dev_dependencies: lints: ^3.0.0 diff --git a/packages/sanity/sanity_client/pubspec.yaml b/packages/sanity/sanity_client/pubspec.yaml index 8be69fbc..810405c4 100644 --- a/packages/sanity/sanity_client/pubspec.yaml +++ b/packages/sanity/sanity_client/pubspec.yaml @@ -1,6 +1,6 @@ name: sanity_client description: Native Dart client to run GROQ queries and fetch documents from Sanity.io -version: 1.3.0 +version: 1.4.0 homepage: https://vyuh.tech repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/sanity/sanity_client diff --git a/packages/sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml b/packages/sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml index fba34dfe..fd0896e9 100644 --- a/packages/sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml +++ b/packages/sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml @@ -20,8 +20,8 @@ environment: dependencies: flutter: sdk: flutter - sanity_client: ^1.3.0 - vyuh_core: ^1.16.1 + sanity_client: ^1.4.0 + vyuh_core: ^1.17.0 vyuh_cache: ^1.3.0 cached_network_image: ^3.3.1 diff --git a/packages/system/vyuh_core/CHANGELOG.md b/packages/system/vyuh_core/CHANGELOG.md index b9ea11c2..6923c77d 100644 --- a/packages/system/vyuh_core/CHANGELOG.md +++ b/packages/system/vyuh_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.17.0 + + - **FEAT**: updating the auth plugin to be more open-ended with OAuth. Removes additional methods for github/linkedin/twitter etc. + ## 1.16.1 - **FIX**: using a toString on exception to detect SocketException. This makes it compatible with Web platform. diff --git a/packages/system/vyuh_core/pubspec.yaml b/packages/system/vyuh_core/pubspec.yaml index dda68aae..81841316 100644 --- a/packages/system/vyuh_core/pubspec.yaml +++ b/packages/system/vyuh_core/pubspec.yaml @@ -1,6 +1,6 @@ name: vyuh_core description: The core library for the Vyuh framework which contains the base types and runtime. -version: 1.16.1 +version: 1.17.0 homepage: https://vyuh.tech repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_core issue_tracker: https://github.com/vyuh-tech/vyuh/issues diff --git a/packages/system/vyuh_extension_content/pubspec.yaml b/packages/system/vyuh_extension_content/pubspec.yaml index 74ec1c85..2780bbc0 100644 --- a/packages/system/vyuh_extension_content/pubspec.yaml +++ b/packages/system/vyuh_extension_content/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: flutter_mobx: ^2.2.0+2 mobx: ^2.3.0+1 json_annotation: ^4.9.0 - vyuh_core: ^1.16.1 + vyuh_core: ^1.17.0 flutter_sanity_portable_text: ^1.3.0 dev_dependencies: diff --git a/packages/system/vyuh_feature_developer/pubspec.yaml b/packages/system/vyuh_feature_developer/pubspec.yaml index 28812fa2..a0c9927d 100644 --- a/packages/system/vyuh_feature_developer/pubspec.yaml +++ b/packages/system/vyuh_feature_developer/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: go_router: ^14.0.1 flutter_sticky_header: ^0.6.5 collection: ^1.18.0 - vyuh_core: ^1.16.1 + vyuh_core: ^1.17.0 vyuh_extension_content: ^1.7.0 dev_dependencies: diff --git a/packages/system/vyuh_feature_system/pubspec.yaml b/packages/system/vyuh_feature_system/pubspec.yaml index a60ee703..104b11eb 100644 --- a/packages/system/vyuh_feature_system/pubspec.yaml +++ b/packages/system/vyuh_feature_system/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: logger: ^2.0.2+1 go_router: ^14.0.1 flutter_sanity_portable_text: ^1.3.0 - vyuh_core: ^1.16.1 + vyuh_core: ^1.17.0 vyuh_extension_content: ^1.7.0 json_path: ^0.7.1 url_launcher: ^6.3.0