Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eighty-zoos-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-dots-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-countries-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pugs-refuse.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "pnpm run build"
},
"dependencies": {
"@accounts/graphql-api": "^0.33.1",
"@accounts/graphql-api": "^0.33.2",
"@accounts/password": "^0.32.1",
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.33.1",
Expand All @@ -26,7 +26,7 @@
"typeorm": "0.2.38"
},
"devDependencies": {
"@accounts/types": "^0.33.1",
"@accounts/types": "^0.33.2",
"@types/node": "16.11.7",
"nodemon": "2.0.14",
"ts-node": "10.4.0",
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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@accounts/database-manager": "^0.33.1",
"@accounts/graphql-api": "^0.33.1",
"@accounts/graphql-api": "^0.33.2",
"@accounts/mongo": "^0.33.5",
"@accounts/password": "^0.32.1",
"@accounts/rest-express": "^0.33.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-rest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@accounts/types": "^0.33.1",
"@accounts/types": "^0.33.2",
"@types/node": "16.11.7",
"@types/qrcode.react": "1.0.2",
"@types/react": "17.0.35",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"dependencies": {
"@accounts/client": "^0.33.1",
"@accounts/client-password": "^0.32.2",
"@accounts/graphql-api": "^0.33.1",
"@accounts/graphql-api": "^0.33.2",
"@accounts/graphql-client": "^0.33.1",
"@accounts/mongo": "^0.33.5",
"@accounts/password": "^0.32.1",
"@accounts/rest-client": "^0.33.1",
"@accounts/rest-express": "^0.33.1",
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.33.1",
"@accounts/types": "^0.33.1",
"@accounts/types": "^0.33.2",
"@apollo/client": "3.4.17",
"@graphql-modules/core": "0.7.17",
"apollo-server": "2.14.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @accounts/graphql-api

## 0.33.2

### Patch Changes

- [#1194](https://github.com/accounts-js/accounts/pull/1194) [`a4fd732d`](https://github.com/accounts-js/accounts/commit/a4fd732d50a3847f86254da413d27a5684417abd) Thanks [@zenweasel](https://github.com/zenweasel)! - Fix repo links in package.json

* [#1203](https://github.com/accounts-js/accounts/pull/1203) [`0a402215`](https://github.com/accounts-js/accounts/commit/0a402215978b432ce792b125050765f6bbb0fd7c) Thanks [@mrcleanandfresh](https://github.com/mrcleanandfresh)! - Added additional examples for how to authenticate with @accounts/graphql-api

## 0.33.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/graphql-api",
"version": "0.33.1",
"version": "0.33.2",
"description": "Server side GraphQL transport for accounts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@accounts/magic-link": "^0.1.1",
"@accounts/password": "^0.32.1",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.1",
"@accounts/types": "^0.33.2",
"@graphql-codegen/add": "3.1.0",
"@graphql-codegen/cli": "2.2.1",
"@graphql-codegen/introspection": "2.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/two-factor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accounts/two-factor

## 0.32.3

### Patch Changes

- [#1182](https://github.com/accounts-js/accounts/pull/1182) [`4b6878fb`](https://github.com/accounts-js/accounts/commit/4b6878fb06b85563f478f191b9543283f22877a3) Thanks [@pradel](https://github.com/pradel)! - Add missing await to when unsetting two-factor

- Updated dependencies [[`c6b79add`](https://github.com/accounts-js/accounts/commit/c6b79addc59ebfd2835e0cc4bded3ad062f68adc)]:
- @accounts/[email protected]

## 0.32.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.32.3",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"preset": "ts-jest"
},
"dependencies": {
"@accounts/types": "^0.33.1",
"@accounts/types": "^0.33.2",
"@levminer/speakeasy": "1.3.1",
"tslib": "2.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @accounts/types

## 0.33.2

### Patch Changes

- [#1196](https://github.com/accounts-js/accounts/pull/1196) [`c6b79add`](https://github.com/accounts-js/accounts/commit/c6b79addc59ebfd2835e0cc4bded3ad062f68adc) Thanks [@BarbecueSilver](https://github.com/BarbecueSilver)! - Add missing `extraData` property to the `Session` type.

## 0.33.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/types",
"version": "0.33.1",
"version": "0.33.2",
"description": "Accounts-js Types",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.