Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: keto-client-wrapper 0.4.0

- project: keto-cli 0.2.7
  • Loading branch information
getlarge committed Nov 6, 2024
1 parent 44b51ee commit 518e7b4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/keto-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.7 (2024-11-06)

### 🧱 Updated Dependencies

- Updated keto-client-wrapper to 0.4.0

## 0.2.6 (2024-10-08)

### 🩹 Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/keto-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/keto-cli",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"description": "CLI wrapper for the Ory Keto API",
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-cli",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"tslib": "^2.7.0",
"@getlarge/keto-client-wrapper": "0.3.3",
"@getlarge/keto-client-wrapper": "0.4.0",
"@getlarge/keto-relations-parser": "0.0.11",
"nest-commander": "^3.12.5"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/keto-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0 (2024-11-06)

### 🚀 Features

- **keto-client-wrapper:** enhance OryAuthorizationGuard to handle partial public access ([137aa70](https://github.com/getlarge/nestjs-ory-integration/commit/137aa70))

### ❤️ Thank You

- getlarge

## 0.3.3 (2024-10-08)

### 🧱 Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/keto-client-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/keto-client-wrapper",
"version": "0.3.3",
"version": "0.4.0",
"license": "MIT",
"description": "NestJS Module wrapper for the Ory Keto API",
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-client-wrapper",
Expand Down

0 comments on commit 518e7b4

Please sign in to comment.