Skip to content

Commit

Permalink
chore: version packages (#1171)
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 Oct 12, 2021
1 parent 975ced7 commit 83280af
Show file tree
Hide file tree
Showing 67 changed files with 589 additions and 449 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-snakes-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clever-ligers-switch.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/few-poems-teach.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-days-tickle.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/accounts-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "pnpm run build"
},
"dependencies": {
"@accounts/boost": "^0.32.1",
"@accounts/boost": "^0.32.2",
"@apollo/client": "3.3.20",
"@graphql-tools/links": "7.1.0",
"@graphql-tools/merge": "6.2.5",
Expand Down
10 changes: 5 additions & 5 deletions examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"test": "pnpm run build"
},
"dependencies": {
"@accounts/graphql-api": "^0.33.0",
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.33.0",
"@accounts/typeorm": "^0.33.0",
"@accounts/graphql-api": "^0.33.1",
"@accounts/password": "^0.32.1",
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.33.1",
"@graphql-modules/core": "0.7.17",
"@graphql-tools/merge": "6.2.5",
"apollo-server": "2.14.4",
Expand All @@ -26,7 +26,7 @@
"typeorm": "0.2.36"
},
"devDependencies": {
"@accounts/types": "^0.33.0",
"@accounts/types": "^0.33.1",
"@types/node": "16.4.13",
"nodemon": "2.0.12",
"ts-node": "10.1.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"test": "pnpm run build"
},
"dependencies": {
"@accounts/database-manager": "^0.33.0",
"@accounts/graphql-api": "^0.33.0",
"@accounts/mongo": "^0.33.4",
"@accounts/password": "^0.32.0",
"@accounts/rest-express": "^0.33.0",
"@accounts/server": "^0.33.0",
"@accounts/database-manager": "^0.33.1",
"@accounts/graphql-api": "^0.33.1",
"@accounts/mongo": "^0.33.5",
"@accounts/password": "^0.32.1",
"@accounts/rest-express": "^0.33.1",
"@accounts/server": "^0.33.1",
"@graphql-modules/core": "0.7.17",
"@graphql-tools/merge": "6.2.5",
"apollo-server": "2.16.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/magic-link-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"test": "pnpm run build"
},
"dependencies": {
"@accounts/database-manager": "^0.33.0",
"@accounts/magic-link": "^0.1.0",
"@accounts/mongo": "^0.33.4",
"@accounts/server": "^0.33.0",
"@accounts/database-manager": "^0.33.1",
"@accounts/magic-link": "^0.1.1",
"@accounts/mongo": "^0.33.5",
"@accounts/server": "^0.33.1",
"mongoose": "5.9.25",
"tslib": "2.3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/react-graphql-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
]
},
"dependencies": {
"@accounts/apollo-link": "^0.32.0",
"@accounts/client": "^0.33.0",
"@accounts/client-password": "^0.32.1",
"@accounts/graphql-client": "^0.33.0",
"@accounts/apollo-link": "^0.32.1",
"@accounts/client": "^0.33.1",
"@accounts/client-password": "^0.32.2",
"@accounts/graphql-client": "^0.33.1",
"@apollo/client": "3.0.2",
"@material-ui/core": "4.12.3",
"@material-ui/styles": "4.11.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-rest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
]
},
"dependencies": {
"@accounts/client": "^0.33.0",
"@accounts/client-password": "^0.32.1",
"@accounts/rest-client": "^0.33.0",
"@accounts/client": "^0.33.1",
"@accounts/client-password": "^0.32.2",
"@accounts/rest-client": "^0.33.1",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
Expand All @@ -43,7 +43,7 @@
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/types": "^0.33.0",
"@accounts/types": "^0.33.1",
"@types/node": "16.4.13",
"@types/qrcode.react": "1.0.0",
"@types/react": "17.0.15",
Expand Down
8 changes: 4 additions & 4 deletions examples/rest-express-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"test": "pnpm run build"
},
"dependencies": {
"@accounts/mongo": "^0.33.4",
"@accounts/password": "^0.32.0",
"@accounts/rest-express": "^0.33.0",
"@accounts/server": "^0.33.0",
"@accounts/mongo": "^0.33.5",
"@accounts/password": "^0.32.1",
"@accounts/rest-express": "^0.33.1",
"@accounts/server": "^0.33.1",
"body-parser": "1.19.0",
"cors": "2.8.5",
"express": "4.17.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollo-link-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @accounts/apollo-link

## 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
4 changes: 2 additions & 2 deletions packages/apollo-link-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/apollo-link",
"version": "0.32.0",
"version": "0.32.1",
"description": "Apollo link for account-js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/client": "^0.33.0",
"@accounts/client": "^0.33.1",
"@apollo/client": "3.0.2",
"rimraf": "3.0.2"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/boost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# @accounts/boost

## 0.32.2

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

- Updated dependencies [[`1cf53c32`](https://github.com/accounts-js/accounts/commit/1cf53c3283cf1e058de090aa6c5d6b258b6740c5), [`926b4217`](https://github.com/accounts-js/accounts/commit/926b421710b134ed79272e5468b31e417708a3c4), [`e81eb578`](https://github.com/accounts-js/accounts/commit/e81eb578b35906346b6fadd6c5768b82879f6cda)]:
- @accounts/server@0.33.1
- @accounts/graphql-api@0.33.1
- @accounts/database-manager@0.33.1
- @accounts/types@0.33.1

## 0.32.1

### Patch Changes

- Updated dependencies [[`22056642`](https://github.com/accounts-js/accounts/commit/220566425755a7015569d8e518095701ff7122e2), [`304cc18d`](https://github.com/accounts-js/accounts/commit/304cc18d84d8153b7a4e857753eea85fa9f7a1f2), [`7726eaf7`](https://github.com/accounts-js/accounts/commit/7726eaf7fb12eb848de5dab0913a12a2e0283954), [`d29e91a6`](https://github.com/accounts-js/accounts/commit/d29e91a65215d08bda79eab1f7b142b615160241)]:
Expand Down
10 changes: 5 additions & 5 deletions packages/boost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/boost",
"version": "0.32.1",
"version": "0.32.2",
"description": "Ready to use GraphQL accounts server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -27,10 +27,10 @@
"rimraf": "3.0.2"
},
"dependencies": {
"@accounts/database-manager": "^0.33.0",
"@accounts/graphql-api": "^0.33.0",
"@accounts/server": "^0.33.0",
"@accounts/types": "^0.33.0",
"@accounts/database-manager": "^0.33.1",
"@accounts/graphql-api": "^0.33.1",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.1",
"@graphql-modules/core": "0.7.17",
"apollo-server": "^2.9.3",
"graphql": "14.6.0",
Expand Down
25 changes: 17 additions & 8 deletions packages/client-magic-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,34 @@
# @accounts/client-magic-link

## 0.1.0
### Minor Changes
## 0.1.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

- Updated dependencies [[`e81eb578`](https://github.com/accounts-js/accounts/commit/e81eb578b35906346b6fadd6c5768b82879f6cda)]:
- @accounts/client@0.33.1
- @accounts/types@0.33.1

## 0.1.0

### Minor Changes

- [#1150](https://github.com/accounts-js/accounts/pull/1150) [`22056642`](https://github.com/accounts-js/accounts/commit/220566425755a7015569d8e518095701ff7122e2) Thanks [@larsivi](https://github.com/larsivi)! - Add support for magic-link strategy 🎉.

Installation:

```sh
yarn add @accounts/magic-link
```

Usage:

```js
import AccountsMagicLink from '@accounts/magic-link';

const accountsMagicLink = new AccountsMagicLink({});

const accountsServer = new AccountsServer(
{ db: accountsDb, tokenSecret: 'secret' },
{
Expand Down
6 changes: 3 additions & 3 deletions packages/client-magic-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/client-magic-link",
"version": "0.1.0",
"version": "0.1.1",
"description": "@accounts/client-magic-link",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"ts-jest": "27.0.4"
},
"dependencies": {
"@accounts/client": "^0.33.0",
"@accounts/types": "^0.33.0",
"@accounts/client": "^0.33.1",
"@accounts/types": "^0.33.1",
"tslib": "2.3.0"
}
}
11 changes: 11 additions & 0 deletions packages/client-password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# @accounts/client-password

## 0.32.2

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

- Updated dependencies [[`e81eb578`](https://github.com/accounts-js/accounts/commit/e81eb578b35906346b6fadd6c5768b82879f6cda)]:
- @accounts/client@0.33.1
- @accounts/types@0.33.1

## 0.32.1

### Patch Changes

- Updated dependencies [[`22056642`](https://github.com/accounts-js/accounts/commit/220566425755a7015569d8e518095701ff7122e2)]:
Expand Down
6 changes: 3 additions & 3 deletions packages/client-password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/client-password",
"version": "0.32.1",
"version": "0.32.2",
"description": "@accounts/client-password",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"ts-jest": "27.0.4"
},
"dependencies": {
"@accounts/client": "^0.33.0",
"@accounts/types": "^0.33.0",
"@accounts/client": "^0.33.1",
"@accounts/types": "^0.33.1",
"tslib": "2.3.0"
}
}
24 changes: 16 additions & 8 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
# @accounts/client

## 0.33.0
### Minor Changes
## 0.33.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

- Updated dependencies [[`e81eb578`](https://github.com/accounts-js/accounts/commit/e81eb578b35906346b6fadd6c5768b82879f6cda)]:
- @accounts/types@0.33.1

## 0.33.0

### Minor Changes

- [#1150](https://github.com/accounts-js/accounts/pull/1150) [`22056642`](https://github.com/accounts-js/accounts/commit/220566425755a7015569d8e518095701ff7122e2) Thanks [@larsivi](https://github.com/larsivi)! - Add support for magic-link strategy 🎉.

Installation:

```sh
yarn add @accounts/magic-link
```

Usage:

```js
import AccountsMagicLink from '@accounts/magic-link';

const accountsMagicLink = new AccountsMagicLink({});

const accountsServer = new AccountsServer(
{ db: accountsDb, tokenSecret: 'secret' },
{
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/client",
"version": "0.33.0",
"version": "0.33.1",
"description": "Fullstack authentication and accounts-management",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"rimraf": "3.0.2"
},
"dependencies": {
"@accounts/types": "^0.33.0",
"@accounts/types": "^0.33.1",
"jwt-decode": "3.1.2",
"tslib": "2.3.0"
}
Expand Down
Loading

0 comments on commit 83280af

Please sign in to comment.