Skip to content

Commit

Permalink
chore: add new version to supported FDIs
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 29, 2024
1 parent 4934209 commit 7a11a08
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [5.1.3] - 2024-10-29

### Changes

- Added new FDI version support: 3.1, 4.0

## [5.1.2] - 2024-07-12

### Changes
Expand Down
4 changes: 3 additions & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"1.18",
"1.19",
"2.0",
"3.0"
"3.0",
"3.1",
"4.0"
]
}
2 changes: 1 addition & 1 deletion lib/build/version.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const package_version = "5.1.2";
export const package_version = "5.1.3";

export const supported_fdi = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0"];
export const supported_fdi = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0", "3.1", "4.0"];
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertokens-react-native",
"version": "5.1.2",
"version": "5.1.3",
"description": "React Native SDK for SuperTokens",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7a11a08

Please sign in to comment.