diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e39b7f1..5115032e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-02-19 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.6.5-dev.4`](#studyu_app---v265-dev4) + - [`studyu_designer_v2` - `v1.6.2-dev.4`](#studyu_designer_v2---v162-dev4) + +--- + +#### `studyu_app` - `v2.6.5-dev.4` + + - **FIX**: breaking deps. ([34896ad3](https://github.com/hpi-studyu/studyu/commit/34896ad381b38a4ad03caf92f57ad527bc1f6706)) + +#### `studyu_designer_v2` - `v1.6.2-dev.4` + + - **FIX**: breaking deps. ([34896ad3](https://github.com/hpi-studyu/studyu/commit/34896ad381b38a4ad03caf92f57ad527bc1f6706)) + + ## 2024-02-19 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 531e508fa..d0f684cb0 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.6.5-dev.4 + + - **FIX**: breaking deps. ([34896ad3](https://github.com/hpi-studyu/studyu/commit/34896ad381b38a4ad03caf92f57ad527bc1f6706)) + ## 2.6.5-dev.3 - **REFACTOR**: rework android release platform and pipeline. ([08f4c97f](https://github.com/hpi-studyu/studyu/commit/08f4c97f07c84491bac4147955ba7f03a5bae65d)) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 66c3eab44..b09bfd672 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.6.5-dev.3 +version: 2.6.5-dev.4 description: Partake in digital N-of-1 trials with the innovative StudyU Health App publish_to: none homepage: https://studyu.health diff --git a/designer_v2/CHANGELOG.md b/designer_v2/CHANGELOG.md index 6031f5002..25152c60f 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.6.2-dev.4 + + - **FIX**: breaking deps. ([34896ad3](https://github.com/hpi-studyu/studyu/commit/34896ad381b38a4ad03caf92f57ad527bc1f6706)) + ## 1.6.2-dev.3 - **REVERT**: "refactor: remove unused title"". ([c473bba4](https://github.com/hpi-studyu/studyu/commit/c473bba43f9952dbadb5424e5ad00ae791f85e46)) diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index 17cc57e6f..ba4b5753d 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.6.2-dev.3 +version: 1.6.2-dev.4 description: Implement digital N-of-1 studies seamlessly with the StudyU Health Designer publish_to: none homepage: https://studyu.health