Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 12, 2023
1 parent 45056b5 commit c793556
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 1.0.0 (2023-09-12)


### Features

* act as a bot ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
* add countdown for querying data and sync ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
* ideas view tab ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
* **ideas view:** add parent column ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
* ideation view ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
* improve selection of idea and add ideation modes ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
* initial commit ([3fdea56](https://github.com/graasp/graasp-app-collaborative-ideation/commit/3fdea56ce14a9a05b5e077742d73782243dd6e6e))
* **ratings:** persist ratings as app data ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))


### Bug Fixes

* choose ideas randomly ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
* provide API_HOST (even if not required) ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
* **ws:** enable ws conditionnally (WS_HOST set) ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))


### Tests

* refactor and fix basic test ([45056b5](https://github.com/graasp/graasp-app-collaborative-ideation/commit/45056b53331cef99465478bbbecb97489f10d9ad))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graasp-app-collaborative-ideation",
"version": "0.0.0",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"author": "Graasp",
"contributors": [
Expand Down

0 comments on commit c793556

Please sign in to comment.