Skip to content

Commit 950ac8c

Browse files
committed
Bump Version to 1.6.1
1 parent 89edddf commit 950ac8c

File tree

28 files changed

+77
-28
lines changed

28 files changed

+77
-28
lines changed

packages/amplify_core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.1
2+
3+
### Fixes
4+
- fix(core): pub docs ([#4049](https://github.com/aws-amplify/amplify-flutter/pull/4049))
5+
16
## 1.6.0
27

38
### Features

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: 2 additions & 2 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.6.0
3+
version: 1.6.1
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
@@ -23,7 +23,7 @@ dependencies:
2323
uuid: ">=3.0.6 <=3.0.7"
2424

2525
dev_dependencies:
26-
amplify_lints: ">=3.0.0 <3.1.0"
26+
amplify_lints: ">=3.0.1 <3.1.0"
2727
build_runner: ^2.4.0
2828
build_test: ^2.1.5
2929
build_version: ^2.1.1

packages/amplify_lints/CHANGELOG.md

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

37
### Breaking Changes

packages/amplify_lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_lints
22
description: The lint rules used in developing Amplify Flutter packages and plugins.
3-
version: 3.0.0
3+
version: 3.0.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_lints
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

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.6.1
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.6.0
26

37
### Fixes

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 1.6.0
3+
version: 1.6.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -20,7 +20,7 @@ platforms:
2020

2121
dependencies:
2222
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
23-
amplify_core: ">=1.6.0 <1.7.0"
23+
amplify_core: ">=1.6.1 <1.7.0"
2424
amplify_db_common: ">=0.3.3 <0.4.0"
2525
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
2626
aws_common: ">=0.6.0 <0.7.0"
@@ -32,7 +32,7 @@ dependencies:
3232
path_provider: ^2.0.0
3333

3434
dev_dependencies:
35-
amplify_lints: ">=3.0.0 <3.1.0"
35+
amplify_lints: ">=3.0.1 <3.1.0"
3636
flutter_test:
3737
sdk: flutter
3838
pigeon: ^11.0.0

packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md

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

37
### Fixes

packages/analytics/amplify_analytics_pinpoint_dart/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/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint_dart
22
description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint.
3-
version: 0.3.3
3+
version: 0.3.4
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.0.0
1010

1111
dependencies:
12-
amplify_core: ">=1.6.0 <1.7.0"
12+
amplify_core: ">=1.6.1 <1.7.0"
1313
amplify_db_common_dart: ">=0.3.3 <0.4.0"
1414
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
1515
aws_common: ">=0.6.0 <0.7.0"
@@ -21,7 +21,7 @@ dependencies:
2121
intl: ">=0.18.0 <1.0.0"
2222
meta: ^1.7.0
2323
path: ^1.8.0
24-
smithy: ">=0.6.0 <0.7.0"
24+
smithy: ">=0.6.1 <0.7.0"
2525
smithy_aws: ">=0.6.0 <0.7.0"
2626
uuid: ">=3.0.6 <=3.0.7"
2727

0 commit comments

Comments
 (0)