Skip to content

Commit bacbe37

Browse files
Dillon Nysdnys1
authored andcommitted
chore(version): Bump version
### Fixes - fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](#3148)) - fix(auth): Attribute key equality ([#3136](#3136)) - fix(auth): `signOut` after user deletion ([#3162](#3162)) - fix(core): Disallowed JS tearoff ([#3150](#3150)) - fix(storage): API doc errors ### Features - feat(auth): ASF - feat(storage): using path style URLs when bucket name contains dots Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
1 parent 476cab8 commit bacbe37

File tree

55 files changed

+241
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+241
-118
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.2.0
2+
3+
### Fixes
4+
- fix(auth): Attribute key equality ([#3136](https://github.com/aws-amplify/amplify-flutter/pull/3136))
5+
- fix(auth): `signOut` after user deletion ([#3162](https://github.com/aws-amplify/amplify-flutter/pull/3162))
6+
7+
### Features
8+
- feat(storage): using path style URLs when bucket name contains dots
9+
110
## 1.1.1
211

312
### Fixes

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter
22
description: The top level Flutter package for the AWS Amplify libraries.
3-
version: 1.1.1
3+
version: 1.2.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,9 +19,9 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_core: ">=1.1.1 <1.2.0"
23-
amplify_secure_storage: ">=0.4.0 <0.5.0"
24-
aws_common: ">=0.5.0+1 <0.6.0"
22+
amplify_core: ">=1.2.0 <1.3.0"
23+
amplify_secure_storage: ">=0.4.0+1 <0.5.0"
24+
aws_common: ">=0.5.0+2 <0.6.0"
2525
collection: ^1.15.0
2626
flutter:
2727
sdk: flutter

packages/amplify_core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.2.0
2+
3+
### Fixes
4+
- fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](https://github.com/aws-amplify/amplify-flutter/pull/3148))
5+
- fix(auth): Attribute key equality ([#3136](https://github.com/aws-amplify/amplify-flutter/pull/3136))
6+
- fix(auth): `signOut` after user deletion ([#3162](https://github.com/aws-amplify/amplify-flutter/pull/3162))
7+
- fix(storage): API doc errors
8+
9+
### Features
10+
- feat(storage): using path style URLs when bucket name contains dots
11+
112
## 1.1.1
213

314
### Fixes

packages/amplify_core/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_core/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_core
22
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
3-
version: 1.1.1
3+
version: 1.2.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,8 +10,8 @@ environment:
1010

1111
dependencies:
1212
async: ^2.10.0
13-
aws_common: ">=0.5.0+1 <0.6.0"
14-
aws_signature_v4: ">=0.4.0+1 <0.5.0"
13+
aws_common: ">=0.5.0+2 <0.6.0"
14+
aws_signature_v4: ">=0.4.0+2 <0.5.0"
1515
collection: ^1.15.0
1616
intl: ">=0.18.0 <1.0.0"
1717
json_annotation: ">=4.8.1 <4.9.0"

packages/amplify_datastore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0-supports-only-mobile
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.1.0-supports-only-mobile+1
26

37
### Fixes

packages/amplify_datastore/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore
22
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
3-
version: 1.1.0-supports-only-mobile+1
3+
version: 1.2.0-supports-only-mobile
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -12,8 +12,8 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
amplify_datastore_plugin_interface: ">=1.1.0 <1.2.0"
16-
amplify_core: ">=1.1.1 <1.2.0"
15+
amplify_datastore_plugin_interface: ">=1.2.0 <1.3.0"
16+
amplify_core: ">=1.2.0 <1.3.0"
1717
plugin_platform_interface: ^2.0.0
1818
meta: ^1.7.0
1919
collection: ^1.14.13

packages/amplify_datastore_plugin_interface/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.2.1
2+
3+
- Minor bug fixes and improvements
4+
5+
## 1.2.0
6+
7+
- Minor bug fixes and improvements
8+
19
## 1.1.0
210

311
- Minor bug fixes and improvements

packages/amplify_datastore_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore_plugin_interface
22
description: The platform interface for the DataStore module of Amplify Flutter.
3-
version: 1.1.0
3+
version: 1.2.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=3.10.0"
1111

1212
dependencies:
13-
amplify_core: ">=1.1.0 <1.2.0"
13+
amplify_core: ">=1.2.0 <1.3.0"
1414
collection: ^1.15.0
1515
flutter:
1616
sdk: flutter

packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.1.1
26

37
- Minor bug fixes and improvements

0 commit comments

Comments
 (0)