Skip to content

Commit 422bdd9

Browse files
committed
bumps version for new web-js version
1 parent c1271aa commit 422bdd9

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [0.44.0] - 2024-07-15
11+
12+
- Removes the default `maxAgeInSeconds` value (previously 300 seconds) in EmailVerification Claim. If the claim value is true and `maxAgeInSeconds` is not provided, it will not be refreshed.
13+
1014
## [0.43.1] - 2024-07-15
1115

1216
- Fixes to e2e test

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.43.1";
15+
export const package_version = "0.44.0";

package-lock.json

Lines changed: 2 additions & 2 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.43.1",
3+
"version": "0.44.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": "^0.12.0"
101+
"supertokens-web-js": "^0.13.0"
102102
},
103103
"scripts": {
104104
"init": "bash ./init.sh",

0 commit comments

Comments
 (0)