Skip to content

Commit

Permalink
Bump version to 0.3.0 (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 authored Jan 20, 2022
1 parent ce28ad7 commit 7ab62be
Show file tree
Hide file tree
Showing 26 changed files with 119 additions and 180 deletions.
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ dependencies:
flutter:
sdk: flutter
file_picker: ^4.0.0
amplify_flutter: 0.3.0-rc.4
amplify_analytics_pinpoint: 0.3.0-rc.4
amplify_auth_cognito: 0.3.0-rc.4
amplify_storage_s3: 0.3.0-rc.4
amplify_flutter: 0.3.0
amplify_analytics_pinpoint: 0.3.0
amplify_auth_cognito: 0.3.0
amplify_storage_s3: 0.3.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
Expand Down
8 changes: 1 addition & 7 deletions packages/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## 0.3.0-rc.4 (2022-01-12)

## 0.3.0-rc.3 (2021-12-08)

## 0.3.0-rc.2 (2021-11-08)

## 0.3.0-rc.1 (2021-09-24)
## 0.3.0 (2022-01-20)

## 0.2.10 (2021-11-23)

Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 0.3.0-rc.4
version: 0.3.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_pinpoint

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"

dependencies:
amplify_analytics_plugin_interface: 0.3.0-rc.4
amplify_core: 0.3.0-rc.4
amplify_analytics_plugin_interface: 0.3.0
amplify_core: 0.3.0
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.0
Expand Down
8 changes: 1 addition & 7 deletions packages/amplify_analytics_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## 0.3.0-rc.4 (2022-01-12)

## 0.3.0-rc.3 (2021-12-08)

## 0.3.0-rc.2 (2021-11-08)

## 0.3.0-rc.1 (2021-09-24)
## 0.3.0 (2022-01-20)

## 0.2.10 (2021-11-23)

Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_analytics_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: amplify_analytics_plugin_interface
description: The platform interface for the analytics module of Amplify Flutter.
version: 0.3.0-rc.4
version: 0.3.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_plugin_interface

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
amplify_core: 0.3.0-rc.4
amplify_core: 0.3.0
flutter:
sdk: flutter
meta: ^1.1.8
Expand Down
21 changes: 6 additions & 15 deletions packages/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
## 0.3.0-rc.4 (2022-01-12)

### Fixes

- fix(amplify_api): remove tabs from graphql document strings in android (#1178)

## 0.3.0-rc.3 (2021-12-08)

## 0.3.0-rc.2 (2021-11-08)

### Fixes

- fix(api): OIDC Fixes for REST/GraphQL

## 0.3.0-rc.1 (2021-09-24)
## 0.3.0 (2022-01-20)

### Breaking Changes

Expand All @@ -22,6 +8,11 @@

- feat(api): GraphQL Subscription Stream (#905)

### Fixes

- fix(api): remove tabs from graphql document strings in android (#1178)
- fix(api): OIDC Fixes for REST/GraphQL

## 0.2.10 (2021-11-23)

## 0.2.9 (2021-11-17)
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: amplify_api
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 0.3.0-rc.4
version: 0.3.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"

dependencies:
amplify_api_plugin_interface: 0.3.0-rc.4
amplify_core: 0.3.0-rc.4
amplify_api_plugin_interface: 0.3.0
amplify_core: 0.3.0
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.0
Expand Down
17 changes: 6 additions & 11 deletions packages/amplify_api_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
## 0.3.0-rc.4 (2022-01-12)

## 0.3.0-rc.3 (2021-12-08)

## 0.3.0-rc.2 (2021-11-08)

### Fixes

- fix(api): OIDC Fixes for REST/GraphQL

## 0.3.0-rc.1 (2021-09-24)
## 0.3.0 (2022-01-20)

### Breaking Changes

Expand All @@ -18,6 +8,10 @@

- feat(api): GraphQL Subscription Stream (#905)

### Fixes

- fix(api): OIDC Fixes for REST/GraphQL

## 0.2.10 (2021-11-23)

## 0.2.9 (2021-11-17)
Expand All @@ -39,6 +33,7 @@
## 0.2.5 (2021-10-14)

### Fixes

- fix(api): OIDC/Lambda changes for DataStore

## 0.2.4 (2021-09-10)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_api_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: amplify_api_plugin_interface
description: The platform interface for the API module of Amplify Flutter.
version: 0.3.0-rc.4
version: 0.3.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api_plugin_interface

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"

dependencies:
amplify_core: 0.3.0-rc.4
amplify_core: 0.3.0
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
18 changes: 5 additions & 13 deletions packages/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
## 0.3.0-rc.4 (2022-01-12)

## 0.3.0-rc.3 (2021-12-08)

### Fixes

- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169)

## 0.3.0-rc.2 (2021-11-08)

## 0.3.0-rc.1 (2021-09-24)
## 0.3.0 (2022-01-20)

### Breaking Changes

Expand All @@ -17,8 +7,9 @@

### Fixes

- break(amplify_auth_cognito): throw SignedOutException (#893)
- break(amplify_auth_cognito): fixes getCurrentUser disparity (#894)
- fix(amplify_auth_cognito): throw SignedOutException (#893)
- fix(amplify_auth_cognito): fixes getCurrentUser disparity (#894)
- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169)

## 0.2.10 (2021-11-23)

Expand Down Expand Up @@ -48,6 +39,7 @@
## 0.2.5 (2021-10-14)

### Fixes

- fix(auth): Add global sign out
- fix(auth): Support `preferPrivateSession` flag

Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
version: 0.3.0-rc.4
version: 0.3.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_auth_cognito

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_auth_plugin_interface: 0.3.0-rc.4
amplify_core: 0.3.0-rc.4
amplify_auth_plugin_interface: 0.3.0
amplify_core: 0.3.0
collection: ^1.15.0
plugin_platform_interface: ^2.0.0

Expand Down
9 changes: 2 additions & 7 deletions packages/amplify_auth_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
## 0.3.0-rc.4 (2022-01-12)

## 0.3.0-rc.3 (2021-12-08)
## 0.3.0 (2022-01-20)

### Fixes

- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169)

## 0.3.0-rc.2 (2021-11-08)

## 0.3.0-rc.1 (2021-09-24)

## 0.2.10 (2021-11-23)

### Fixes
Expand All @@ -32,6 +26,7 @@
## 0.2.5 (2021-10-14)

### Fixes

- fix(auth): Add global sign out
- fix(auth): Support `preferPrivateSession` flag

Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_auth_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_plugin_interface
description: The platform interface for the auth module of Amplify Flutter.
version: 0.3.0-rc.4
version: 0.3.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_auth_plugin_interface

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.1.8
amplify_core: 0.3.0-rc.4
amplify_core: 0.3.0

dev_dependencies:
amplify_test:
Expand Down
12 changes: 2 additions & 10 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## 0.3.0-rc.4 (2022-01-12)

## 0.3.0-rc.3 (2021-12-08)
## 0.3.0 (2022-01-20)

### Features

Expand All @@ -11,15 +9,8 @@

- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169)
- fix(amplify_datastore): fix error map from ios (#1126)

## 0.3.0-rc.2 (2021-11-08)

### Fixes

- fix(api): OIDC Fixes for REST/GraphQL

## 0.3.0-rc.1 (2021-09-24)

## 0.2.10 (2021-11-23)

### Fixes
Expand Down Expand Up @@ -67,6 +58,7 @@
## 0.2.5 (2021-10-14)

### Fixes

- fix(datastore): Sync issues with owner-based auth
- fix(datastore): Ensure attaching nested model schema
- fix(datastore): Timeout period not increasing
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_core
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 0.3.0-rc.4
version: 0.3.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core

environment:
Expand Down
45 changes: 14 additions & 31 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,43 @@
## 0.3.0-rc.4 (2022-01-12)
## 0.3.0 (2022-01-20)

### Fixes

- fix(datastore): configure function triggers initial sync unexpectedly (#986)

## 0.3.0-rc.3 (2021-12-08)

### Fixes

- fix (amplify_datastore): fix error map from ios (#1126)

## 0.3.0-rc.2 (2021-11-08)

This release candidate requires a preview version of `@aws-amplify/cli`. To uninstall `@aws-amplify/cli` release version and install preview version by running following command.
This version requires version `>=7.6.10` of `@aws-amplify/cli`. You can install the latest version by running the command:

```
npm uninstall -g @aws-amplify/cli && npm install -g @aws-amplify/cli@7.7.0-flutter-preview.1
npm install -g @aws-amplify/cli
```

and to regenerate models by running following command.
and to regenerate models, run the following command:

```
amplify codegen models
```

### Breaking Changes

- `ModelProvider` and `ModelField` Interface Changes
- `ModelProvider` and `ModelField` interface changes

**How to migrate?**
**How to Migrate:**

- Install the required version of `@aws-amplify/cli` for this release candidate described at the beginning of this section
- Install the required version of `@aws-amplify/cli` described at the beginning of this section
- Run `amplify codegen models` to regenerate models

### Features

- feat: Add CustomType functionality (#847)
- feat: Add ModelField ReadOnly support (#599)

## 0.3.0-rc.1 (2021-09-24)

### Breaking Changes

- This version introduces a breaking change to Android Apps as an existing bug writes `Double` and `Boolean` values as `TEXT` in local SQLite database. The fix corrects this behavior. Hence, directly applying this fix may raise SQL error while reading from and writing to local database.

**How to migrate?**
Invoke [`Amplify.DataStore.clear()`](https://docs.amplify.aws/lib/datastore/sync/q/platform/flutter/#clear-local-data) on App start after upgrading to the latest version of amplify-flutter. This API clears and recreates local database table with correct schema.
**How to Migrate:**

Invoke [`Amplify.DataStore.clear()`](https://docs.amplify.aws/lib/datastore/sync/q/platform/flutter/#clear-local-data) on App start after upgrading to the latest version of Amplify Flutter. This API clears and recreates local database table with correct schema.

NOTE: Data stored in local database and not synced to cloud will be lost, as [local migration is not supported](https://docs.amplify.aws/lib/datastore/schema-updates/q/platform/flutter/#local-migrations).

### Features

- feat: Add CustomType functionality (#920)
- feat(datastore): Add CustomType functionality (#847)
- feat(datastore): Add ModelField ReadOnly support (#599)

### Fixes

- fix(datastore): configure function triggers initial sync unexpectedly (#986)
- fix(datastore): fix error map from ios (#1126)
- break(datastore): cannot saving boolean as integer in SQLite (#895)

## 0.2.10 (2021-11-23)
Expand Down
Loading

0 comments on commit 7ab62be

Please sign in to comment.