Skip to content

Commit c74f598

Browse files
chore(main): release 1.1.0 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82d9f7c commit c74f598

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/graasp/graasp-app-collaborative-ideation/compare/v1.0.0...v1.1.0) (2023-09-13)
4+
5+
6+
### Features
7+
8+
* add final anonymous ideas view ([82d9f7c](https://github.com/graasp/graasp-app-collaborative-ideation/commit/82d9f7cb0121efe5fcc4d2d4c19e87647600e1e2))
9+
* add new idea button ([82d9f7c](https://github.com/graasp/graasp-app-collaborative-ideation/commit/82d9f7cb0121efe5fcc4d2d4c19e87647600e1e2))
10+
* state control ([82d9f7c](https://github.com/graasp/graasp-app-collaborative-ideation/commit/82d9f7cb0121efe5fcc4d2d4c19e87647600e1e2))
11+
* state management and waiting screen ([82d9f7c](https://github.com/graasp/graasp-app-collaborative-ideation/commit/82d9f7cb0121efe5fcc4d2d4c19e87647600e1e2))
12+
13+
14+
### Bug Fixes
15+
16+
* change ratings nomenclature ([82d9f7c](https://github.com/graasp/graasp-app-collaborative-ideation/commit/82d9f7cb0121efe5fcc4d2d4c19e87647600e1e2))
17+
* grid layout for ideas ([82d9f7c](https://github.com/graasp/graasp-app-collaborative-ideation/commit/82d9f7cb0121efe5fcc4d2d4c19e87647600e1e2))
18+
* provide data to sentry only in dev and stage ([82d9f7c](https://github.com/graasp/graasp-app-collaborative-ideation/commit/82d9f7cb0121efe5fcc4d2d4c19e87647600e1e2))
19+
* validation when all ideas are rated ([82d9f7c](https://github.com/graasp/graasp-app-collaborative-ideation/commit/82d9f7cb0121efe5fcc4d2d4c19e87647600e1e2))
20+
321
## 1.0.0 (2023-09-12)
422

523

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": "1.0.0",
3+
"version": "1.1.0",
44
"license": "AGPL-3.0-only",
55
"author": "Graasp",
66
"contributors": [

0 commit comments

Comments
 (0)