Skip to content

Commit

Permalink
chore: version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Oct 2, 2024
1 parent 5c7c3dc commit d1926dd
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.0

- **FEAT**: introducing a simpler way to load from a CMS document and rendering with various sections.

## 1.4.1

- **FIX**: keeping the topics to 5.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vyuh_plugin_content_provider_sanity
description: A Content Provider for the Vyuh Framework that reads documents from Sanity.io.
version: 1.5.0
version: 1.6.0

homepage: https://vyuh.tech
repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/sanity/vyuh_plugin_content_provider_sanity
Expand All @@ -21,8 +21,8 @@ dependencies:
flutter:
sdk: flutter
sanity_client: ^1.4.0
vyuh_core: ^1.18.0
vyuh_cache: ^1.3.0
vyuh_core: ^1.19.0
vyuh_cache: ^1.4.0
cached_network_image: ^3.3.1

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

- **FEAT**: introducing a simpler way to load from a CMS document and rendering with various sections.

## 1.3.0

- **FEAT**: added a BuildContext parameter to all loaders and error views. This helps in using the Theme from the context.
Expand Down
2 changes: 1 addition & 1 deletion packages/system/vyuh_cache/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vyuh_cache
description: A generic caching package for Vyuh
version: 1.3.0
version: 1.4.0
homepage: https://vyuh.tech
repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_cache
issue_tracker: https://github.com/vyuh-tech/vyuh/issues
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.19.0

- **FEAT**: introducing a simpler way to load from a CMS document and rendering with various sections.

## 1.18.0

- **FEAT**: introducing an EnvPlugin for managing env-vars loaded from .env files or elsewhere.
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.18.0
version: 1.19.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.18.0
vyuh_core: ^1.19.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.18.0
vyuh_core: ^1.19.0
vyuh_extension_content: ^1.7.0

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/system/vyuh_feature_system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.24.0

- **FIX**: version upgrades.
- **FEAT**: introducing a simpler way to load from a CMS document and rendering with various sections.

## 1.23.3

- **FIX**: version upgrades.
Expand Down
4 changes: 2 additions & 2 deletions packages/system/vyuh_feature_system/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vyuh_feature_system
description: Provides the essential building blocks for a CMS-driven UI
version: 1.23.3
version: 1.24.0
homepage: https://vyuh.tech
repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_feature_system
issue_tracker: https://github.com/vyuh-tech/vyuh/issues
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies:
logger: ^2.0.2+1
go_router: ^14.0.1
flutter_sanity_portable_text: ^1.4.0
vyuh_core: ^1.18.0
vyuh_core: ^1.19.0
vyuh_extension_content: ^1.7.0
json_path: ^0.7.1
url_launcher: ^6.3.0
Expand Down

0 comments on commit d1926dd

Please sign in to comment.