-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: allow releasing the new 1.0 packages * chore: ignore website from changesets * chore: add changesets
- Loading branch information
Showing
35 changed files
with
308 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@accounts/mikro-orm': patch | ||
'@accounts/typeorm': patch | ||
'@accounts/express-session': patch | ||
'@accounts/magic-link': patch | ||
'@accounts/password': patch | ||
'@accounts/server': patch | ||
--- | ||
|
||
Upgrade lodash to 4.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/rest-client': patch | ||
--- | ||
|
||
Upgrade node-fetch to 2.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/module-password': major | ||
--- | ||
|
||
Add @accounts/module-password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
'@accounts/module-core': minor | ||
'@accounts/module-magic-link': minor | ||
'@accounts/module-mikro-orm': minor | ||
'@accounts/module-mongo': minor | ||
'@accounts/module-password': minor | ||
'@accounts/module-typeorm': minor | ||
'@accounts/apollo-link': minor | ||
'@accounts/client': minor | ||
'@accounts/client-magic-link': minor | ||
'@accounts/client-password': minor | ||
'@accounts/mikro-orm': minor | ||
'@accounts/mongo': minor | ||
'@accounts/mongo-magic-link': minor | ||
'@accounts/mongo-password': minor | ||
'@accounts/mongo-sessions': minor | ||
'@accounts/redis': minor | ||
'@accounts/database-tests': minor | ||
'@accounts/typeorm': minor | ||
'@accounts/error': minor | ||
'@accounts/express-session': minor | ||
'@accounts/graphql-client': minor | ||
'@accounts/magic-link': minor | ||
'@accounts/oauth': minor | ||
'@accounts/oauth-instagram': minor | ||
'@accounts/oauth-twitter': minor | ||
'@accounts/password': minor | ||
'@accounts/rest-client': minor | ||
'@accounts/rest-express': minor | ||
'@accounts/server': minor | ||
'@accounts/two-factor': minor | ||
'@accounts/types': minor | ||
--- | ||
|
||
Switch from pnpm to yarn4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@accounts/module-password': major | ||
'@accounts/password': major | ||
'@accounts/rest-express': major | ||
'@accounts/server': major | ||
'@accounts/types': major | ||
--- | ||
|
||
Add option to require email verification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/module-magic-link': major | ||
--- | ||
|
||
Add @accounts/module-magic-link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@accounts/module-core': minor | ||
'@accounts/module-password': minor | ||
--- | ||
|
||
Return unmasked 401 errors when unauthorized |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@accounts/express-session': patch | ||
'@accounts/rest-express': patch | ||
--- | ||
|
||
Upgrade express to 4.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
'@accounts/module-core': major | ||
'@accounts/module-magic-link': major | ||
'@accounts/module-mikro-orm': major | ||
'@accounts/module-mongo': major | ||
'@accounts/module-password': major | ||
'@accounts/module-typeorm': major | ||
'@accounts/mikro-orm': major | ||
'@accounts/mongo': major | ||
'@accounts/typeorm': major | ||
'@accounts/magic-link': major | ||
'@accounts/oauth': major | ||
'@accounts/password': major | ||
'@accounts/server': major | ||
'@accounts/types': major | ||
--- | ||
|
||
Upgrade graphql-modules to v3 alpha |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@accounts/module-core': minor | ||
'@accounts/module-magic-link': minor | ||
'@accounts/module-mikro-orm': minor | ||
'@accounts/module-mongo': minor | ||
'@accounts/module-password': minor | ||
'@accounts/module-typeorm': minor | ||
--- | ||
|
||
Upgrade @graphql-tools/merge to v9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/oauth-twitter': patch | ||
--- | ||
|
||
Upgrade oauth to 0.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@accounts/module-typeorm': minor | ||
'@accounts/typeorm': minor | ||
--- | ||
|
||
Upgrade typeorm to 0.3.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
'@accounts/module-core': patch | ||
'@accounts/module-magic-link': patch | ||
'@accounts/module-mikro-orm': patch | ||
'@accounts/module-mongo': patch | ||
'@accounts/module-password': patch | ||
'@accounts/module-typeorm': patch | ||
'@accounts/express-session': patch | ||
'@accounts/rest-express': patch | ||
--- | ||
|
||
Upgrade request-ip to 3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/two-factor': patch | ||
--- | ||
|
||
Upgrade @levminer/speakeasy to 1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@accounts/password': minor | ||
'@accounts/rest-express': minor | ||
--- | ||
|
||
Implement validation in rest-express and password endpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/module-mongo': major | ||
--- | ||
|
||
Add @accounts/module-mongo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@accounts/module-password': major | ||
'@accounts/password': major | ||
'@accounts/rest-express': major | ||
'@accounts/server': major | ||
'@accounts/types': major | ||
--- | ||
|
||
Fix ambiguousErrorMessages and enableAutologin relationship |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/module-mikro-orm': major | ||
--- | ||
|
||
Add @accounts/module-mikro-orm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@accounts/module-core': patch | ||
'@accounts/module-magic-link': patch | ||
'@accounts/module-mikro-orm': patch | ||
'@accounts/module-mongo': patch | ||
'@accounts/module-password': patch | ||
'@accounts/module-typeorm': patch | ||
'@accounts/graphql-client': patch | ||
--- | ||
|
||
Upgrade @graphql-codegen to v5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/module-core': major | ||
--- | ||
|
||
Add @accounts/module-core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/redis': minor | ||
--- | ||
|
||
Upgraded `ioredis` to v5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/password': minor | ||
--- | ||
|
||
Add express endpoints for email verification and password reset to the password service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/mikro-orm': major | ||
--- | ||
|
||
Add mikro-orm v6 database adapter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/typeorm': patch | ||
--- | ||
|
||
Upgrade pg to 8.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@accounts/module-core': minor | ||
'@accounts/module-magic-link': minor | ||
'@accounts/module-mikro-orm': minor | ||
'@accounts/module-mongo': minor | ||
'@accounts/module-password': minor | ||
'@accounts/module-typeorm': minor | ||
--- | ||
|
||
Upgrade @graphql-tools/utils to v10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/apollo-link': minor | ||
--- | ||
|
||
Upgrade @apollo/client to 3.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
'@accounts/module-core': major | ||
'@accounts/module-magic-link': major | ||
'@accounts/module-mikro-orm': major | ||
'@accounts/module-mongo': major | ||
'@accounts/module-password': major | ||
'@accounts/module-typeorm': major | ||
'@accounts/apollo-link': major | ||
'@accounts/client': major | ||
'@accounts/client-magic-link': major | ||
'@accounts/client-password': major | ||
'@accounts/mikro-orm': major | ||
'@accounts/mongo': major | ||
'@accounts/mongo-magic-link': major | ||
'@accounts/mongo-password': major | ||
'@accounts/mongo-sessions': major | ||
'@accounts/redis': major | ||
'@accounts/database-tests': major | ||
'@accounts/typeorm': major | ||
'@accounts/error': major | ||
'@accounts/express-session': major | ||
'@accounts/graphql-client': major | ||
'@accounts/magic-link': major | ||
'@accounts/oauth': major | ||
'@accounts/oauth-instagram': major | ||
'@accounts/oauth-twitter': major | ||
'@accounts/password': major | ||
'@accounts/rest-client': major | ||
'@accounts/rest-express': major | ||
'@accounts/server': major | ||
'@accounts/two-factor': major | ||
'@accounts/types': major | ||
--- | ||
|
||
Rearchitect accounts.js to better take advantage of graphql-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/module-core': minor | ||
--- | ||
|
||
Upgrade @graphql-tools/schema to v10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
'@accounts/module-core': minor | ||
'@accounts/module-magic-link': minor | ||
'@accounts/module-mikro-orm': minor | ||
'@accounts/module-mongo': minor | ||
'@accounts/module-password': minor | ||
'@accounts/module-typeorm': minor | ||
'@accounts/apollo-link': minor | ||
'@accounts/mikro-orm': minor | ||
'@accounts/mongo': minor | ||
'@accounts/typeorm': minor | ||
'@accounts/graphql-client': minor | ||
'@accounts/magic-link': minor | ||
'@accounts/oauth': minor | ||
'@accounts/password': minor | ||
'@accounts/server': minor | ||
'@accounts/types': minor | ||
--- | ||
|
||
Upgrade graphql to v16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@accounts/module-core': major | ||
'@accounts/module-magic-link': major | ||
'@accounts/module-mikro-orm': major | ||
'@accounts/module-mongo': major | ||
'@accounts/module-password': major | ||
'@accounts/module-typeorm': major | ||
--- | ||
|
||
Move graphql-api into graphql modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@accounts/client': patch | ||
'@accounts/server': patch | ||
--- | ||
|
||
Upgrade jsonwebtoken to v9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/server': patch | ||
--- | ||
|
||
Upgrade emittery to 0.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@accounts/module-typeorm': major | ||
--- | ||
|
||
Add @accounts/module-typeorm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@accounts/mongo': minor | ||
'@accounts/mongo-magic-link': minor | ||
'@accounts/mongo-password': minor | ||
'@accounts/mongo-sessions': minor | ||
--- | ||
|
||
Upgrade mongodb to v6 |