Skip to content

Commit 76edc82

Browse files
committed
chore(release): publish
- project: keto-relations-parser 0.0.13 - project: kratos-client-wrapper 0.2.4 - project: hydra-client-wrapper 0.3.3 - project: keto-client-wrapper 0.6.3 - project: kratos-cli 0.3.4 - project: keto-cli 0.2.12
1 parent 7d5d5ee commit 76edc82

File tree

12 files changed

+83
-10
lines changed

12 files changed

+83
-10
lines changed

packages/hydra-client-wrapper/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.3 (2025-03-24)
2+
3+
### 🩹 Fixes
4+
5+
- update package.json exports to use .js and .d.ts extensions ([50c5dc1](https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1))
6+
7+
### ❤️ Thank You
8+
9+
- getlarge
10+
111
## 0.3.2 (2025-02-01)
212

313
### 🩹 Fixes

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.3.2",
3+
"version": "0.3.3",
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/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.2.12 (2025-03-24)
2+
3+
### 🩹 Fixes
4+
5+
- update package.json exports to use .js and .d.ts extensions ([50c5dc1](https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated keto-relations-parser to 0.0.13
10+
- Updated keto-client-wrapper to 0.6.3
11+
12+
### ❤️ Thank You
13+
14+
- getlarge
15+
116
## 0.2.11 (2025-02-05)
217

318
### 🧱 Updated Dependencies

packages/keto-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/keto-cli",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"description": "CLI wrapper for the Ory Keto API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-cli",
@@ -13,8 +13,8 @@
1313
"@getlarge/keto-relations-parser": "*"
1414
},
1515
"dependencies": {
16-
"@getlarge/keto-client-wrapper": "0.6.2",
17-
"@getlarge/keto-relations-parser": "0.0.12",
16+
"@getlarge/keto-client-wrapper": "0.6.3",
17+
"@getlarge/keto-relations-parser": "0.0.13",
1818
"tslib": "^2.7.0",
1919
"nest-commander": "^3.16.0"
2020
},

packages/keto-client-wrapper/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.6.3 (2025-03-24)
2+
3+
### 🩹 Fixes
4+
5+
- update package.json exports to use .js and .d.ts extensions ([50c5dc1](https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated keto-relations-parser to 0.0.13
10+
11+
### ❤️ Thank You
12+
13+
- getlarge
14+
115
## 0.6.2 (2025-02-05)
216

317
### 🩹 Fixes

packages/keto-client-wrapper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/keto-client-wrapper",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
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",
@@ -13,7 +13,7 @@
1313
"@getlarge/keto-relations-parser": "*"
1414
},
1515
"dependencies": {
16-
"@getlarge/keto-relations-parser": "0.0.12",
16+
"@getlarge/keto-relations-parser": "0.0.13",
1717
"tslib": "^2.7.0",
1818
"defekt": "^9.3.1",
1919
"rxjs": "^7.8.0"

packages/keto-relations-parser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.0.13 (2025-03-24)
2+
3+
### 🩹 Fixes
4+
5+
- update package.json exports to use .js and .d.ts extensions ([50c5dc1](https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1))
6+
7+
### ❤️ Thank You
8+
9+
- getlarge
10+
111
## 0.0.12 (2025-02-01)
212

313
### 🩹 Fixes

packages/keto-relations-parser/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-relations-parser",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"license": "MIT",
55
"description": "A parser for Ory Keto relation policies",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-relations-parser",

packages/kratos-cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.4 (2025-03-24)
2+
3+
### 🩹 Fixes
4+
5+
- update package.json exports to use .js and .d.ts extensions ([50c5dc1](https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated kratos-client-wrapper to 0.2.4
10+
11+
### ❤️ Thank You
12+
13+
- getlarge
14+
115
## 0.3.3 (2025-02-01)
216

317
### 🩹 Fixes

packages/kratos-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/kratos-cli",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"license": "MIT",
55
"description": "CLI wrapper for the Ory Kratos API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-cli",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"tslib": "^2.7.0",
13-
"@getlarge/kratos-client-wrapper": "0.2.3",
13+
"@getlarge/kratos-client-wrapper": "0.2.4",
1414
"nest-commander": "^3.16.0"
1515
},
1616
"peerDependencies": {

0 commit comments

Comments
 (0)