Skip to content

Commit c4d2296

Browse files
committed
chore: Bump version to 0.0.2 and update CHANGELOG for improved documentation
This commit updates the version number to 0.0.2 across multiple packages and enhances the CHANGELOG to reflect improvements in README documentation and minor documentation updates. These changes aim to provide clearer guidance and examples for users.
1 parent 94bd630 commit c4d2296

9 files changed

Lines changed: 31 additions & 7 deletions

File tree

engines/unity/dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the gameframework_unity package will be documented in this file.
44

5+
## [0.0.2] - 2026-02-06
6+
7+
### Changed
8+
- Updated README with improved documentation and examples
9+
- Minor documentation improvements
10+
511
## [0.0.1] - 2026-02-06
612

713
### Initial Release

engines/unity/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gameframework_unity
22
description: Unity Engine plugin for Flutter Game Framework. Provides Unity integration with bidirectional communication, AR Foundation support, and WebGL capabilities.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://github.com/xraph/gameframework
55
repository: https://github.com/xraph/gameframework
66
issue_tracker: https://github.com/xraph/gameframework/issues

engines/unreal/dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the Unreal Engine plugin will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.2] - 2026-02-06
9+
10+
### Changed
11+
- Updated README with improved documentation and examples
12+
- Minor documentation improvements
13+
814
## [0.0.1] - 2026-02-06
915

1016
### Initial Release

engines/unreal/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gameframework_unreal
22
description: Unreal Engine plugin for Flutter Game Framework. Provides Unreal Engine 5.x integration with bidirectional communication, quality settings, and console command execution.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://github.com/xraph/gameframework
55
repository: https://github.com/xraph/gameframework
66
issue_tracker: https://github.com/xraph/gameframework/issues

example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222

23-
gameframework: 0.0.1
23+
gameframework: 0.0.2
2424

2525
# Unity plugin
26-
gameframework_unity: 0.0.1
26+
gameframework_unity: 0.0.2
2727

2828
# Unreal plugin
29-
gameframework_unreal: 0.0.1
29+
gameframework_unreal: 0.0.2
3030

3131
# green:
3232
# hosted: http://localhost:4000

packages/gameframework/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the gameframework package will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.2] - 2026-02-06
9+
10+
### Changed
11+
- Updated README with improved documentation and examples
12+
- Minor documentation improvements
13+
814
## [0.0.1] - 2026-02-06
915

1016
### Initial Release

packages/gameframework/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gameframework
22
description: A unified, modular framework for embedding multiple game engines (Unity, Unreal Engine) into Flutter applications with bidirectional communication and lifecycle management.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://github.com/xraph/gameframework
55
repository: https://github.com/xraph/gameframework
66
issue_tracker: https://github.com/xraph/gameframework/issues

packages/gameframework_stream/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the gameframework_stream package will be documented in th
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.2] - 2026-02-06
9+
10+
### Changed
11+
- Updated README with improved documentation and examples
12+
- Minor documentation improvements
13+
814
## [0.0.1] - 2026-02-06
915

1016
### Initial Release

packages/gameframework_stream/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gameframework_stream
22
description: Asset streaming support for Flutter Game Framework. Enables on-demand downloading of Unity Addressable assets from GameFramework Cloud.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://github.com/xraph/flutter-game-framework
55
repository: https://github.com/xraph/flutter-game-framework
66
issue_tracker: https://github.com/xraph/flutter-game-framework/issues

0 commit comments

Comments
 (0)