Skip to content

Commit c793556

Browse files
chore(main): release 1.0.0 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45056b5 commit c793556

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-09-12)
4+
5+
6+
### Features
7+
8+
* act as a bot ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
9+
* add countdown for querying data and sync ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
10+
* ideas view tab ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
11+
* **ideas view:** add parent column ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
12+
* ideation view ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
13+
* improve selection of idea and add ideation modes ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
14+
* initial commit ([3fdea56](https://github.com/graasp/graasp-app-collaborative-ideation/commit/3fdea56ce14a9a05b5e077742d73782243dd6e6e))
15+
* **ratings:** persist ratings as app data ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
16+
17+
18+
### Bug Fixes
19+
20+
* choose ideas randomly ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
21+
* provide API_HOST (even if not required) ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
22+
* **ws:** enable ws conditionnally (WS_HOST set) ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
23+
24+
25+
### Tests
26+
27+
* refactor and fix basic test ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp-app-collaborative-ideation",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"license": "AGPL-3.0-only",
55
"author": "Graasp",
66
"contributors": [

0 commit comments

Comments
 (0)