Skip to content

Commit

Permalink
Update menu item order, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 5, 2023
1 parent ae91e0b commit 1c8511a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Packages/com.chark.game-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.0.2](https://github.com/chark/game-management/compare/v0.0.1...v0.0.2) - 2023-XX-XX

## Changed

- Menu item order to use `150` instead of `-1000`. This way `CHARK` won't dominate existing entries.

## [v0.0.1](https://github.com/chark/game-management/compare/v0.0.1) - 2023-10-04

Initial preview version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ internal static class CreateAssetMenuConstants
/// <summary>
/// Base menu order.
/// </summary>
internal const int BaseOrder = -1000;
internal const int BaseOrder = 150;
}
}
2 changes: 1 addition & 1 deletion Packages/com.chark.game-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "CHARK",
"url": "https://chark.io"
},
"version": "0.0.1",
"version": "0.0.2",
"unity": "2022.3",
"description": "Essential and minimalistic game management tools: messaging, service locator, data-storage and more.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 0.0.1
bundleVersion: 0.0.2
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 1c8511a

Please sign in to comment.