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 Aug 16, 2023
1 parent 50d0290 commit 3405c2c
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 9 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,75 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-08-16

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`studyu_app` - `v2.5.0`](#studyu_app---v250)
- [`studyu_core` - `v4.3.0-dev.8`](#studyu_core---v430-dev8)
- [`studyu_designer_v2` - `v1.4.0`](#studyu_designer_v2---v140)
- [`studyu_flutter_common` - `v1.6.2-dev.9`](#studyu_flutter_common---v162-dev9)

---

#### `studyu_app` - `v2.5.0`

- **FIX**: make analytics fully optional. ([67d58887](https://github.com/hpi-studyu/studyu/commit/67d588879a69a9105cd2e54c08f2a2feae1224a2))
- **FIX**: upgrade deps. ([aa2cb251](https://github.com/hpi-studyu/studyu/commit/aa2cb2512e3db4e31f97edea8d2bccf55e91f9d2))
- **FEAT**: make study tags reactive. ([f2f8ecaf](https://github.com/hpi-studyu/studyu/commit/f2f8ecafb4f21d21128ce089eb99608778b91e2e))

#### `studyu_core` - `v4.3.0-dev.8`

- **FIX**: make analytics fully optional. ([67d58887](https://github.com/hpi-studyu/studyu/commit/67d588879a69a9105cd2e54c08f2a2feae1224a2))
- **FIX**: upgrade deps. ([aa2cb251](https://github.com/hpi-studyu/studyu/commit/aa2cb2512e3db4e31f97edea8d2bccf55e91f9d2))
- **FIX**: study was not returned completely. ([324e2ceb](https://github.com/hpi-studyu/studyu/commit/324e2ceb2afe25df5ee06cd2450865137efe7ae1))
- **FIX**: make Repo urls optional. ([d0a96ea8](https://github.com/hpi-studyu/studyu/commit/d0a96ea8413bed3e86a4448da6f06b35b4b9adca))
- **FIX**: tag color. ([9baddd1d](https://github.com/hpi-studyu/studyu/commit/9baddd1d3df22ebb45fa5117f724fd9b98b31b98))
- **FIX**: tag related sql. ([59882b7e](https://github.com/hpi-studyu/studyu/commit/59882b7e86b7145131733c4d6851cf621b676fc8))
- **FIX**: study_tags was null for new studies. ([db57e09f](https://github.com/hpi-studyu/studyu/commit/db57e09f841164b39d587c5ba6479a1f7a73b57e))
- **FIX**: make color nullable and int, add tags to dashboard. ([ef7532a3](https://github.com/hpi-studyu/studyu/commit/ef7532a3e571abd140cfbeee1e2e1b6fd14f9ed6))
- **FIX**: tag type. ([cf39195b](https://github.com/hpi-studyu/studyu/commit/cf39195b540fe6b65e4d600586041b3c19d90d52))
- **FEAT**: working tags with foreign key study_tag. ([8d4eaa92](https://github.com/hpi-studyu/studyu/commit/8d4eaa925c8a921bfa70f0afae6a57a155a55c9e))
- **FEAT**: display and update tags correctly. ([b96dcf8a](https://github.com/hpi-studyu/studyu/commit/b96dcf8a25def52dfc59bc65206177e0ab4a25d8))
- **FEAT**: initial study tags. ([615d5b62](https://github.com/hpi-studyu/studyu/commit/615d5b629a2ae5d9998d50b1a0f119fa62a2bc87))

#### `studyu_designer_v2` - `v1.4.0`

- **REFACTOR**: format. ([595a717f](https://github.com/hpi-studyu/studyu/commit/595a717f0e09a3ba311984ad1f4b584252e091ec))
- **REFACTOR**: pin changes to user_repository.dart. ([e6579c8b](https://github.com/hpi-studyu/studyu/commit/e6579c8bc9f6b9c5e828c81fe7d185ccbfa7f8d0))
- **REFACTOR**: cleanup. ([b4a987e7](https://github.com/hpi-studyu/studyu/commit/b4a987e7add7100a23f2366a83d6551b6d861567))
- **REFACTOR**: rename. ([c1bf13dd](https://github.com/hpi-studyu/studyu/commit/c1bf13dd8f0f8d1ea4ea3ee8fe4663c0700d486a))
- **REFACTOR**: make tags more reactive. ([d7cb5f30](https://github.com/hpi-studyu/studyu/commit/d7cb5f30f10834a3bf90c2b74e400cd7103846e0))
- **REFACTOR**: fix dashboard pin null value. ([eda8ccfb](https://github.com/hpi-studyu/studyu/commit/eda8ccfb3a0da3a1d6a2eb986c85bd24526aea0d))
- **FIX**: upgrade deps. ([aa2cb251](https://github.com/hpi-studyu/studyu/commit/aa2cb2512e3db4e31f97edea8d2bccf55e91f9d2))
- **FIX**: study was not returned completely. ([324e2ceb](https://github.com/hpi-studyu/studyu/commit/324e2ceb2afe25df5ee06cd2450865137efe7ae1))
- **FIX**: non-working pin. ([5729a096](https://github.com/hpi-studyu/studyu/commit/5729a096d599827026b68cfce910e6a78e309a35))
- **FIX**: tag color. ([9baddd1d](https://github.com/hpi-studyu/studyu/commit/9baddd1d3df22ebb45fa5117f724fd9b98b31b98))
- **FIX**: tag related sql. ([59882b7e](https://github.com/hpi-studyu/studyu/commit/59882b7e86b7145131733c4d6851cf621b676fc8))
- **FIX**: make color nullable and int, add tags to dashboard. ([ef7532a3](https://github.com/hpi-studyu/studyu/commit/ef7532a3e571abd140cfbeee1e2e1b6fd14f9ed6))
- **FIX**: update copyright. ([515785bd](https://github.com/hpi-studyu/studyu/commit/515785bd4717693d5cb65c7fd79a1c70ecf8c441))
- **FIX**: remove Designer V2 version number from page title. ([362a4fe5](https://github.com/hpi-studyu/studyu/commit/362a4fe5f5a31b4364d9695f8f2b7193d3ac811e))
- **FEAT**: make study tags reactive. ([f2f8ecaf](https://github.com/hpi-studyu/studyu/commit/f2f8ecafb4f21d21128ce089eb99608778b91e2e))
- **FEAT**: refactor Search to widget and make tags clickable. ([95f33064](https://github.com/hpi-studyu/studyu/commit/95f33064444b9e594d9497bc6321c529253ee0bd))
- **FEAT**: working tags with foreign key study_tag. ([8d4eaa92](https://github.com/hpi-studyu/studyu/commit/8d4eaa925c8a921bfa70f0afae6a57a155a55c9e))
- **FEAT**: display and update tags correctly. ([b96dcf8a](https://github.com/hpi-studyu/studyu/commit/b96dcf8a25def52dfc59bc65206177e0ab4a25d8))
- **FEAT**: initial study tags. ([615d5b62](https://github.com/hpi-studyu/studyu/commit/615d5b629a2ae5d9998d50b1a0f119fa62a2bc87))

#### `studyu_flutter_common` - `v1.6.2-dev.9`

- **REFACTOR**: rename .env.selfhost to .env.hpi. ([dae7d461](https://github.com/hpi-studyu/studyu/commit/dae7d4617a3a45df595172672851c0f61ff14de5))
- **REFACTOR**: rename .env.selfhost to .env.hpi. ([0c3d2252](https://github.com/hpi-studyu/studyu/commit/0c3d2252edaf7f564a417e5b8f4243161514cc37))
- **FIX**: upgrade deps. ([aa2cb251](https://github.com/hpi-studyu/studyu/commit/aa2cb2512e3db4e31f97edea8d2bccf55e91f9d2))


## 2023-07-05

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

- **FIX**: make analytics fully optional. ([67d58887](https://github.com/hpi-studyu/studyu/commit/67d588879a69a9105cd2e54c08f2a2feae1224a2))
- **FIX**: upgrade deps. ([aa2cb251](https://github.com/hpi-studyu/studyu/commit/aa2cb2512e3db4e31f97edea8d2bccf55e91f9d2))
- **FEAT**: make study tags reactive. ([f2f8ecaf](https://github.com/hpi-studyu/studyu/commit/f2f8ecafb4f21d21128ce089eb99608778b91e2e))

## 2.4.7

- **FIX**: upgrade deps (switch to wakelock_plus). ([177e5057](https://github.com/hpi-studyu/studyu/commit/177e5057fb41821a2f924ffda79e1faa3119859d))
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: studyu_app
version: 2.4.7
version: 2.5.0
description: An app to facilitate N-of-1 trials
publish_to: none
homepage: https://hpi.de/lippert/projects/studyu.html
Expand Down Expand Up @@ -37,8 +37,8 @@ dependencies:
sentry_flutter: ^7.9.0
sentry_logging: ^7.9.0
shared_preferences: ^2.2.0
studyu_core: ^4.3.0-dev.7
studyu_flutter_common: ^1.6.2-dev.8
studyu_core: ^4.3.0-dev.8
studyu_flutter_common: ^1.6.2-dev.9
supabase: ^1.11.0
supabase_flutter: ^1.10.13
timeline_tile: ^2.0.0
Expand Down
15 changes: 15 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 4.3.0-dev.8

- **FIX**: make analytics fully optional. ([67d58887](https://github.com/hpi-studyu/studyu/commit/67d588879a69a9105cd2e54c08f2a2feae1224a2))
- **FIX**: upgrade deps. ([aa2cb251](https://github.com/hpi-studyu/studyu/commit/aa2cb2512e3db4e31f97edea8d2bccf55e91f9d2))
- **FIX**: study was not returned completely. ([324e2ceb](https://github.com/hpi-studyu/studyu/commit/324e2ceb2afe25df5ee06cd2450865137efe7ae1))
- **FIX**: make Repo urls optional. ([d0a96ea8](https://github.com/hpi-studyu/studyu/commit/d0a96ea8413bed3e86a4448da6f06b35b4b9adca))
- **FIX**: tag color. ([9baddd1d](https://github.com/hpi-studyu/studyu/commit/9baddd1d3df22ebb45fa5117f724fd9b98b31b98))
- **FIX**: tag related sql. ([59882b7e](https://github.com/hpi-studyu/studyu/commit/59882b7e86b7145131733c4d6851cf621b676fc8))
- **FIX**: study_tags was null for new studies. ([db57e09f](https://github.com/hpi-studyu/studyu/commit/db57e09f841164b39d587c5ba6479a1f7a73b57e))
- **FIX**: make color nullable and int, add tags to dashboard. ([ef7532a3](https://github.com/hpi-studyu/studyu/commit/ef7532a3e571abd140cfbeee1e2e1b6fd14f9ed6))
- **FIX**: tag type. ([cf39195b](https://github.com/hpi-studyu/studyu/commit/cf39195b540fe6b65e4d600586041b3c19d90d52))
- **FEAT**: working tags with foreign key study_tag. ([8d4eaa92](https://github.com/hpi-studyu/studyu/commit/8d4eaa925c8a921bfa70f0afae6a57a155a55c9e))
- **FEAT**: display and update tags correctly. ([b96dcf8a](https://github.com/hpi-studyu/studyu/commit/b96dcf8a25def52dfc59bc65206177e0ab4a25d8))
- **FEAT**: initial study tags. ([615d5b62](https://github.com/hpi-studyu/studyu/commit/615d5b629a2ae5d9998d50b1a0f119fa62a2bc87))

## 4.3.0-dev.7

- **FIX**: upgrade deps (switch to wakelock_plus). ([177e5057](https://github.com/hpi-studyu/studyu/commit/177e5057fb41821a2f924ffda79e1faa3119859d))
Expand Down
2 changes: 1 addition & 1 deletion core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: studyu_core
version: 4.3.0-dev.7
version: 4.3.0-dev.8
description: This package contains StudyU models and common functions for the app and designer packages
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu
Expand Down
22 changes: 22 additions & 0 deletions designer_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 1.4.0

- **REFACTOR**: format. ([595a717f](https://github.com/hpi-studyu/studyu/commit/595a717f0e09a3ba311984ad1f4b584252e091ec))
- **REFACTOR**: pin changes to user_repository.dart. ([e6579c8b](https://github.com/hpi-studyu/studyu/commit/e6579c8bc9f6b9c5e828c81fe7d185ccbfa7f8d0))
- **REFACTOR**: cleanup. ([b4a987e7](https://github.com/hpi-studyu/studyu/commit/b4a987e7add7100a23f2366a83d6551b6d861567))
- **REFACTOR**: rename. ([c1bf13dd](https://github.com/hpi-studyu/studyu/commit/c1bf13dd8f0f8d1ea4ea3ee8fe4663c0700d486a))
- **REFACTOR**: make tags more reactive. ([d7cb5f30](https://github.com/hpi-studyu/studyu/commit/d7cb5f30f10834a3bf90c2b74e400cd7103846e0))
- **REFACTOR**: fix dashboard pin null value. ([eda8ccfb](https://github.com/hpi-studyu/studyu/commit/eda8ccfb3a0da3a1d6a2eb986c85bd24526aea0d))
- **FIX**: upgrade deps. ([aa2cb251](https://github.com/hpi-studyu/studyu/commit/aa2cb2512e3db4e31f97edea8d2bccf55e91f9d2))
- **FIX**: study was not returned completely. ([324e2ceb](https://github.com/hpi-studyu/studyu/commit/324e2ceb2afe25df5ee06cd2450865137efe7ae1))
- **FIX**: non-working pin. ([5729a096](https://github.com/hpi-studyu/studyu/commit/5729a096d599827026b68cfce910e6a78e309a35))
- **FIX**: tag color. ([9baddd1d](https://github.com/hpi-studyu/studyu/commit/9baddd1d3df22ebb45fa5117f724fd9b98b31b98))
- **FIX**: tag related sql. ([59882b7e](https://github.com/hpi-studyu/studyu/commit/59882b7e86b7145131733c4d6851cf621b676fc8))
- **FIX**: make color nullable and int, add tags to dashboard. ([ef7532a3](https://github.com/hpi-studyu/studyu/commit/ef7532a3e571abd140cfbeee1e2e1b6fd14f9ed6))
- **FIX**: update copyright. ([515785bd](https://github.com/hpi-studyu/studyu/commit/515785bd4717693d5cb65c7fd79a1c70ecf8c441))
- **FIX**: remove Designer V2 version number from page title. ([362a4fe5](https://github.com/hpi-studyu/studyu/commit/362a4fe5f5a31b4364d9695f8f2b7193d3ac811e))
- **FEAT**: make study tags reactive. ([f2f8ecaf](https://github.com/hpi-studyu/studyu/commit/f2f8ecafb4f21d21128ce089eb99608778b91e2e))
- **FEAT**: refactor Search to widget and make tags clickable. ([95f33064](https://github.com/hpi-studyu/studyu/commit/95f33064444b9e594d9497bc6321c529253ee0bd))
- **FEAT**: working tags with foreign key study_tag. ([8d4eaa92](https://github.com/hpi-studyu/studyu/commit/8d4eaa925c8a921bfa70f0afae6a57a155a55c9e))
- **FEAT**: display and update tags correctly. ([b96dcf8a](https://github.com/hpi-studyu/studyu/commit/b96dcf8a25def52dfc59bc65206177e0ab4a25d8))
- **FEAT**: initial study tags. ([615d5b62](https://github.com/hpi-studyu/studyu/commit/615d5b629a2ae5d9998d50b1a0f119fa62a2bc87))

## 1.3.9

- **FIX**: upgrade deps (switch to wakelock_plus). ([177e5057](https://github.com/hpi-studyu/studyu/commit/177e5057fb41821a2f924ffda79e1faa3119859d))
Expand Down
6 changes: 3 additions & 3 deletions designer_v2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: studyu_designer_v2
version: 1.3.9
version: 1.4.0
publish_to: none
description: Create digital N-of-1 studies with StudyU

Expand Down Expand Up @@ -30,8 +30,8 @@ dependencies:
reactive_multi_select_flutter: ^1.0.0
rxdart: ^0.27.7
shared_preferences: ^2.2.0
studyu_core: ^4.3.0-dev.7
studyu_flutter_common: ^1.6.2-dev.8
studyu_core: ^4.3.0-dev.8
studyu_flutter_common: ^1.6.2-dev.9
supabase: ^1.11.0
supabase_flutter: ^1.10.13
url_launcher: ^6.1.12
Expand Down
6 changes: 6 additions & 0 deletions flutter_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.2-dev.9

- **REFACTOR**: rename .env.selfhost to .env.hpi. ([dae7d461](https://github.com/hpi-studyu/studyu/commit/dae7d4617a3a45df595172672851c0f61ff14de5))
- **REFACTOR**: rename .env.selfhost to .env.hpi. ([0c3d2252](https://github.com/hpi-studyu/studyu/commit/0c3d2252edaf7f564a417e5b8f4243161514cc37))
- **FIX**: upgrade deps. ([aa2cb251](https://github.com/hpi-studyu/studyu/commit/aa2cb2512e3db4e31f97edea8d2bccf55e91f9d2))

## 1.6.2-dev.8

- **FIX**: upgrade deps (switch to wakelock_plus). ([177e5057](https://github.com/hpi-studyu/studyu/commit/177e5057fb41821a2f924ffda79e1faa3119859d))
Expand Down
4 changes: 2 additions & 2 deletions flutter_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: studyu_flutter_common
version: 1.6.2-dev.8
version: 1.6.2-dev.9
description: StudyU common flutter components and functions for app and designer
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu
Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
flutter_dotenv: ^5.1.0
shared_preferences: ^2.2.0
studyu_core: ^4.3.0-dev.7
studyu_core: ^4.3.0-dev.8
supabase_flutter: ^1.10.10
uuid: ^3.0.7

Expand Down

0 comments on commit 3405c2c

Please sign in to comment.