Skip to content

Commit da13d0d

Browse files
authored
feat: release 1.0 (#1258)
* chore: allow releasing the new 1.0 packages * chore: ignore website from changesets * chore: add changesets
1 parent ee23fba commit da13d0d

35 files changed

+308
-7
lines changed

.changeset/afraid-rules-heal.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@accounts/mikro-orm': patch
3+
'@accounts/typeorm': patch
4+
'@accounts/express-session': patch
5+
'@accounts/magic-link': patch
6+
'@accounts/password': patch
7+
'@accounts/server': patch
8+
---
9+
10+
Upgrade lodash to 4.17

.changeset/config.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@
77
"baseBranch": "master",
88
"updateInternalDependencies": "patch",
99
"ignore": [
10+
"accounts-js",
1011
"@accounts/e2e",
11-
"@accounts/mikro-orm",
12-
"@accounts/module-core",
13-
"@accounts/module-magic-link",
14-
"@accounts/module-mikro-orm",
15-
"@accounts/module-mongo",
16-
"@accounts/module-password",
17-
"@accounts/module-typeorm",
1812
"@examples/accounts-microservice",
1913
"@examples/graphql-mikro-orm-typescript",
2014
"@examples/graphql-typeorm-typescript",

.changeset/cuddly-readers-trade.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/rest-client': patch
3+
---
4+
5+
Upgrade node-fetch to 2.7

.changeset/cyan-peas-beg.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-password': major
3+
---
4+
5+
Add @accounts/module-password

.changeset/empty-lizards-shake.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
'@accounts/module-core': minor
3+
'@accounts/module-magic-link': minor
4+
'@accounts/module-mikro-orm': minor
5+
'@accounts/module-mongo': minor
6+
'@accounts/module-password': minor
7+
'@accounts/module-typeorm': minor
8+
'@accounts/apollo-link': minor
9+
'@accounts/client': minor
10+
'@accounts/client-magic-link': minor
11+
'@accounts/client-password': minor
12+
'@accounts/mikro-orm': minor
13+
'@accounts/mongo': minor
14+
'@accounts/mongo-magic-link': minor
15+
'@accounts/mongo-password': minor
16+
'@accounts/mongo-sessions': minor
17+
'@accounts/redis': minor
18+
'@accounts/database-tests': minor
19+
'@accounts/typeorm': minor
20+
'@accounts/error': minor
21+
'@accounts/express-session': minor
22+
'@accounts/graphql-client': minor
23+
'@accounts/magic-link': minor
24+
'@accounts/oauth': minor
25+
'@accounts/oauth-instagram': minor
26+
'@accounts/oauth-twitter': minor
27+
'@accounts/password': minor
28+
'@accounts/rest-client': minor
29+
'@accounts/rest-express': minor
30+
'@accounts/server': minor
31+
'@accounts/two-factor': minor
32+
'@accounts/types': minor
33+
---
34+
35+
Switch from pnpm to yarn4

.changeset/empty-pianos-hunt.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@accounts/module-password': major
3+
'@accounts/password': major
4+
'@accounts/rest-express': major
5+
'@accounts/server': major
6+
'@accounts/types': major
7+
---
8+
9+
Add option to require email verification

.changeset/famous-jobs-build.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-magic-link': major
3+
---
4+
5+
Add @accounts/module-magic-link

.changeset/fresh-dolphins-fold.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@accounts/module-core': minor
3+
'@accounts/module-password': minor
4+
---
5+
6+
Return unmasked 401 errors when unauthorized

.changeset/friendly-mugs-raise.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@accounts/express-session': patch
3+
'@accounts/rest-express': patch
4+
---
5+
6+
Upgrade express to 4.18

.changeset/green-geckos-glow.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'@accounts/module-core': major
3+
'@accounts/module-magic-link': major
4+
'@accounts/module-mikro-orm': major
5+
'@accounts/module-mongo': major
6+
'@accounts/module-password': major
7+
'@accounts/module-typeorm': major
8+
'@accounts/mikro-orm': major
9+
'@accounts/mongo': major
10+
'@accounts/typeorm': major
11+
'@accounts/magic-link': major
12+
'@accounts/oauth': major
13+
'@accounts/password': major
14+
'@accounts/server': major
15+
'@accounts/types': major
16+
---
17+
18+
Upgrade graphql-modules to v3 alpha

.changeset/hot-carrots-accept.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@accounts/module-core': minor
3+
'@accounts/module-magic-link': minor
4+
'@accounts/module-mikro-orm': minor
5+
'@accounts/module-mongo': minor
6+
'@accounts/module-password': minor
7+
'@accounts/module-typeorm': minor
8+
---
9+
10+
Upgrade @graphql-tools/merge to v9

.changeset/little-cups-change.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/oauth-twitter': patch
3+
---
4+
5+
Upgrade oauth to 0.10

.changeset/lucky-ears-tan.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@accounts/module-typeorm': minor
3+
'@accounts/typeorm': minor
4+
---
5+
6+
Upgrade typeorm to 0.3.17

.changeset/mighty-badgers-thank.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@accounts/module-core': patch
3+
'@accounts/module-magic-link': patch
4+
'@accounts/module-mikro-orm': patch
5+
'@accounts/module-mongo': patch
6+
'@accounts/module-password': patch
7+
'@accounts/module-typeorm': patch
8+
'@accounts/express-session': patch
9+
'@accounts/rest-express': patch
10+
---
11+
12+
Upgrade request-ip to 3.3

.changeset/neat-papayas-hear.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/two-factor': patch
3+
---
4+
5+
Upgrade @levminer/speakeasy to 1.4

.changeset/perfect-sloths-hang.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@accounts/password': minor
3+
'@accounts/rest-express': minor
4+
---
5+
6+
Implement validation in rest-express and password endpoints

.changeset/quick-maps-begin.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-mongo': major
3+
---
4+
5+
Add @accounts/module-mongo

.changeset/quiet-dingos-knock.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@accounts/module-password': major
3+
'@accounts/password': major
4+
'@accounts/rest-express': major
5+
'@accounts/server': major
6+
'@accounts/types': major
7+
---
8+
9+
Fix ambiguousErrorMessages and enableAutologin relationship

.changeset/quiet-icons-breathe.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-mikro-orm': major
3+
---
4+
5+
Add @accounts/module-mikro-orm

.changeset/rotten-baboons-raise.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@accounts/module-core': patch
3+
'@accounts/module-magic-link': patch
4+
'@accounts/module-mikro-orm': patch
5+
'@accounts/module-mongo': patch
6+
'@accounts/module-password': patch
7+
'@accounts/module-typeorm': patch
8+
'@accounts/graphql-client': patch
9+
---
10+
11+
Upgrade @graphql-codegen to v5

.changeset/rotten-dolphins-impress.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-core': major
3+
---
4+
5+
Add @accounts/module-core

.changeset/sharp-garlics-yawn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/redis': minor
3+
---
4+
5+
Upgraded `ioredis` to v5

.changeset/sharp-jeans-begin.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/password': minor
3+
---
4+
5+
Add express endpoints for email verification and password reset to the password service

.changeset/silent-crews-perform.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/mikro-orm': major
3+
---
4+
5+
Add mikro-orm v6 database adapter

.changeset/slow-dots-learn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/typeorm': patch
3+
---
4+
5+
Upgrade pg to 8.11

.changeset/small-candles-try.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@accounts/module-core': minor
3+
'@accounts/module-magic-link': minor
4+
'@accounts/module-mikro-orm': minor
5+
'@accounts/module-mongo': minor
6+
'@accounts/module-password': minor
7+
'@accounts/module-typeorm': minor
8+
---
9+
10+
Upgrade @graphql-tools/utils to v10

.changeset/sweet-coats-move.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/apollo-link': minor
3+
---
4+
5+
Upgrade @apollo/client to 3.8

.changeset/sweet-poets-lie.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
'@accounts/module-core': major
3+
'@accounts/module-magic-link': major
4+
'@accounts/module-mikro-orm': major
5+
'@accounts/module-mongo': major
6+
'@accounts/module-password': major
7+
'@accounts/module-typeorm': major
8+
'@accounts/apollo-link': major
9+
'@accounts/client': major
10+
'@accounts/client-magic-link': major
11+
'@accounts/client-password': major
12+
'@accounts/mikro-orm': major
13+
'@accounts/mongo': major
14+
'@accounts/mongo-magic-link': major
15+
'@accounts/mongo-password': major
16+
'@accounts/mongo-sessions': major
17+
'@accounts/redis': major
18+
'@accounts/database-tests': major
19+
'@accounts/typeorm': major
20+
'@accounts/error': major
21+
'@accounts/express-session': major
22+
'@accounts/graphql-client': major
23+
'@accounts/magic-link': major
24+
'@accounts/oauth': major
25+
'@accounts/oauth-instagram': major
26+
'@accounts/oauth-twitter': major
27+
'@accounts/password': major
28+
'@accounts/rest-client': major
29+
'@accounts/rest-express': major
30+
'@accounts/server': major
31+
'@accounts/two-factor': major
32+
'@accounts/types': major
33+
---
34+
35+
Rearchitect accounts.js to better take advantage of graphql-modules

.changeset/ten-ghosts-nail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-core': minor
3+
---
4+
5+
Upgrade @graphql-tools/schema to v10

.changeset/thin-poems-crash.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
'@accounts/module-core': minor
3+
'@accounts/module-magic-link': minor
4+
'@accounts/module-mikro-orm': minor
5+
'@accounts/module-mongo': minor
6+
'@accounts/module-password': minor
7+
'@accounts/module-typeorm': minor
8+
'@accounts/apollo-link': minor
9+
'@accounts/mikro-orm': minor
10+
'@accounts/mongo': minor
11+
'@accounts/typeorm': minor
12+
'@accounts/graphql-client': minor
13+
'@accounts/magic-link': minor
14+
'@accounts/oauth': minor
15+
'@accounts/password': minor
16+
'@accounts/server': minor
17+
'@accounts/types': minor
18+
---
19+
20+
Upgrade graphql to v16

.changeset/thirty-dancers-rhyme.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@accounts/module-core': major
3+
'@accounts/module-magic-link': major
4+
'@accounts/module-mikro-orm': major
5+
'@accounts/module-mongo': major
6+
'@accounts/module-password': major
7+
'@accounts/module-typeorm': major
8+
---
9+
10+
Move graphql-api into graphql modules

.changeset/tidy-cherries-drop.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@accounts/client': patch
3+
'@accounts/server': patch
4+
---
5+
6+
Upgrade jsonwebtoken to v9

.changeset/twelve-hornets-wait.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/server': patch
3+
---
4+
5+
Upgrade emittery to 0.13

.changeset/witty-knives-applaud.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-typeorm': major
3+
---
4+
5+
Add @accounts/module-typeorm

.changeset/young-files-cry.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@accounts/mongo': minor
3+
'@accounts/mongo-magic-link': minor
4+
'@accounts/mongo-password': minor
5+
'@accounts/mongo-sessions': minor
6+
---
7+
8+
Upgrade mongodb to v6

0 commit comments

Comments
 (0)