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

Lines changed: 10 additions & 0 deletions
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

Lines changed: 1 addition & 7 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 35 additions & 0 deletions
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

Lines changed: 9 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 18 additions & 0 deletions
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

0 commit comments

Comments
 (0)