Skip to content

Commit 4d978d1

Browse files
committed
bumps version and adds compatibility with FDI 1.15
1 parent 5d5cc49 commit 4d978d1

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

CHANGELOG.md

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

77
## [unreleased]
88

9+
## [3.2.0] - 2022-09-17
10+
911
### Changes
1012

1113
- Adds client id when initialising Google in the example app server
14+
- Adds compatibility with FDI 1.15
1215

1316
## [3.1.0] - 2022-03-24
1417
- Adds FDI 1.14 in FDI array support

frontendDriverInterfaceSupported.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"1.11",
88
"1.12",
99
"1.13",
10-
"1.14"
10+
"1.14",
11+
"1.15"
1112
]
1213
}

lib/build/version.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const package_version = "3.1.0";
15+
export const package_version = "3.2.0";
1616

17-
export const supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14"];
17+
export const supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14", "1.15"];

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supertokens-react-native",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "React Native SDK for SuperTokens",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)