Skip to content

Commit 2db512b

Browse files
authored
fix(datastore): Sync Issues (#963)
* Bump iOS * Bump version * Bump version * Update Changelogs * Update changelogs * Update changelogs
1 parent 49529a0 commit 2db512b

File tree

31 files changed

+120
-52
lines changed

31 files changed

+120
-52
lines changed

packages/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.5 (2021-10-12)
2+
13
## 0.2.4 (2021-09-10)
24

35
### Fixes

packages/amplify_analytics_pinpoint/ios/amplify_analytics_pinpoint.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This code is the iOS part of the Amplify Flutter Pinpoint Analytics Plugin. The
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Amplify', '~> 1.13.0'
19-
s.dependency 'AmplifyPlugins/AWSPinpointAnalyticsPlugin', '~> 1.13.0'
18+
s.dependency 'Amplify', '~> 1.15.0'
19+
s.dependency 'AmplifyPlugins/AWSPinpointAnalyticsPlugin', '~> 1.15.0'
2020
s.dependency 'amplify_core'
2121
s.platform = :ios, '11.0'
2222

packages/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 0.2.4
3+
version: 0.2.5
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_pinpoint
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.20.0"
99

1010
dependencies:
11-
amplify_analytics_plugin_interface: 0.2.4
12-
amplify_core: 0.2.4
11+
amplify_analytics_plugin_interface: 0.2.5
12+
amplify_core: 0.2.5
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_analytics_plugin_interface/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.5 (2021-10-12)
2+
13
## 0.2.4 (2021-09-10)
24

35
### Fixes

packages/amplify_analytics_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: amplify_analytics_plugin_interface
22
description: The platform interface for the analytics module of Amplify Flutter.
3-
version: 0.2.4
3+
version: 0.2.5
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_plugin_interface
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88

99
dependencies:
10-
amplify_core: 0.2.4
10+
amplify_core: 0.2.5
1111
flutter:
1212
sdk: flutter
1313
meta: ^1.1.8

packages/amplify_api/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.5 (2021-10-12)
2+
3+
### Fixes
4+
- fix(api): Fix API auth for REST
5+
16
## 0.2.4 (2021-09-10)
27

38
### Fixes

packages/amplify_api/ios/amplify_api.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The API module for Amplify Flutter.
1515
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Amplify', '~> 1.13.0'
19-
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '~> 1.13.0'
18+
s.dependency 'Amplify', '~> 1.15.0'
19+
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '~> 1.15.0'
2020
s.dependency 'amplify_core'
2121
s.platform = :ios, '11.0'
2222

packages/amplify_api/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: amplify_api
22
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
3-
version: 0.2.4
3+
version: 0.2.5
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.20.0"
99

1010
dependencies:
11-
amplify_api_plugin_interface: 0.2.4
12-
amplify_core: 0.2.4
11+
amplify_api_plugin_interface: 0.2.5
12+
amplify_core: 0.2.5
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_api_plugin_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.5 (2021-10-12)
2+
3+
### Fixes
4+
- fix(api): Fix API auth for REST
5+
16
## 0.2.4 (2021-09-10)
27

38
### Fixes

packages/amplify_api_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: amplify_api_plugin_interface
22
description: The platform interface for the API module of Amplify Flutter.
3-
version: 0.2.4
3+
version: 0.2.5
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api_plugin_interface
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.17.0"
99

1010
dependencies:
11-
amplify_core: 0.2.4
11+
amplify_core: 0.2.5
1212
collection: ^1.15.0
1313
flutter:
1414
sdk: flutter

0 commit comments

Comments
 (0)