diff --git a/sources/patches/app-02-email.patch b/sources/patches/app-02-email.patch index 475ab66..dbb8633 100644 --- a/sources/patches/app-02-email.patch +++ b/sources/patches/app-02-email.patch @@ -1,8 +1,8 @@ diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx -index 0d4dea367..5857ccb8a 100644 +index 5df80a051..4e32de826 100644 --- a/server/emails/mailer.tsx +++ b/server/emails/mailer.tsx -@@ -123,6 +123,7 @@ export class Mailer { +@@ -122,6 +122,7 @@ export class Mailer { : { rejectUnauthorized: false, }, diff --git a/sources/patches/app-03-visitor.patch b/sources/patches/app-03-visitor.patch index 7aeb1a7..6f9095c 100644 --- a/sources/patches/app-03-visitor.patch +++ b/sources/patches/app-03-visitor.patch @@ -67,10 +67,10 @@ index 000000000..be344d2e2 + +export default router; diff --git a/yarn.lock b/yarn.lock -index 67d407ca7..150665e94 100644 +index 352d1993a..5e3c24636 100644 --- a/yarn.lock +++ b/yarn.lock -@@ -12100,6 +12100,14 @@ passport-oauth@1.0.x: +@@ -10760,6 +10760,14 @@ passport-oauth@1.0.x: passport-oauth1 "1.x.x" passport-oauth2 "1.x.x" @@ -85,7 +85,7 @@ index 67d407ca7..150665e94 100644 passport-slack-oauth2@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/passport-slack-oauth2/-/passport-slack-oauth2-1.1.1.tgz#d831ffc3f1e968fcc3622e6ecf41643c8d8f9cbc" -@@ -12122,6 +12130,14 @@ passport@^0.6.0: +@@ -10782,6 +10790,14 @@ passport@^0.6.0: pause "0.0.1" utils-merge "^1.0.1" @@ -100,7 +100,7 @@ index 67d407ca7..150665e94 100644 passthrough-counter@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/passthrough-counter/-/passthrough-counter-1.0.0.tgz#1967d9e66da572b5c023c787db112a387ab166fa" -@@ -12348,6 +12364,11 @@ pkg-up@^3.1.0: +@@ -11005,6 +11021,11 @@ pkg-up@^3.1.0: dependencies: find-up "^3.0.0" @@ -113,10 +113,10 @@ index 67d407ca7..150665e94 100644 version "0.4.1" resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff" diff --git a/package.json b/package.json -index d64914567..ca674a5cd 100644 +index 787991dc1..7d610c010 100644 --- a/package.json +++ b/package.json -@@ -145,6 +145,7 @@ +@@ -150,6 +150,7 @@ "passport": "^0.6.0", "passport-google-oauth2": "^0.2.0", "passport-oauth2": "^1.6.1", diff --git a/sources/patches/app-04-bible.patch b/sources/patches/app-04-bible.patch index 1d5ab5a..1018614 100644 --- a/sources/patches/app-04-bible.patch +++ b/sources/patches/app-04-bible.patch @@ -1,5 +1,5 @@ diff --git a/app/editor/menus/block.tsx b/app/editor/menus/block.tsx -index 42269b5e4..c40350908 100644 +index 42269b5e4..174c84c02 100644 --- a/app/editor/menus/block.tsx +++ b/app/editor/menus/block.tsx @@ -19,6 +19,7 @@ import { @@ -18,7 +18,7 @@ index 42269b5e4..c40350908 100644 + name: "container_notice", + title: dictionary.bibleNotice, + icon: , -+ keywords: "notice card suggestion", ++ keywords: "notice card bible", + attrs: { style: "bible" }, + }, { diff --git a/sources/patches/app-06-logo.patch b/sources/patches/app-06-logo.patch deleted file mode 100644 index 64306d2..0000000 --- a/sources/patches/app-06-logo.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/app/components/Icons/OutlineIcon.tsx b/app/components/Icons/OutlineIcon.tsx -index 05fa32927..33fc7ee21 100644 ---- a/app/components/Icons/OutlineIcon.tsx -+++ b/app/components/Icons/OutlineIcon.tsx -@@ -22,7 +22,10 @@ export default function OutlineIcon({ - viewBox={cover ? "2 2 20 20" : "0 0 24 24"} - version="1.1" - > -- -+ - - ); - } \ No newline at end of file