diff --git a/CHANGELOG.md b/CHANGELOG.md index 4534e55da..29c672216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-11-19 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.7.14`](#studyu_app---v2714) + - [`studyu_designer_v2` - `v1.9.4`](#studyu_designer_v2---v194) + +--- + +#### `studyu_app` - `v2.7.14` + + - **FIX**: linter. + +#### `studyu_designer_v2` - `v1.9.4` + + - **FIX**: linter. + - **FIX**: ensure data source in report is copied during study duplication. + + ## 2024-11-18 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 77edc925e..52b287bd8 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.7.14 + + - **FIX**: linter. + ## 2.7.13 - **FIX**: migrate code. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 6c5d924ea..6ec643b57 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.7.13 +version: 2.7.14 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 8d3458d40..1031c8c2a 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.9.4 + + - **FIX**: linter. + - **FIX**: ensure data source in report is copied during study duplication. + ## 1.9.3 - **FIX**: migrate code. diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index a6104fced..fe5b2f9ce 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.9.3 +version: 1.9.4 description: Implement digital N-of-1 studies seamlessly with the StudyU Health Designer publish_to: none homepage: https://studyu.health