Skip to content

Commit bf98e2f

Browse files
committed
Update CHANGELOG
1 parent 716b3ed commit bf98e2f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/health/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 13.0.1
2+
3+
* Refactored Swift native implementation - See PR [#1175](https://github.com/cph-cachet/flutter-plugins/pull/1175) and [#1208](https://github.com/cph-cachet/flutter-plugins/pull/1208) for more information:
4+
```
5+
SwiftHealthPlugin (Main Plugin Class)
6+
├── HealthDataReader (Reading health data)
7+
├── HealthDataWriter (Writing health data)
8+
├── HealthDataOperations (Permissions and deletion)
9+
├── HealthUtilities (Helper functions)
10+
└── HealthConstants (Constants and enums)
11+
```
12+
113
## 13.0.0
214

315
* Refactored Swift native implementation

packages/health/ios/health.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'health'
6-
s.version = '13.0.0'
6+
s.version = '13.0.1'
77
s.summary = 'Wrapper for Apple\'s HealthKit on iOS and Google\'s Health Connect on Android.'
88
s.description = <<-DESC
99
Wrapper for Apple's HealthKit on iOS and Google's Health Connect on Android.

packages/health/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: health
22
description: Wrapper for Apple's HealthKit on iOS and Google's Health Connect on Android.
3-
version: 13.0.0
3+
version: 13.0.1
44
homepage: https://github.com/cph-cachet/flutter-plugins/tree/master/packages/health
55

66
environment:

0 commit comments

Comments
 (0)