Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - vyuh_core@1.16.0
  • Loading branch information
pavanpodila committed Sep 18, 2024
1 parent b4a4dc5 commit adce5c9
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions apps/vyuh_demo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies:
flutter_sanity_portable_text: ^1.0.0

# Vyuh Framework
vyuh_core: ^1.0.0
vyuh_extension_content: ^1.0.0
vyuh_feature_developer: ^1.0.0
vyuh_core: ^1.16.0
vyuh_extension_content: ^1.6.0
vyuh_feature_developer: ^1.3.4
vyuh_feature_system: ^1.22.4

# Features
Expand Down
4 changes: 2 additions & 2 deletions features/feature_sample/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies:
json_annotation: ^4.8.1
mobx: ^2.3.0+1
flutter_mobx: ^2.2.0+2
vyuh_core: ^1.0.0
vyuh_core: ^1.16.0
vyuh_feature_system: ^1.22.4
vyuh_extension_content: ^1.0.0
vyuh_extension_content: ^1.6.0

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
flutter:
sdk: flutter
sanity_client: ^1.3.0
vyuh_core: ^1.14.0
vyuh_core: ^1.16.0
vyuh_cache: ^1.3.0
cached_network_image: ^3.3.1

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

- Breaking change with the use of PluginDescriptor to describe plugins. The use of PluginType enum has been removed to be more opended with plugins

## 1.15.0

- **FEAT**: added a transitionsBuilder parameter to the default route page builder.
Expand Down
2 changes: 1 addition & 1 deletion packages/system/vyuh_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vyuh_core
description: The core library for the Vyuh framework which contains the base types and runtime.
version: 1.15.0
version: 1.16.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
Expand Down
2 changes: 1 addition & 1 deletion packages/system/vyuh_extension_content/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
flutter_mobx: ^2.2.0+2
mobx: ^2.3.0+1
json_annotation: ^4.9.0
vyuh_core: ^1.14.0
vyuh_core: ^1.16.0
flutter_sanity_portable_text: ^1.3.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/system/vyuh_feature_developer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
go_router: ^14.0.1
flutter_sticky_header: ^0.6.5
collection: ^1.18.0
vyuh_core: ^1.14.0
vyuh_core: ^1.16.0
vyuh_extension_content: ^1.6.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/system/vyuh_feature_system/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0
vyuh_core: ^1.16.0
vyuh_extension_content: ^1.6.0
json_path: ^0.7.1
url_launcher: ^6.3.0
Expand Down

0 comments on commit adce5c9

Please sign in to comment.