Skip to content

Commit 07fba05

Browse files
committed
chore(release): publish
- project: kratos-client-wrapper 0.2.0 - project: hydra-client-wrapper 0.3.0 - project: keto-client-wrapper 0.3.0
1 parent 52445e4 commit 07fba05

File tree

8 files changed

+45
-5
lines changed

8 files changed

+45
-5
lines changed

packages/hydra-client-wrapper/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.0 (2024-06-04)
2+
3+
4+
### 🚀 Features
5+
6+
- support async resolvers ([1a5f80b](https://github.com/getlarge/nestjs-ory-integration/commit/1a5f80b))
7+
8+
- bind this (Guard instance) to the Guard options factories ([f1b7d85](https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85))
9+
10+
11+
### ❤️ Thank You
12+
13+
- getlarge @getlarge
14+
115
## 0.2.1 (2024-04-12)
216

317

packages/hydra-client-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/hydra-client-wrapper",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"description": "NestJS Module wrapper for the Ory Hydra API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/hydra-client-wrapper",

packages/keto-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0",
12-
"@getlarge/keto-client-wrapper": "0.2.6",
12+
"@getlarge/keto-client-wrapper": "0.3.0",
1313
"@nestjs/common": "^10.0.2",
1414
"@nestjs/config": "^3.1.1",
1515
"@getlarge/keto-relations-parser": "0.0.9",

packages/keto-client-wrapper/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.3.0 (2024-06-04)
2+
3+
4+
### 🚀 Features
5+
6+
- bind this (Guard instance) to the Guard options factories ([f1b7d85](https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85))
7+
8+
9+
### ❤️ Thank You
10+
11+
- getlarge @getlarge
12+
113
## 0.2.6 (2024-04-12)
214

315

packages/keto-client-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/keto-client-wrapper",
3-
"version": "0.2.6",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"description": "NestJS Module wrapper for the Ory Keto API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-client-wrapper",

packages/kratos-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"tslib": "^2.3.0",
1212
"@nestjs/common": "^10.0.2",
13-
"@getlarge/kratos-client-wrapper": "0.1.8",
13+
"@getlarge/kratos-client-wrapper": "0.2.0",
1414
"@nestjs/config": "^3.1.1",
1515
"nest-commander": "^3.12.5",
1616
"class-transformer": "^0.5.1",

packages/kratos-client-wrapper/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.2.0 (2024-06-04)
2+
3+
4+
### 🚀 Features
5+
6+
- support async resolvers ([1a5f80b](https://github.com/getlarge/nestjs-ory-integration/commit/1a5f80b))
7+
8+
- bind this (Guard instance) to the Guard options factories ([f1b7d85](https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85))
9+
10+
11+
### ❤️ Thank You
12+
13+
- getlarge @getlarge
14+
115
## 0.1.8 (2024-04-12)
216

317

packages/kratos-client-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/kratos-client-wrapper",
3-
"version": "0.1.8",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"description": "NestJS Module wrapper for the Ory Kratos API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-client-wrapper",

0 commit comments

Comments
 (0)