Skip to content

Commit

Permalink
chore: reverting version number skip and adding the intermediate FDI …
Browse files Browse the repository at this point in the history
…version as supported
  • Loading branch information
porcellus committed Oct 7, 2024
1 parent 8e86145 commit d48dee8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.49.0] - 2024-10-07
## [0.48.0] - 2024-10-07

### Changes

Expand Down
2 changes: 1 addition & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains a list of frontend-backend interface versions that this package supports",
"versions": ["4.0"]
"versions": ["3.1", "4.0"]
}
2 changes: 1 addition & 1 deletion lib/build/genericComponentOverrideContext.js

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

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.

2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const package_version = "0.49.0";
export const package_version = "0.48.0";
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertokens-auth-react",
"version": "0.49.0",
"version": "0.48.0",
"description": "ReactJS SDK that provides login functionality with SuperTokens.",
"main": "./index.js",
"engines": {
Expand Down Expand Up @@ -98,7 +98,7 @@
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"supertokens-web-js": "github:supertokens/supertokens-web-js#0.15"
"supertokens-web-js": "github:supertokens/supertokens-web-js#0.14"
},
"scripts": {
"init": "bash ./init.sh",
Expand Down
2 changes: 1 addition & 1 deletion webJsInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains the web js interface version that this package supports",
"version": "0.11"
"version": "0.10"
}

0 comments on commit d48dee8

Please sign in to comment.