Skip to content

Commit

Permalink
chore: version packages (#1229)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 28, 2022
1 parent 2afcb84 commit ff983b8
Show file tree
Hide file tree
Showing 10 changed files with 280 additions and 321 deletions.
6 changes: 0 additions & 6 deletions .changeset/nasty-meals-whisper.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@accounts/graphql-api": "^0.33.2",
"@accounts/password": "^0.32.1",
"@accounts/password": "^0.32.2",
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.33.1",
"@graphql-modules/core": "0.7.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@accounts/database-manager": "^0.33.1",
"@accounts/graphql-api": "^0.33.2",
"@accounts/mongo": "^0.34.0",
"@accounts/password": "^0.32.1",
"@accounts/password": "^0.32.2",
"@accounts/rest-express": "^0.33.1",
"@accounts/server": "^0.33.1",
"@graphql-modules/core": "0.7.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/rest-express-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@accounts/mongo": "^0.34.0",
"@accounts/password": "^0.32.1",
"@accounts/password": "^0.32.2",
"@accounts/rest-express": "^0.33.1",
"@accounts/server": "^0.33.1",
"body-parser": "1.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@accounts/graphql-api": "^0.33.2",
"@accounts/graphql-client": "^0.33.1",
"@accounts/mongo": "^0.34.0",
"@accounts/password": "^0.32.1",
"@accounts/password": "^0.32.2",
"@accounts/rest-client": "^0.33.1",
"@accounts/rest-express": "^0.33.1",
"@accounts/server": "^0.33.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# @accounts/password

## 0.32.1
## 0.32.2

### Patch Changes

- [#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

- Updated dependencies [[`2afcb843`](https://github.com/accounts-js/accounts/commit/2afcb8435615bb8c85bdba39101a2c25a451df12)]:
- @accounts/two-factor@0.32.4

## 0.32.1

### Patch Changes

- [#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

Expand Down
4 changes: 2 additions & 2 deletions packages/password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/password",
"version": "0.32.1",
"version": "0.32.2",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"preset": "ts-jest"
},
"dependencies": {
"@accounts/two-factor": "^0.32.2",
"@accounts/two-factor": "^0.32.4",
"bcryptjs": "^2.4.3",
"tslib": "2.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/two-factor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @accounts/two-factor

## 0.32.4

### Patch Changes

- [#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

## 0.32.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/two-factor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/two-factor",
"version": "0.32.3",
"version": "0.32.4",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit ff983b8

Please sign in to comment.