Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 8, 2020
1 parent 7aae228 commit 49861ac
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 1.1.0 (2020-11-08)


### Bug Fixes

* add sizedbox at bottom of designer lists to make sure the add button doesn't block the user from seeing the element he is editing ([243973d](https://github.com/hpi-studyu/studyu/commit/243973d2063ec8d46d6c94658ecd21a19e6d7dd2))
* Correct tranlsation ([a8740d1](https://github.com/hpi-studyu/studyu/commit/a8740d14d1420c2060f6ec89b85a4ad55e0b9a97))
* Disable notifications on web ([51fde32](https://github.com/hpi-studyu/studyu/commit/51fde32faad081beff797c650e50a4b75ef6fd87))
* Do not call notifications for web ([593342b](https://github.com/hpi-studyu/studyu/commit/593342b970b35335cc52bb7adb8bcd0e5e9abc0d))
* Fix contact not displaying correctly ([b6330f9](https://github.com/hpi-studyu/studyu/commit/b6330f9cecf84214cfcc0e175b8764d7ea69a337))
* Fix installation-id for back4app ([b62e8d3](https://github.com/hpi-studyu/studyu/commit/b62e8d34ba65260afcad296069e538b1f852fbba))
* Masterkey needed to create a user ([f6c7375](https://github.com/hpi-studyu/studyu/commit/f6c73752a0480ab750bac9531fcea0e6169c95a3))
* Return null rather than failing to parse ([7404eba](https://github.com/hpi-studyu/studyu/commit/7404ebae978aa1142fa336cb44741ac4adc37c19))
* text is not shown at include baseline button because of wrong text label ([39e372c](https://github.com/hpi-studyu/studyu/commit/39e372cd5b750c601cc9e976910d86a57ef1e719))
* Typo not kIsWeb ([217dd18](https://github.com/hpi-studyu/studyu/commit/217dd180cb0f00de2b02bddb9fc0414581f0586b))


### Features

* **app:** Add FAQ and contact to Welcome page ([5facadc](https://github.com/hpi-studyu/studyu/commit/5facadc52beb6407e746fde5f3b28b79e2bb3138))
* **app:** Color Study publisher header ([41228e5](https://github.com/hpi-studyu/studyu/commit/41228e50e554d4f6cbe633c35a2a642a9fec6772))
* **app:** Display support contact ([77e0593](https://github.com/hpi-studyu/studyu/commit/77e0593c303aec894a0955e806978ce8a8bc8edf))
* **app:** Remove support/contact overview page ([adcf205](https://github.com/hpi-studyu/studyu/commit/adcf2056f81f07ad03273c9521901c544a942b9c))
* **app:** Restructure contact screen ([c103786](https://github.com/hpi-studyu/studyu/commit/c10378698edfc19ffa498838bf6c9c8d7285426e))
* **app:** Separate study publisher contact ([4219cdb](https://github.com/hpi-studyu/studyu/commit/4219cdb0821eaf25eb8f9cf218edf4149b342a64))
* **designer:** Add copy JSON to app bar in debug ([0b8310f](https://github.com/hpi-studyu/studyu/commit/0b8310f2cba839138d84cd44a3767c99ef76ea32))
* **designer:** Upload of JSON support in debug ([8c86717](https://github.com/hpi-studyu/studyu/commit/8c867178ac15194aa0d38663997b58001eebbe78))


### Reverts

* Revert "Adjust study designer build process" ([54a979e](https://github.com/hpi-studyu/studyu/commit/54a979eb44f7fb02020136ecf925f92fa48e204a))
* Revert "update flutter-form-builder" ([e8dcdd7](https://github.com/hpi-studyu/studyu/commit/e8dcdd72a10308d99e8fee6c916e5c9ce2e06f3a))



2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An app to facilitate N-of-1 trials

publish_to: 'none'

version: '1.0.0'
version: '1.1.0'

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 49861ac

Please sign in to comment.