Skip to content

Commit

Permalink
chore: version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Jun 14, 2024
1 parent 0a73fc8 commit f0cb4e5
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
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.2.0

- **FEAT**: added support for child traces in analytics.

## 1.1.0

- **FEAT**: refactoring services and introducing some new conditions for screen-size, theme-mode, platform, user-auth.
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.1.0
version: 1.2.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
4 changes: 4 additions & 0 deletions packages/system/vyuh_extension_content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1

- Update a dependency to the latest release.

## 1.2.0

- **FEAT**: expanding the set of actions to include navigation, theme switch, opening dialogs, show/hide snackbars.
Expand Down
4 changes: 2 additions & 2 deletions packages/system/vyuh_extension_content/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vyuh_extension_content
description: An extension for the Vyuh framework for creating CMS integrations
version: 1.2.0
version: 1.2.1
homepage: https://vyuh.tech
repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_extension_content
issue_tracker: https://github.com/vyuh-tech/vyuh/issues
Expand All @@ -22,7 +22,7 @@ dependencies:
flutter_mobx: ^2.2.0+2
mobx: ^2.3.0+1
json_annotation: ^4.8.1
vyuh_core: ^1.0.0
vyuh_core: ^1.2.0
flutter_sanity_portable_text: ^1.0.0

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

- Update a dependency to the latest release.

## 1.0.1

- **REFACTOR**: version updates of packages.
Expand Down
6 changes: 3 additions & 3 deletions packages/system/vyuh_feature_developer/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vyuh_feature_developer
description: A Developer-focused feature that shows all the included features in a Vyuh-enabled App
version: 1.0.1
version: 1.0.2
homepage: https://vyuh.tech
repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_feature_developer
issue_tracker: https://github.com/vyuh-tech/vyuh/issues
Expand All @@ -21,8 +21,8 @@ dependencies:
go_router: ^14.0.1
flutter_sticky_header: ^0.6.5
collection: ^1.18.0
vyuh_core: ^1.0.0
vyuh_extension_content: ^1.0.0
vyuh_core: ^1.2.0
vyuh_extension_content: ^1.2.1

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

- **REFACTOR**: version upgrades.

## 1.7.0

- **FEAT**: added the alert action.
Expand Down
6 changes: 3 additions & 3 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.7.0
version: 1.7.1
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,8 +28,8 @@ dependencies:
logger: ^2.0.2+1
go_router: ^14.0.1
flutter_sanity_portable_text: ^1.0.0
vyuh_core: ^1.0.0
vyuh_extension_content: ^1.0.0
vyuh_core: ^1.2.0
vyuh_extension_content: ^1.2.1
json_path: ^0.7.1
url_launcher: ^6.3.0

Expand Down

0 comments on commit f0cb4e5

Please sign in to comment.