Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: keto-relations-parser 0.0.10

- project: keto-client-wrapper 0.3.1

- project: keto-cli 0.2.4
  • Loading branch information
getlarge committed Oct 7, 2024
1 parent f44a1be commit 2d87138
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/keto-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.4 (2024-10-07)

### 🧱 Updated Dependencies

- Updated keto-relations-parser to 0.0.10
- Updated keto-client-wrapper to 0.3.1

## 0.2.3 (2024-04-15)


Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.2.4",
"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,10 +10,10 @@
},
"dependencies": {
"tslib": "^2.7.0",
"@getlarge/keto-client-wrapper": "0.3.0",
"@getlarge/keto-client-wrapper": "0.3.1",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@getlarge/keto-relations-parser": "0.0.9",
"@getlarge/keto-relations-parser": "0.0.10",
"@ory/client": "^1.15.5",
"nest-commander": "^3.12.5",
"class-transformer": "^0.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/keto-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.1 (2024-10-07)

### 🧱 Updated Dependencies

- Updated keto-relations-parser to 0.0.10

## 0.3.0 (2024-06-04)


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.3.1",
"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 All @@ -9,7 +9,7 @@
"access": "public"
},
"dependencies": {
"@getlarge/keto-relations-parser": "0.0.9",
"@getlarge/keto-relations-parser": "0.0.10",
"tslib": "^2.7.0",
"defekt": "^9.3.1",
"rxjs": "^7.8.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/keto-relations-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.0.10 (2024-10-07)

### 🩹 Fixes

- **keto-relations-parser:** accept empty string in parameters ([4f76aea](https://github.com/getlarge/nestjs-ory-integration/commit/4f76aea))

### ❤️ Thank You

- getlarge

## 0.0.9 (2024-04-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/keto-relations-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/keto-relations-parser",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",
"description": "A parser for Ory Keto relation policies",
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-relations-parser",
Expand Down

0 comments on commit 2d87138

Please sign in to comment.