Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 22, 2020
1 parent 42dc3c0 commit d558899
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
# 1.1.0 (2020-11-08)
# 1.2.0 (2020-12-22)


### 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))
* Cleanup of study_designer gen i10n ([06b8d1e](https://github.com/hpi-studyu/studyu/commit/06b8d1ee744038b04e9cac332baf5d74736731a5))
* 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 compatibility with newest beta ([7cfd163](https://github.com/hpi-studyu/studyu/commit/7cfd16378fbbd963db49067b797aff62d2a6f1d8))
* 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))
* Fix release build web: Remove type.toString ([bb74ee3](https://github.com/hpi-studyu/studyu/commit/bb74ee36db98b3b8849529a8415edc01506a06f3))
* json_serializer DateTime.parse needs toString ([57ab660](https://github.com/hpi-studyu/studyu/commit/57ab66005cebb91ae6c42d44f1cd9668ca9af184))
* Make compatible with beta ([cbd0a85](https://github.com/hpi-studyu/studyu/commit/cbd0a8572a7f8933ac7da47746e8995274b3442e))
* Masterkey needed to create a user ([f6c7375](https://github.com/hpi-studyu/studyu/commit/f6c73752a0480ab750bac9531fcea0e6169c95a3))
* Scaffold.of deprecated ([ba88113](https://github.com/hpi-studyu/studyu/commit/ba881135f12156f35fe59078004d42a92f269f0b))
* spelling ([9203658](https://github.com/hpi-studyu/studyu/commit/9203658f433fc3b292814d8d5e39de112d86ef6e))
* Upgrade packages to beta channel ([9ad5395](https://github.com/hpi-studyu/studyu/commit/9ad5395742d5a5bcf7b412e236a0ccdc31d1b2bd))
* Use dart conform names ([b507149](https://github.com/hpi-studyu/studyu/commit/b507149660ab48afed6a635f6e067c8f553b5b5a))
* **security:** Use clientKey instead of masterKey ([fb08290](https://github.com/hpi-studyu/studyu/commit/fb08290054ace3a86e141397b644f209e6b682b7))
* 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))
* Use ParseHTTPClient for web bc faster ([6c616dd](https://github.com/hpi-studyu/studyu/commit/6c616dd79d976562d429add5bf976e3c57241a3c))
* Use TextField instead of buggy PhoneField ([50554f2](https://github.com/hpi-studyu/studyu/commit/50554f29491975b9029d72f39f744243ca95d5b4))


### Features

* Add IRB contact field ([1e8aff1](https://github.com/hpi-studyu/studyu/commit/1e8aff1ef27eef89d74a9c63a5465ed301e7ca4f))
* Define generate localizations ([d07219b](https://github.com/hpi-studyu/studyu/commit/d07219b96337cb54146a3b80f2830b8ab8cb9cc2))
* Enable editing published studies locally ([3dc4174](https://github.com/hpi-studyu/studyu/commit/3dc4174d7b102eec2245157858ff016eaf225b55))
* **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))
Expand Down
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.1.0'
version: '1.2.0'

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

0 comments on commit d558899

Please sign in to comment.