Skip to content

Commit

Permalink
internal: Create release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Aug 31, 2023
1 parent 18ee48d commit 2717efb
Show file tree
Hide file tree
Showing 19 changed files with 86 additions and 48 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.12 (2023-08-31)

**Note**: Updated local dependencies.

## 1.0.11 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/crypto",
"description": "DreamAuth WebCrypto Wrapper",
"version": "1.0.11",
"version": "1.0.12",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@dreamauth/errors": "^4.0.2",
"@dreamauth/util": "^4.0.6"
"@dreamauth/util": "^4.0.7"
}
}
4 changes: 4 additions & 0 deletions packages/encryption-codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.29 (2023-08-31)

**Note**: Updated local dependencies.

## 2.0.28 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
8 changes: 4 additions & 4 deletions packages/encryption-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/encryption-codec",
"description": "DreamAuth Encryption Codec",
"version": "2.0.28",
"version": "2.0.29",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"access": "public"
},
"dependencies": {
"@dreamauth/jwk": "^3.0.28",
"@dreamauth/types": "^4.0.20",
"@dreamauth/crypto": "^1.0.11"
"@dreamauth/jwk": "^3.0.29",
"@dreamauth/types": "^4.0.21",
"@dreamauth/crypto": "^1.0.12"
}
}
4 changes: 4 additions & 0 deletions packages/jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.29 (2023-08-31)

**Note**: Updated local dependencies.

## 3.0.28 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
8 changes: 4 additions & 4 deletions packages/jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/jwk",
"description": "DreamAuth JWK",
"version": "3.0.28",
"version": "3.0.29",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^1.0.11",
"@dreamauth/types": "^4.0.20",
"@dreamauth/util": "^4.0.6"
"@dreamauth/crypto": "^1.0.12",
"@dreamauth/types": "^4.0.21",
"@dreamauth/util": "^4.0.7"
}
}
4 changes: 4 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.15 (2023-08-31)

**Note**: Updated local dependencies.

## 5.0.14 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
8 changes: 4 additions & 4 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/jwt",
"description": "DreamAuth JWT",
"version": "5.0.14",
"version": "5.0.15",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"dependencies": {
"@dreamauth/base64url": "^1.0.3",
"@dreamauth/crypto": "^1.0.11",
"@dreamauth/crypto": "^1.0.12",
"@dreamauth/errors": "^4.0.2",
"@dreamauth/jwk": "^3.0.28",
"@dreamauth/jwk": "^3.0.29",
"@dreamauth/time": "^1.0.0",
"@dreamauth/types": "^4.0.20"
"@dreamauth/types": "^4.0.21"
}
}
4 changes: 4 additions & 0 deletions packages/password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.4 (2023-08-31)

**Note**: Updated local dependencies.

## 2.2.3 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
6 changes: 3 additions & 3 deletions packages/password/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/password",
"description": "DreamAuth Password",
"version": "2.2.3",
"version": "2.2.4",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"@dreamauth/base64url": "^1.0.3",
"@dreamauth/crypto": "^1.0.11",
"@dreamauth/crypto": "^1.0.12",
"@dreamauth/errors": "^4.0.2",
"@dreamauth/jwk": "^3.0.28",
"@dreamauth/jwk": "^3.0.29",
"hash-wasm": "4.9.0"
}
}
4 changes: 4 additions & 0 deletions packages/pkce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.12 (2023-08-31)

**Note**: Updated local dependencies.

## 2.0.11 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
4 changes: 2 additions & 2 deletions packages/pkce/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/pkce",
"description": "DreamAuth PKCE",
"version": "2.0.11",
"version": "2.0.12",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@dreamauth/base64url": "^1.0.3",
"@dreamauth/crypto": "^1.0.11"
"@dreamauth/crypto": "^1.0.12"
}
}
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.21 (2023-08-31)

**Note**: Updated local dependencies.

## 4.0.20 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/types",
"description": "DreamAuth Types",
"version": "4.0.20",
"version": "4.0.21",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,6 +33,6 @@
"access": "public"
},
"dependencies": {
"@dreamauth/util": "^4.0.6"
"@dreamauth/util": "^4.0.7"
}
}
4 changes: 4 additions & 0 deletions packages/unsafe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.7 (2023-08-31)

**Note**: Updated local dependencies.

## 2.0.6 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
4 changes: 2 additions & 2 deletions packages/unsafe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/unsafe",
"description": "DreamAuth error handling and logging.",
"version": "2.0.6",
"version": "2.0.7",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@dreamauth/time": "^1.0.0",
"@dreamauth/util": "^4.0.6"
"@dreamauth/util": "^4.0.7"
}
}
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.7 (2023-08-31)

### Chores

- Add Select type. (18ee48d)

## 4.0.6 (2023-08-31)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/util",
"description": "DreamAuth Utilities",
"version": "4.0.6",
"version": "4.0.7",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down

0 comments on commit 2717efb

Please sign in to comment.