Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"1.1.0"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.1.0](https://github.com/MapColonies/yahalom-ui-components/compare/v1.0.0...v1.1.0) (2026-02-22)


### Features

* add documentation (MAPCO-9738) ([ab97036](https://github.com/MapColonies/yahalom-ui-components/commit/ab970367a29419cf3d4d071d77dbe4f7a2504594))
* Add fonts and create text mesh pro asset (MAPCO-8843) ([6d36d79](https://github.com/MapColonies/yahalom-ui-components/commit/6d36d79b15167040e456ebe294df7d5266047cc8))
* add main button (MAPCO-9418) ([1e95b8a](https://github.com/MapColonies/yahalom-ui-components/commit/1e95b8a0e8771c1dbe16d5c0f91afcdcb1d8c0a7))
* Buttons & Toggles (MAPCO-8925) ([#10](https://github.com/MapColonies/yahalom-ui-components/issues/10)) ([30dea37](https://github.com/MapColonies/yahalom-ui-components/commit/30dea37278076656063f51c37cd88469b4862558))
* change main button width according to text and change color of icon (MAPCO-9640) ([5e6f15d](https://github.com/MapColonies/yahalom-ui-components/commit/5e6f15d87e7460f1bd59642757158bdb710e358b))
* Compass (MAPCO-9399) ([28215b6](https://github.com/MapColonies/yahalom-ui-components/commit/28215b6ecdeb5216b741c15472775697f2a45bf6))
* keep compass directions up (MAPCO-9650) ([b6717df](https://github.com/MapColonies/yahalom-ui-components/commit/b6717df519be21235d486da7ca05f2a85191e59d))
* move fonts to package (MAPCO-9650) ([fd98912](https://github.com/MapColonies/yahalom-ui-components/commit/fd98912c882b1eecba062b92e612d341531082ab))
* update unity version 6000.3.2f1 (MAPCO-9667) ([19ffe2c](https://github.com/MapColonies/yahalom-ui-components/commit/19ffe2c7208fe65d289d94ed049f7c7bd61b95ca))
* Yahalom input field (MAPCO-9822) ([d1e8b06](https://github.com/MapColonies/yahalom-ui-components/commit/d1e8b066063ca0d996a7b65097b256eb3a281ad4))


### Bug Fixes

* change compass png (MAPCO-9895) ([edef19f](https://github.com/MapColonies/yahalom-ui-components/commit/edef19f31caf875e214fd4d7ce1823128f0b15d9))
* change Main button png (MAPCO-9887) ([1d9d75d](https://github.com/MapColonies/yahalom-ui-components/commit/1d9d75dc2c70b7aef6052eb5dd3159b142661f29))
* match semantic version format (MAPCO-8839) ([1069230](https://github.com/MapColonies/yahalom-ui-components/commit/1069230fb511697b99ec892eea162fb3eba66ef6))
* remove deleted scene from scenes list (MAPCO-9691) ([4427af9](https://github.com/MapColonies/yahalom-ui-components/commit/4427af9b9a115833282f39825e1e51d4f309d36e))
* Set button text height to Capline (MAPCO-9742) ([1684393](https://github.com/MapColonies/yahalom-ui-components/commit/1684393d24ffdebf8197c8ba64379559089b2340))

## 1.0.0 (2025-10-22)


Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ PlayerSettings:
loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 1.0.0 # x-release-please-version
bundleVersion: 1.1.0 # x-release-please-version
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
Loading