From dd94e1eb64a3803464ed3efc27ee9eeb1b261608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 04:20:27 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..b009a700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +## 1.0.0 (2024-04-11) + + +### Features + +* add one thread and auto dismiss options ([273b267](https://github.com/graasp/graasp-app-botticelli/commit/273b267e17931f6f5f5fa28a6b01aba4774dc1ed)) +* add scrolling ([3d09ac7](https://github.com/graasp/graasp-app-botticelli/commit/3d09ac76d51e94c930fcd73aeda6ba7466052824)) +* blur after sending message ([13f83e6](https://github.com/graasp/graasp-app-botticelli/commit/13f83e6283031b08f5be15d9202429f92e6df7d9)) +* make height full viewport ([ef95461](https://github.com/graasp/graasp-app-botticelli/commit/ef95461d54c569ec6c7390537965e794e1d0ad65)) +* update prompt ([3736f05](https://github.com/graasp/graasp-app-botticelli/commit/3736f05ce53fa10b491f981fe9d1213472f3241e)) + + +### Bug Fixes + +* **deps:** update dependency @emotion/styled to v11.11.5 ([ed3c6f1](https://github.com/graasp/graasp-app-botticelli/commit/ed3c6f1cb205b94e8063c18736541b6dbf4c162d)) +* **deps:** update dependency @graasp/apps-query-client to v3.4.10 ([ff23dbb](https://github.com/graasp/graasp-app-botticelli/commit/ff23dbb6b35c5d42ea5dc2de2aa8f89e3e4b8a4e)) +* **deps:** update dependency @graasp/sdk to v4.6.0 ([03c8d5f](https://github.com/graasp/graasp-app-botticelli/commit/03c8d5f45c19b5995be54ddc9d99b872c828cb3b)) +* **deps:** update dependency @types/react to v18.2.75 ([54c503e](https://github.com/graasp/graasp-app-botticelli/commit/54c503e35dc864f3b3f0d4e42fbee2e41f67d057)) +* **deps:** update dependency typescript to v5.4.4 ([ce757e6](https://github.com/graasp/graasp-app-botticelli/commit/ce757e6cc1b2303a6be614622a1e9cd77238e749)) +* **deps:** update dependency typescript to v5.4.5 ([7c24658](https://github.com/graasp/graasp-app-botticelli/commit/7c24658a953a2ecace3394dcd038871410fbf73c)) +* **deps:** update mui (non-major) ([d206f8d](https://github.com/graasp/graasp-app-botticelli/commit/d206f8daf8be8562a76f47208fe287e028191e1f)) +* **deps:** update react monorepo ([7fe3b03](https://github.com/graasp/graasp-app-botticelli/commit/7fe3b03771a347dc670816a6615c60d2c289b9a8)) +* fix player view test ([365ee8a](https://github.com/graasp/graasp-app-botticelli/commit/365ee8a0c79a1dd80b4742c148adae248809d250)) +* fix prompt builder helper ([c0f453a](https://github.com/graasp/graasp-app-botticelli/commit/c0f453a5be8a32773e16aaabf6c7a5079af79800)) +* fix size of instructions ([f12013d](https://github.com/graasp/graasp-app-botticelli/commit/f12013d6dee686e17b45cfc827309fb9525287af)) +* fix tests ([8955748](https://github.com/graasp/graasp-app-botticelli/commit/895574856d7b3dc53f096804fc89f273e9dd5cf2)) +* fix window access ([78b7519](https://github.com/graasp/graasp-app-botticelli/commit/78b7519f75149093773c82156ac675138d061226)) +* remove autoscrolling ([b6a1a06](https://github.com/graasp/graasp-app-botticelli/commit/b6a1a0615eba2b136515e41291af13826ca7df6e)) +* set status to idle after response ([6084db3](https://github.com/graasp/graasp-app-botticelli/commit/6084db3e483e2db3e7b18f3a232eb2a9b8bf903b)) +* update cues ([568ff8a](https://github.com/graasp/graasp-app-botticelli/commit/568ff8aec44dcd7e506850b5badc068ff8599490)) diff --git a/package.json b/package.json index e88eca35..c916e1be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-app-botticelli", - "version": "0.1.0", + "version": "1.0.0", "license": "AGPL-3.0-only", "author": "Juan Carlos Farah", "contributors": [],