Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jan 21, 2023
1 parent eb79e77 commit c3d3c81
Show file tree
Hide file tree
Showing 14 changed files with 284 additions and 16 deletions.
56 changes: 56 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
## 2.0.0-dev.0

> Note: This release has breaking changes.
- **FIX**: null and reload error. ([b2f11da8](https://github.com/hpi-studyu/studyu/commit/b2f11da888e2579e2f363d53a60639b44a01291f))
- **FIX**: Ability to delete studies with access code. ([2e965703](https://github.com/hpi-studyu/studyu/commit/2e9657033fcfd022642a963b6d496170bb9529e5))
- **FIX**: load study subject if exists. ([d9202bf2](https://github.com/hpi-studyu/studyu/commit/d9202bf2274e9acc84b64076ad17738ef6afd8f6))
- **FIX**: reload bug @ survey preview. ([1baa3462](https://github.com/hpi-studyu/studyu/commit/1baa34620b572802ca6eecca4ff254f8bca360ad))
- **FIX**: leave study with soft delete & delete data option with hard delete. ([8006f0f6](https://github.com/hpi-studyu/studyu/commit/8006f0f6c9a63eb6ede1b9b25f8dc77b1fef7616))
- **FIX**: skip eligibility screener correctly. ([4bf95db4](https://github.com/hpi-studyu/studyu/commit/4bf95db41fbc85b5513803d55574b946e08ea2b0))
- **FIX**: correctly position annotations / labels for scale questions. ([acfa3524](https://github.com/hpi-studyu/studyu/commit/acfa3524fcc7e9c2f5237398e271b9390fe6e1e1))
- **FIX**: refactoring. ([e5bf8ccb](https://github.com/hpi-studyu/studyu/commit/e5bf8ccb207026031bcde1e53b07f8f6f7112001))
- **FIX**: enable banner again. ([1084274e](https://github.com/hpi-studyu/studyu/commit/1084274e9bcd4f05f9d6ee17ba12d42fe5295d80))
- **FIX**: measurement preview bug, refactoring. ([10935ef6](https://github.com/hpi-studyu/studyu/commit/10935ef696ca9a4b09d1468ed15ed3cac28e1983))
- **FIX**: upgrade deps. ([4b011445](https://github.com/hpi-studyu/studyu/commit/4b011445bb2390570c536646bb119b5a00a809ab))
- **FIX**: order if interventions == 2. ([c0e46fa8](https://github.com/hpi-studyu/studyu/commit/c0e46fa8b4d1dbeb55eb55f93d18ecb605f2aa2a))
- **FIX**: refactor improvements and bugfixes. ([3c7d84fc](https://github.com/hpi-studyu/studyu/commit/3c7d84fc70be852c52516ac173b33812076f5992))
- **FIX**: working with updated changes. ([844528ef](https://github.com/hpi-studyu/studyu/commit/844528ef77ac338ad4b584d8ad1e627d02f61bbd))
- **FIX**: lint errors. ([6007e46e](https://github.com/hpi-studyu/studyu/commit/6007e46e45c36e77932930ce94c634499d57a444))
- **FIX**: observation/intervention preview. ([f24dcfdc](https://github.com/hpi-studyu/studyu/commit/f24dcfdcb3b62eb0fa4ec06ea0b2b1a891ed679d))
- **FIX**: new intervention handling. ([250c8c14](https://github.com/hpi-studyu/studyu/commit/250c8c140f5b1040f1b713a7cb5860f48cd1c8ea))
- **FIX**: Add missing functions and policy. ([4e84d95f](https://github.com/hpi-studyu/studyu/commit/4e84d95ff35fffca1d440abfb8bfc84e598b54e1))
- **FIX**: refactor skipping and add preview class. ([afe11d88](https://github.com/hpi-studyu/studyu/commit/afe11d88aeaf784637b95ecf06fd2ef06e92ccad))
- **FIX**: improve skipping days. ([479c669e](https://github.com/hpi-studyu/studyu/commit/479c669ec1ad3ebd8b1c573dd2254a8aa24f68f6))
- **FIX**: intervention and observation. ([738e3e87](https://github.com/hpi-studyu/studyu/commit/738e3e87f6a81a3bd9c4e2fd2b56832e9976405e))
- **FEAT**: dont record participant progress for launched studies in test mode. ([2dc6a8ca](https://github.com/hpi-studyu/studyu/commit/2dc6a8ca72785d8929b3ecf3451d352c893fabde))
- **FEAT**: wip send study to app. ([18949295](https://github.com/hpi-studyu/studyu/commit/18949295e7f494f0b2cf36203dad1499ba338c7b))
- **FEAT**: live preview. ([5ac4aac8](https://github.com/hpi-studyu/studyu/commit/5ac4aac8878f0dc58dffae56e566be1c2e3ad999))
- **FEAT**: test selective preview screens. ([df26f6f3](https://github.com/hpi-studyu/studyu/commit/df26f6f3374d9d3e5f68bc653a928cfe9f82e167))
- **FEAT**: add scale question-type to app + improved annotation layout. ([169ef10d](https://github.com/hpi-studyu/studyu/commit/169ef10d145a0b4e9da104af9fd22817b1c14d82))
- **FEAT**: add selective preview for eligibility check. ([af96450f](https://github.com/hpi-studyu/studyu/commit/af96450f0d98afd719acc1bce09b9148dc924123))
- **FEAT**: add selective preview for consent. ([382f6272](https://github.com/hpi-studyu/studyu/commit/382f62723d64d7b02a95971171856779cd8636c1))
- **FEAT**: add selective preview for eligibility check. ([3fdb98c8](https://github.com/hpi-studyu/studyu/commit/3fdb98c894bec9f32c6f37820b9b2216ff0e69a3))
- **FEAT**: improve scale widget in app. ([1d2652aa](https://github.com/hpi-studyu/studyu/commit/1d2652aa5e3fd1d7dcc929ebf7f69b004b5f3147))
- **FEAT**: deeplink studyID to app to test study. ([3e363c48](https://github.com/hpi-studyu/studyu/commit/3e363c4886f674f93065a4f68ff66e21f9eca271))
- **FEAT**: decouple preview app state from live app. ([82b0e3c4](https://github.com/hpi-studyu/studyu/commit/82b0e3c4b0dfe9d957a11563546fbb3ae328731e))
- **FEAT**: move all selectedStudyObjectId to preview. ([e62f589b](https://github.com/hpi-studyu/studyu/commit/e62f589be7db31479e815ec3ea93bda0be717a00))
- **FEAT**: colored scale questions. ([305377d3](https://github.com/hpi-studyu/studyu/commit/305377d38d59f42c7d310a58b2b1b61cf85922c2))
- **FEAT**: add cmd again. ([b5524b96](https://github.com/hpi-studyu/studyu/commit/b5524b96136c1709e78d34ec22069e8abbb2925e))
- **FEAT**: reset selectedStudyObjectId and reset cmd. ([ccf530b8](https://github.com/hpi-studyu/studyu/commit/ccf530b8e96da4a009d5a6a289f63fa3af587bfd))
- **FEAT**: move selectedStudyObjectId back to preview. ([21062f47](https://github.com/hpi-studyu/studyu/commit/21062f47fe225d2999ee53b702ba8e805e5d00d2))
- **FEAT**: add try catch and move selectedStudyObjectId out of preview. ([ece76329](https://github.com/hpi-studyu/studyu/commit/ece763291cec80db373cb198293bc960e0b85b65))
- **FEAT**: reset fix. ([1a038873](https://github.com/hpi-studyu/studyu/commit/1a038873d8ba6bf8dfb73589c77b8f2b1c60a14b))
- **FEAT**: finish preview refactoring. ([30f431ff](https://github.com/hpi-studyu/studyu/commit/30f431ff2e6ed67943114852ab50fc78a12595f3))
- **FEAT**: auth and cmds to preview class. ([a0c1ede5](https://github.com/hpi-studyu/studyu/commit/a0c1ede53493dd944c70144a76d674ffb467bcb0))
- **FEAT**: make use of preview class. ([477ced8b](https://github.com/hpi-studyu/studyu/commit/477ced8b5ccfb0a6b964ec3df47e8e822ae8c327))
- **FEAT**: modify selectedStudyObjectId. ([af979983](https://github.com/hpi-studyu/studyu/commit/af9799838640e14ed24925a8dfec1667211a0a73))
- **FEAT**: add skipping again. ([2ca6a2f3](https://github.com/hpi-studyu/studyu/commit/2ca6a2f3d40d0bcabad861cc58f74f14c7663c16))
- **FEAT**: improve validation, copy, etc for study design & test mode. ([3b7fe99e](https://github.com/hpi-studyu/studyu/commit/3b7fe99e2847a169124a7ad0303cf8c2bc010ce0))
- **FEAT**: finish german localization. ([86ef9a7a](https://github.com/hpi-studyu/studyu/commit/86ef9a7abafd30a7992df3962e29508997991126))
- **FEAT**: allow skipping days in preview mode. ([ef2f19c1](https://github.com/hpi-studyu/studyu/commit/ef2f19c11f12a9a9171e20afb561b1222f09c13a))
- **FEAT**: add reset functionality to preview. ([cfe76a8a](https://github.com/hpi-studyu/studyu/commit/cfe76a8a6d96111495fde976f132165006c5bbd1))
- **FEAT**: test app changes. ([8e5c598b](https://github.com/hpi-studyu/studyu/commit/8e5c598b7241ea23166286cf37c6f2d477c75d04))
- **FEAT**: merge dev_designer-v2. ([d4aae759](https://github.com/hpi-studyu/studyu/commit/d4aae759dded62dbe70657a8a528683c54c4a0dc))
- **BREAKING** **CHANGE**: Database changes, so that only studies which are both published and open can be viewed. ([f8e85013](https://github.com/hpi-studyu/studyu/commit/f8e85013a23dd0450ce75e97fa0d751c6d4af055))

## 1.10.21

- **FIX**: upgrade deps. ([d221eae7](https://github.com/hpi-studyu/studyu/commit/d221eae7ea55fa8761d7ff7625f92eaa3488148e))
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/hpi-studyu/studyu

publish_to: 'none'

version: '1.10.21'
version: '2.0.0-dev.0'

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down Expand Up @@ -36,8 +36,8 @@ dependencies:
quiver: ^3.2.1
rainbow_color: ^2.0.1
shared_preferences: ^2.0.17
studyu_core: ^3.7.15
studyu_flutter_common: ^1.3.22
studyu_core: ^4.0.0-dev.0
studyu_flutter_common: ^1.4.0-dev.0
supabase: ^0.3.6
supabase_flutter: ^0.3.3
timeline_tile: ^2.0.0
Expand Down
22 changes: 22 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 4.0.0-dev.0

> Note: This release has breaking changes.
- **FIX**: upgrade deps. ([4b011445](https://github.com/hpi-studyu/studyu/commit/4b011445bb2390570c536646bb119b5a00a809ab))
- **FIX**: password reset. ([5c3fda47](https://github.com/hpi-studyu/studyu/commit/5c3fda4791bd5aed957dbe721babe701fb462f50))
- **FIX**: leave study with soft delete & delete data option with hard delete. ([8006f0f6](https://github.com/hpi-studyu/studyu/commit/8006f0f6c9a63eb6ede1b9b25f8dc77b1fef7616))
- **FIX**: correctly position annotations / labels for scale questions. ([acfa3524](https://github.com/hpi-studyu/studyu/commit/acfa3524fcc7e9c2f5237398e271b9390fe6e1e1))
- **FIX**: make autosave indicator work again. ([6664589f](https://github.com/hpi-studyu/studyu/commit/6664589f27195190dcf21cebdc77719af5db19c0))
- **FIX**: null error when loading appconfig. ([ef720c47](https://github.com/hpi-studyu/studyu/commit/ef720c47744b03797dcf7fd51e063579bf6642be))
- **FIX**: answer parse error. ([a47e1fb3](https://github.com/hpi-studyu/studyu/commit/a47e1fb3521cbc5b2a40ebb3dd3a9e3020699f56))
- **FIX**: Json serialization bug & remove copy draft redirect. ([39860a45](https://github.com/hpi-studyu/studyu/commit/39860a45329ad55fdea66968d91f2edd596ef3ec))
- **FEAT**: enable screening logic for scale questions. ([4f956be1](https://github.com/hpi-studyu/studyu/commit/4f956be135f9b8c36304d22166c5b2a751be1ee3))
- **FEAT**: colored scale questions. ([305377d3](https://github.com/hpi-studyu/studyu/commit/305377d38d59f42c7d310a58b2b1b61cf85922c2))
- **FEAT**: improve scale widget in app. ([1d2652aa](https://github.com/hpi-studyu/studyu/commit/1d2652aa5e3fd1d7dcc929ebf7f69b004b5f3147))
- **FEAT**: add scale question-type to app + improved annotation layout. ([169ef10d](https://github.com/hpi-studyu/studyu/commit/169ef10d145a0b4e9da104af9fd22817b1c14d82))
- **FEAT**: implement study registry properly. ([1cc329c0](https://github.com/hpi-studyu/studyu/commit/1cc329c0e2d119f19994b5f1be0f490a03ebb3b1))
- **FEAT**: dont record participant progress for launched studies in test mode. ([2dc6a8ca](https://github.com/hpi-studyu/studyu/commit/2dc6a8ca72785d8929b3ecf3451d352c893fabde))
- **FEAT**: data export. ([1a099135](https://github.com/hpi-studyu/studyu/commit/1a099135d66b1a2bc25bfed8d1e10cf5c6e48a78))
- **FEAT**: Add createdAt key to Study object. ([7ac66a40](https://github.com/hpi-studyu/studyu/commit/7ac66a40e0fbe5b5385d92dd24342201316a0288))
- **BREAKING** **CHANGE**: Database changes, so that only studies which are both published and open can be viewed. ([f8e85013](https://github.com/hpi-studyu/studyu/commit/f8e85013a23dd0450ce75e97fa0d751c6d4af055))

## 3.7.15

- **FIX**: upgrade deps. ([d221eae7](https://github.com/hpi-studyu/studyu/commit/d221eae7ea55fa8761d7ff7625f92eaa3488148e))
Expand Down
2 changes: 1 addition & 1 deletion core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: studyu_core
description: StudyU Models and common functions for app and designer
version: 3.7.15
version: 4.0.0-dev.0
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu

Expand Down
6 changes: 6 additions & 0 deletions designer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.0-dev.0

- **FIX**: upgrade deps. ([4b011445](https://github.com/hpi-studyu/studyu/commit/4b011445bb2390570c536646bb119b5a00a809ab))
- **FIX**: lint errors. ([6007e46e](https://github.com/hpi-studyu/studyu/commit/6007e46e45c36e77932930ce94c634499d57a444))
- **FEAT**: dont record participant progress for launched studies in test mode. ([2dc6a8ca](https://github.com/hpi-studyu/studyu/commit/2dc6a8ca72785d8929b3ecf3451d352c893fabde))

## 1.5.19

- **FIX**: upgrade deps. ([d221eae7](https://github.com/hpi-studyu/studyu/commit/d221eae7ea55fa8761d7ff7625f92eaa3488148e))
Expand Down
6 changes: 3 additions & 3 deletions designer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/hpi-studyu/studyu

publish_to: 'none'

version: 1.5.19
version: 1.6.0-dev.0

environment:
sdk: ">=2.7.0 <3.0.0"
Expand All @@ -32,8 +32,8 @@ dependencies:
material_design_icons_flutter: ^5.0.6996
pretty_json: ^2.0.0
provider: ^6.0.5
studyu_core: ^3.7.15
studyu_flutter_common: ^1.3.22
studyu_core: ^4.0.0-dev.0
studyu_flutter_common: ^1.4.0-dev.0
supabase: ^0.3.6
supabase_flutter: ^0.3.3
universal_html: ^2.0.8
Expand Down
Loading

0 comments on commit c3d3c81

Please sign in to comment.