Skip to content

Commit

Permalink
chore: version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Jul 9, 2024
1 parent 9c373f6 commit 2ac5004
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
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.2.2

- **FIX**: adding API documentation..WIP.

## 1.2.1

- **FIX**: adding API documentation..WIP.
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.2.1
version: 1.2.2
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.9.5

- **FIX**: adding API documentation..WIP.

## 1.9.4

- **FIX**: adding API documentation..WIP.
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.9.4
version: 1.9.5
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
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.14.0

- **FIX**: adding cacheExtent, layout tweaks for Card, PortableText and Route.
- **FEAT**: adding support for safeArea in default layout and extracting the core route builder as a scaffold.

## 1.13.6

- **FIX**: adding cacheExtent, layout tweaks for Card, PortableText and Route.
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
@@ -1,6 +1,6 @@
name: vyuh_feature_system
description: Provides the essential building blocks for a CMS-driven UI
version: 1.13.6
version: 1.14.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

0 comments on commit 2ac5004

Please sign in to comment.