Skip to content

Commit 9177c8e

Browse files
Merge pull request #66 from supertokens/chore/add_supported_fdi
chore: add new version to supported FDIs
2 parents 4f63e3d + 4a19758 commit 9177c8e

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.3] - 2024-10-29
10+
11+
### Changes
12+
13+
- Added new FDI version support: 3.1, 4.0
14+
915
## [0.6.2] - 2024-09-27
1016

1117
- Adds support for debug logs using a `debug` option in the init() method of the SDK.

frontendDriverInterfaceSupported.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"1.18",
77
"1.19",
88
"2.0",
9-
"3.0"
9+
"3.0",
10+
"3.1",
11+
"4.0"
1012
]
1113
}

lib/src/version.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ class Version {
55
"1.18",
66
"1.19",
77
"2.0",
8-
"3.0"
8+
"3.0",
9+
"3.1",
10+
"4.0"
911
];
10-
static String sdkVersion = "0.6.2";
12+
static String sdkVersion = "0.6.3";
1113
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: supertokens_flutter
22
description: SuperTokens SDK for Flutter apps
3-
version: 0.6.2
3+
version: 0.6.3
44
homepage: https://supertokens.com/
55
repository: https://github.com/supertokens/supertokens-flutter
66
issue_tracker: https://github.com/supertokens/supertokens-flutter/issues

0 commit comments

Comments
 (0)