Skip to content

Commit

Permalink
Merge pull request #40 from supertokens/fdi-update
Browse files Browse the repository at this point in the history
chore: Update FDI version to include 1.18
  • Loading branch information
rishabhpoddar authored Sep 14, 2023
2 parents 3182637 + 21676bc commit aba2f12
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.8] - 2023-09-13

- Adds 1.18 to the list of supported FDI versions

## [0.2.7] - 2023-07-31

- Updates supported FDI versions to include
Expand Down
3 changes: 2 additions & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"_comment": "contains a list of frontend-backend interface versions that this package supports",
"versions": [
"1.16",
"1.17"
"1.17",
"1.18"
]
}
4 changes: 2 additions & 2 deletions lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Version {
static List<String> supported_fdi = ["1.16", "1.17"];
static String sdkVersion = "0.2.7";
static List<String> supported_fdi = ["1.16", "1.17", "1.18"];
static String sdkVersion = "0.2.8";
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supertokens_flutter
description: SuperTokens SDK for Flutter apps
version: 0.2.7
version: 0.2.8
homepage: https://supertokens.com/
repository: https://github.com/supertokens/supertokens-flutter
issue_tracker: https://github.com/supertokens/supertokens-flutter/issues
Expand Down

0 comments on commit aba2f12

Please sign in to comment.