Skip to content

Commit 518e7b4

Browse files
committed
chore(release): publish
- project: keto-client-wrapper 0.4.0 - project: keto-cli 0.2.7
1 parent 44b51ee commit 518e7b4

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/keto-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.7 (2024-11-06)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated keto-client-wrapper to 0.4.0
6+
17
## 0.2.6 (2024-10-08)
28

39
### 🩹 Fixes

packages/keto-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/keto-cli",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
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",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"tslib": "^2.7.0",
13-
"@getlarge/keto-client-wrapper": "0.3.3",
13+
"@getlarge/keto-client-wrapper": "0.4.0",
1414
"@getlarge/keto-relations-parser": "0.0.11",
1515
"nest-commander": "^3.12.5"
1616
},

packages/keto-client-wrapper/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.4.0 (2024-11-06)
2+
3+
### 🚀 Features
4+
5+
- **keto-client-wrapper:** enhance OryAuthorizationGuard to handle partial public access ([137aa70](https://github.com/getlarge/nestjs-ory-integration/commit/137aa70))
6+
7+
### ❤️ Thank You
8+
9+
- getlarge
10+
111
## 0.3.3 (2024-10-08)
212

313
### 🧱 Updated Dependencies

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.3.3",
3+
"version": "0.4.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",

0 commit comments

Comments
 (0)