From 9390dbf10787f2fec7a5457f45d30f52532f6874 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:31:00 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#1) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8856049..f95d1e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 1.0.0 (2024-03-06) + + +### Features + +* copy friction-box app ([957b99f](https://github.com/graasp/graasp-unity-friction-box/commit/957b99f2cd5701278cf0f143267bc8fc4da56f8d)) +* fix camera manager in unity ([d9749c6](https://github.com/graasp/graasp-unity-friction-box/commit/d9749c69f44a507d5e5f35c4e8d16514d379fc2f)) + + +### Bug Fixes + +* **deps:** update dependency @mui/lab to v5.0.0-alpha.166 ([c055291](https://github.com/graasp/graasp-unity-friction-box/commit/c05529168ba4138db2b2db6b2b5b096756072034)) +* **deps:** update mui (non-major) ([7033b86](https://github.com/graasp/graasp-unity-friction-box/commit/7033b862224ee2c4e79525d38e05b82cf9f1b460)) +* **deps:** update react monorepo ([#11](https://github.com/graasp/graasp-unity-friction-box/issues/11)) ([47d1208](https://github.com/graasp/graasp-unity-friction-box/commit/47d120812883ecff5253099175088d16211e8fa7)) +* release please ([0eec845](https://github.com/graasp/graasp-unity-friction-box/commit/0eec8457b683a2c2296eee47f61261ea6d63bf89)) +* remove margin in player view ([917b9f1](https://github.com/graasp/graasp-unity-friction-box/commit/917b9f176980d6395e571cda4474a739dc4a7086)) +* rename prod worlflow CI name ([7c5dbd3](https://github.com/graasp/graasp-unity-friction-box/commit/7c5dbd3596e315e9ad1e3e817de667674ff6f1e4)) +* sprite renderer fix in Unity ([d9fdc93](https://github.com/graasp/graasp-unity-friction-box/commit/d9fdc93603c707355b35377a31f04f95c01a839a)) +* update apps-query-client ([f14140d](https://github.com/graasp/graasp-unity-friction-box/commit/f14140d32b35285a9b7dd308fc8769f2cf3744f1)) +* update deployments ([4edc4bc](https://github.com/graasp/graasp-unity-friction-box/commit/4edc4bc28a9ef7f5c77bdc252432c3513e530946)) +* update readme and tests ([#16](https://github.com/graasp/graasp-unity-friction-box/issues/16)) ([7c59263](https://github.com/graasp/graasp-unity-friction-box/commit/7c592638f229ae5bffd65a2acde8e546ec110680)) +* update workflows ([f5f5f50](https://github.com/graasp/graasp-unity-friction-box/commit/f5f5f501def18b027dcd58b6ce00b04dcdcfe70f)) + ## 1.0.0 (2023-07-19)