diff --git a/CHANGELOG.md b/CHANGELOG.md index 810300193..861e9660c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [13.0.1] - 2023-02-06 + +- Email template updates + ## [13.0.0] - 2023-02-01 ### Breaking changes diff --git a/lib/build/recipe/emailpassword/emaildelivery/services/smtp/passwordReset.js b/lib/build/recipe/emailpassword/emaildelivery/services/smtp/passwordReset.js index 58896b307..98973ca3a 100644 --- a/lib/build/recipe/emailpassword/emaildelivery/services/smtp/passwordReset.js +++ b/lib/build/recipe/emailpassword/emaildelivery/services/smtp/passwordReset.js @@ -499,13 +499,6 @@ function getPasswordResetEmailHTML(appName, email, resetLink) { text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, diff --git a/lib/build/recipe/emailverification/emaildelivery/services/smtp/emailVerify.js b/lib/build/recipe/emailverification/emaildelivery/services/smtp/emailVerify.js index a89ab822e..f79e47df4 100644 --- a/lib/build/recipe/emailverification/emaildelivery/services/smtp/emailVerify.js +++ b/lib/build/recipe/emailverification/emaildelivery/services/smtp/emailVerify.js @@ -499,13 +499,6 @@ function getEmailVerifyEmailHTML(appName, email, verificationLink) { text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, diff --git a/lib/build/recipe/passwordless/emaildelivery/services/smtp/passwordlessLogin.js b/lib/build/recipe/passwordless/emaildelivery/services/smtp/passwordlessLogin.js index 835283425..3b16cc9d6 100644 --- a/lib/build/recipe/passwordless/emaildelivery/services/smtp/passwordlessLogin.js +++ b/lib/build/recipe/passwordless/emaildelivery/services/smtp/passwordlessLogin.js @@ -506,13 +506,6 @@ function getPasswordlessLoginOTPBody(appName, email, codeLifetime, userInputCode text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, @@ -1421,13 +1414,6 @@ function getPasswordlessLoginURLLinkBody(appName, email, codeLifetime, urlWithLi text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, @@ -2351,13 +2337,6 @@ function getPasswordlessLoginOTPAndURLLinkBody(appName, email, codeLifetime, url text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index a60f668a7..6593a7c99 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1,4 +1,4 @@ // @ts-nocheck -export declare const version = "13.0.0"; +export declare const version = "13.0.1"; export declare const cdiSupported: string[]; export declare const dashboardVersion = "0.3"; diff --git a/lib/build/version.js b/lib/build/version.js index ea20aa0fe..baefb798f 100644 --- a/lib/build/version.js +++ b/lib/build/version.js @@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); * License for the specific language governing permissions and limitations * under the License. */ -exports.version = "13.0.0"; +exports.version = "13.0.1"; exports.cdiSupported = ["2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"]; // Note: The actual script import for dashboard uses v{DASHBOARD_VERSION} exports.dashboardVersion = "0.3"; diff --git a/lib/ts/recipe/emailpassword/emaildelivery/services/smtp/passwordReset.ts b/lib/ts/recipe/emailpassword/emaildelivery/services/smtp/passwordReset.ts index 648aeee52..ad04756ff 100644 --- a/lib/ts/recipe/emailpassword/emaildelivery/services/smtp/passwordReset.ts +++ b/lib/ts/recipe/emailpassword/emaildelivery/services/smtp/passwordReset.ts @@ -515,13 +515,6 @@ export function getPasswordResetEmailHTML(appName: string, email: string, resetL text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, diff --git a/lib/ts/recipe/emailverification/emaildelivery/services/smtp/emailVerify.ts b/lib/ts/recipe/emailverification/emaildelivery/services/smtp/emailVerify.ts index b242c5b9f..1844477c5 100644 --- a/lib/ts/recipe/emailverification/emaildelivery/services/smtp/emailVerify.ts +++ b/lib/ts/recipe/emailverification/emaildelivery/services/smtp/emailVerify.ts @@ -514,13 +514,6 @@ export function getEmailVerifyEmailHTML(appName: string, email: string, verifica text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, diff --git a/lib/ts/recipe/passwordless/emaildelivery/services/smtp/passwordlessLogin.ts b/lib/ts/recipe/passwordless/emaildelivery/services/smtp/passwordlessLogin.ts index f4c6e7bd7..3823e56d3 100644 --- a/lib/ts/recipe/passwordless/emaildelivery/services/smtp/passwordlessLogin.ts +++ b/lib/ts/recipe/passwordless/emaildelivery/services/smtp/passwordlessLogin.ts @@ -520,13 +520,6 @@ function getPasswordlessLoginOTPBody(appName: string, email: string, codeLifetim text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, @@ -1441,13 +1434,6 @@ function getPasswordlessLoginURLLinkBody( text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, @@ -2378,13 +2364,6 @@ function getPasswordlessLoginOTPAndURLLinkBody( text-decoration: underline; } - @media only screen and (min-width:768px) { - .templateContainer { - width: 600px !important; - } - - } - @media only screen and (max-width: 480px) { body, diff --git a/lib/ts/version.ts b/lib/ts/version.ts index 90aeb99c2..50c6e9c2c 100644 --- a/lib/ts/version.ts +++ b/lib/ts/version.ts @@ -12,7 +12,7 @@ * License for the specific language governing permissions and limitations * under the License. */ -export const version = "13.0.0"; +export const version = "13.0.1"; export const cdiSupported = ["2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"]; diff --git a/package-lock.json b/package-lock.json index 46a7ff7ad..a88e221f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertokens-node", - "version": "13.0.0", + "version": "13.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertokens-node", - "version": "13.0.0", + "version": "13.0.1", "license": "Apache-2.0", "dependencies": { "axios": "0.21.4", diff --git a/package.json b/package.json index e3aeeb2e8..116fe6fc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-node", - "version": "13.0.0", + "version": "13.0.1", "description": "NodeJS driver for SuperTokens core", "main": "index.js", "scripts": {