Skip to content

Commit ff983b8

Browse files
chore: version packages (#1229)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2afcb84 commit ff983b8

File tree

10 files changed

+280
-321
lines changed

10 files changed

+280
-321
lines changed

.changeset/nasty-meals-whisper.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/graphql-server-typeorm-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@accounts/graphql-api": "^0.33.2",
16-
"@accounts/password": "^0.32.1",
16+
"@accounts/password": "^0.32.2",
1717
"@accounts/server": "^0.33.1",
1818
"@accounts/typeorm": "^0.33.1",
1919
"@graphql-modules/core": "0.7.17",

examples/graphql-server-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@accounts/database-manager": "^0.33.1",
1414
"@accounts/graphql-api": "^0.33.2",
1515
"@accounts/mongo": "^0.34.0",
16-
"@accounts/password": "^0.32.1",
16+
"@accounts/password": "^0.32.2",
1717
"@accounts/rest-express": "^0.33.1",
1818
"@accounts/server": "^0.33.1",
1919
"@graphql-modules/core": "0.7.17",

examples/rest-express-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@accounts/mongo": "^0.34.0",
14-
"@accounts/password": "^0.32.1",
14+
"@accounts/password": "^0.32.2",
1515
"@accounts/rest-express": "^0.33.1",
1616
"@accounts/server": "^0.33.1",
1717
"body-parser": "1.19.0",

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@accounts/graphql-api": "^0.33.2",
4242
"@accounts/graphql-client": "^0.33.1",
4343
"@accounts/mongo": "^0.34.0",
44-
"@accounts/password": "^0.32.1",
44+
"@accounts/password": "^0.32.2",
4545
"@accounts/rest-client": "^0.33.1",
4646
"@accounts/rest-express": "^0.33.1",
4747
"@accounts/server": "^0.33.1",

packages/password/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# @accounts/password
22

3-
## 0.32.1
3+
## 0.32.2
4+
45
### Patch Changes
56

7+
- [#1228](https://github.com/accounts-js/accounts/pull/1228) [`2afcb843`](https://github.com/accounts-js/accounts/commit/2afcb8435615bb8c85bdba39101a2c25a451df12) Thanks [@pozylon](https://github.com/pozylon)! - Fix critical issue with "Two-Factor" not validating TOTP codes correctly due to a flawed version of @levminer/speakeasy
8+
9+
- Updated dependencies [[`2afcb843`](https://github.com/accounts-js/accounts/commit/2afcb8435615bb8c85bdba39101a2c25a451df12)]:
10+
- @accounts/two-factor@0.32.4
611

12+
## 0.32.1
13+
14+
### Patch Changes
715

816
- [#1170](https://github.com/accounts-js/accounts/pull/1170) [`e81eb578`](https://github.com/accounts-js/accounts/commit/e81eb578b35906346b6fadd6c5768b82879f6cda) Thanks [@pradel](https://github.com/pradel)! - Upgrade tslib to 2.3.0
917

packages/password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/password",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"license": "MIT",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -22,7 +22,7 @@
2222
"preset": "ts-jest"
2323
},
2424
"dependencies": {
25-
"@accounts/two-factor": "^0.32.2",
25+
"@accounts/two-factor": "^0.32.4",
2626
"bcryptjs": "^2.4.3",
2727
"tslib": "2.3.1"
2828
},

packages/two-factor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @accounts/two-factor
22

3+
## 0.32.4
4+
5+
### Patch Changes
6+
7+
- [#1228](https://github.com/accounts-js/accounts/pull/1228) [`2afcb843`](https://github.com/accounts-js/accounts/commit/2afcb8435615bb8c85bdba39101a2c25a451df12) Thanks [@pozylon](https://github.com/pozylon)! - Fix critical issue with "Two-Factor" not validating TOTP codes correctly due to a flawed version of @levminer/speakeasy
8+
39
## 0.32.3
410

511
### Patch Changes

packages/two-factor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/two-factor",
3-
"version": "0.32.3",
3+
"version": "0.32.4",
44
"license": "MIT",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)