From b94df9f43423dd4a9a1a4f67f936f212b33a2533 Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Sat, 6 Feb 2021 22:38:21 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb4ddd63b..bc8ef4a90 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ If you think this is a project you could use in the future, please :star2: this
Eloïse Isautier

Ákos Resch

Chotu Chaudhary
+
Tomáš Horáček
From 514db2b6ad661fb833ccd639803bbaa76b017f50 Mon Sep 17 00:00:00 2001 From: NkxxkN Date: Mon, 8 Feb 2021 15:41:15 +0100 Subject: [PATCH 2/4] Update release.md (#191) --- .github/ISSUE_TEMPLATE/release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 087d250d9..2e59590e8 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -41,6 +41,7 @@ Description of the new feature ### 📚 Documentation - [ ] EmailPassword main documentation update + - [ ] If UI changes, make sure to update the themes netlify link. - [ ] In progress [PR]() - [ ] Deployed on [test site](https://test.supertokens.io/docs/emailpassword/introduction) From 7db1283f8d07190a75092a6d407c4e40aebf11dd Mon Sep 17 00:00:00 2001 From: NkxxkN Date: Tue, 16 Feb 2021 15:32:05 +0100 Subject: [PATCH 3/4] Update release.md (#198) --- .github/ISSUE_TEMPLATE/release.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 2e59590e8..99fb2088f 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -93,6 +93,9 @@ Description of the new feature - [supertokens-auth-react:master](https://github.com/supertokens/supertokens-auth-react/tree/master) - [ ] Update examples to use latest `supertokens-node` and `supertokens-auth-react` +- [next.js:canary](https://github.com/vercel/next.js/tree/canary) + - [ ] Update `with-supertokens` examples to use latest `supertokens-node` and `supertokens-auth-react` + ### 📚 Documentation - EmailPassword main documentation update From 7c2fa6a6e28a392d179997931389fcb0e31849ce Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Tue, 16 Feb 2021 20:06:16 +0530 Subject: [PATCH 4/4] Update release.md --- .github/ISSUE_TEMPLATE/release.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 99fb2088f..9722498d1 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -33,10 +33,11 @@ Description of the new feature ### Others - - [supertokens-demo-react:master](https://github.com/supertokens/supertokens-nextjs-demo/tree/master) + - [supertokens-demo-react](https://github.com/supertokens/supertokens-demo-react/tree/master) - [ ] In progress - [ ] [PR]() Ready using `supertokens/supertokens-auth-react#X.Y` and `supertokens/supertokens-node#X.Y` github repositories in `package.json` - - [ ] Make changes to `master` and `deploy` branch + - [ ] Make changes to `thirdparty` + - [ ] Make changes to `emailpassword` ### 📚 Documentation @@ -86,9 +87,10 @@ Description of the new feature ### 🔀 Others -- [supertokens-demo-react:master](https://github.com/supertokens/supertokens-nextjs-demo/tree/master) +- [supertokens-demo-react:master](https://github.com/supertokens/supertokens-demo-react/tree/master) - [ ] Updated [PR]() using `supertokens-node` and `supertokens-auth-react` npm registry. - - [ ] Deployed to [demo site](http://emailpassword.demo.supertokens.io/) + - [ ] Deployed to [emailpassword demo site](https://emailpassword.demo.supertokens.io/) + - [ ] Deployed to [thirdparty demo site](https://thirdparty.demo.supertokens.io/) - [supertokens-auth-react:master](https://github.com/supertokens/supertokens-auth-react/tree/master) - [ ] Update examples to use latest `supertokens-node` and `supertokens-auth-react`