Skip to content

Commit d48dee8

Browse files
committed
chore: reverting version number skip and adding the intermediate FDI version as supported
1 parent 8e86145 commit d48dee8

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

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

1212
### Changes
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_comment": "contains a list of frontend-backend interface versions that this package supports",
3-
"versions": ["4.0"]
3+
"versions": ["3.1", "4.0"]
44
}

lib/build/genericComponentOverrideContext.js

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.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/ts/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const package_version = "0.49.0";
15+
export const package_version = "0.48.0";

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supertokens-auth-react",
3-
"version": "0.49.0",
3+
"version": "0.48.0",
44
"description": "ReactJS SDK that provides login functionality with SuperTokens.",
55
"main": "./index.js",
66
"engines": {
@@ -98,7 +98,7 @@
9898
"peerDependencies": {
9999
"react": ">=16.8.0",
100100
"react-dom": ">=16.8.0",
101-
"supertokens-web-js": "github:supertokens/supertokens-web-js#0.15"
101+
"supertokens-web-js": "github:supertokens/supertokens-web-js#0.14"
102102
},
103103
"scripts": {
104104
"init": "bash ./init.sh",

webJsInterfaceSupported.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_comment": "contains the web js interface version that this package supports",
3-
"version": "0.11"
3+
"version": "0.10"
44
}

0 commit comments

Comments
 (0)