Skip to content

Commit 34ebc0b

Browse files
authored
Merge pull request #604 from carp-dk/chore/bump-for-serializable-3
chore: bump packages for carp_serializable ^3.0.0
2 parents b868d5a + 88a2a56 commit 34ebc0b

31 files changed

Lines changed: 173 additions & 43 deletions

File tree

backends/carp_backend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.0
2+
3+
* require `carp_serializable` ^3.0.0, which replaces the built-in `Uuid` with the [uuid](https://pub.dev/packages/uuid) package
4+
15
## 2.0.1
26

37
* Update carp_webservices to ^4.1.1

backends/carp_backend/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: carp_backend
2-
version: 2.0.1
2+
version: 2.1.0
33
description: CARP data backend for CARP Mobile Sensing. Supports downloading study deployments and uploading data from/to a CARP Web Service (CAWS) server.
44
homepage: https://github.com/cph-cachet/carp.sensing-flutter
55
repository: https://github.com/carp-dk/carp.sensing-flutter/tree/main/backends/carp_backend
@@ -29,9 +29,9 @@ dependencies:
2929
sqflite: ^2.2.0
3030

3131
carp_serializable: ^3.0.0
32-
carp_core: ^2.0.0
33-
carp_mobile_sensing: ^2.0.0
34-
carp_webservices: ^4.1.1
32+
carp_core: ^2.2.0
33+
carp_mobile_sensing: ^2.2.0
34+
carp_webservices: ^4.2.0
3535

3636
research_package: ^2.0.0
3737

backends/carp_webservices/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.2.0
2+
3+
* require `carp_serializable` ^3.0.0, which replaces the built-in `Uuid` with the [uuid](https://pub.dev/packages/uuid) package
4+
15
## 4.1.1
26

37
* Fix of [#581](https://github.com/carp-dk/carp.sensing-flutter/issues/581)

backends/carp_webservices/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: carp_webservices
2-
version: 4.1.1
2+
version: 4.2.0
33
description: Flutter API for accessing the CARP web services, including authentication, deployments, data, files, and collections of documents.
44
homepage: https://github.com/cph-cachet/carp.sensing-flutter
55
repository: https://github.com/carp-dk/carp.sensing-flutter/tree/main/backends/carp_webservices
@@ -25,8 +25,8 @@ dependencies:
2525
sdk: flutter
2626

2727
carp_serializable: ^3.0.0
28-
carp_core: ^2.1.2
29-
carp_mobile_sensing: ^2.1.2
28+
carp_core: ^2.2.0
29+
carp_mobile_sensing: ^2.2.0
3030

3131
http: ^1.6.0
3232
json_annotation: ^4.12.0

carp_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.0
2+
3+
* require `carp_serializable` ^3.0.0, which replaces the built-in `Uuid` with the [uuid](https://pub.dev/packages/uuid) package
4+
15
## 2.1.2
26

37
* fix of issue [#561](https://github.com/carp-dk/carp.sensing-flutter/issues/561)

carp_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: carp_core
2-
version: 2.1.2
2+
version: 2.2.0
33
description: The core domain model for the Copenhagen Research Platform (CARP) in Dart.
44

55
# Note that the following URLs to GitHub should use the old 'cph-cachet' name.

carp_mobile_sensing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.0
2+
3+
* require `carp_serializable` ^3.0.0, which replaces the built-in `Uuid` with the [uuid](https://pub.dev/packages/uuid) package
4+
15
## 2.1.7
26

37
* resume a connectable device's task control executors when it connects after the study has started - previously they stayed paused and the device never sampled

carp_mobile_sensing/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: carp_mobile_sensing
2-
version: 2.1.8
2+
version: 2.2.0
33
description: Mobile Sensing Framework for Flutter. A software framework for collecting sensor data from the phone and attached wearable devices via probes. Can be extended.
44

55
# Note that the following URLs to GitHub should use the old 'cph-cachet' name.
@@ -29,7 +29,7 @@ dependencies:
2929
sdk: flutter
3030

3131
carp_serializable: ^3.0.0 # polymorphic json serialization
32-
carp_core: ^2.1.0 # the core CARP domain model
32+
carp_core: ^2.2.0 # the core CARP domain model
3333

3434
json_annotation: ^4.8.0
3535
system_info2: ^4.0.0

packages/carp_apps_package/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.0
2+
3+
* require `carp_serializable` ^3.0.0, which replaces the built-in `Uuid` with the [uuid](https://pub.dev/packages/uuid) package
4+
15
## 2.0.0
26

37
* upgrade to CARP Core and CAMS API level 2.0.0

packages/carp_apps_package/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: carp_apps_package
2-
version: 2.0.0
2+
version: 2.1.0
33
description: Apps sampling package for the CARP Mobile Sensing framework (Android only).
44
homepage: https://github.com/cph-cachet/carp.sensing-flutter
55
repository: https://github.com/cph-cachet/carp.sensing-flutter/tree/main/packages/carp_apps_package
@@ -25,8 +25,8 @@ dependencies:
2525
sdk: flutter
2626

2727
carp_serializable: ^3.0.0
28-
carp_core: ^2.0.0
29-
carp_mobile_sensing: ^2.0.0
28+
carp_core: ^2.2.0
29+
carp_mobile_sensing: ^2.2.0
3030

3131
app_usage: ^4.0.0
3232
installed_apps: ^2.0.0

0 commit comments

Comments
 (0)