From 07fba052dacd204fc8a10d43473e170fd8a9e2f9 Mon Sep 17 00:00:00 2001 From: getlarge Date: Tue, 4 Jun 2024 18:01:46 +0200 Subject: [PATCH] chore(release): publish - project: kratos-client-wrapper 0.2.0 - project: hydra-client-wrapper 0.3.0 - project: keto-client-wrapper 0.3.0 --- packages/hydra-client-wrapper/CHANGELOG.md | 14 ++++++++++++++ packages/hydra-client-wrapper/package.json | 2 +- packages/keto-cli/package.json | 2 +- packages/keto-client-wrapper/CHANGELOG.md | 12 ++++++++++++ packages/keto-client-wrapper/package.json | 2 +- packages/kratos-cli/package.json | 2 +- packages/kratos-client-wrapper/CHANGELOG.md | 14 ++++++++++++++ packages/kratos-client-wrapper/package.json | 2 +- 8 files changed, 45 insertions(+), 5 deletions(-) diff --git a/packages/hydra-client-wrapper/CHANGELOG.md b/packages/hydra-client-wrapper/CHANGELOG.md index 746fbda..7669cad 100644 --- a/packages/hydra-client-wrapper/CHANGELOG.md +++ b/packages/hydra-client-wrapper/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.3.0 (2024-06-04) + + +### 🚀 Features + +- support async resolvers ([1a5f80b](https://github.com/getlarge/nestjs-ory-integration/commit/1a5f80b)) + +- bind this (Guard instance) to the Guard options factories ([f1b7d85](https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85)) + + +### ❤️ Thank You + +- getlarge @getlarge + ## 0.2.1 (2024-04-12) diff --git a/packages/hydra-client-wrapper/package.json b/packages/hydra-client-wrapper/package.json index 16318fd..32ddfae 100644 --- a/packages/hydra-client-wrapper/package.json +++ b/packages/hydra-client-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@getlarge/hydra-client-wrapper", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "description": "NestJS Module wrapper for the Ory Hydra API", "homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/hydra-client-wrapper", diff --git a/packages/keto-cli/package.json b/packages/keto-cli/package.json index e019817..5d17666 100644 --- a/packages/keto-cli/package.json +++ b/packages/keto-cli/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "tslib": "^2.3.0", - "@getlarge/keto-client-wrapper": "0.2.6", + "@getlarge/keto-client-wrapper": "0.3.0", "@nestjs/common": "^10.0.2", "@nestjs/config": "^3.1.1", "@getlarge/keto-relations-parser": "0.0.9", diff --git a/packages/keto-client-wrapper/CHANGELOG.md b/packages/keto-client-wrapper/CHANGELOG.md index 4746fd1..f2416a0 100644 --- a/packages/keto-client-wrapper/CHANGELOG.md +++ b/packages/keto-client-wrapper/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.3.0 (2024-06-04) + + +### 🚀 Features + +- bind this (Guard instance) to the Guard options factories ([f1b7d85](https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85)) + + +### ❤️ Thank You + +- getlarge @getlarge + ## 0.2.6 (2024-04-12) diff --git a/packages/keto-client-wrapper/package.json b/packages/keto-client-wrapper/package.json index 16c0169..206b03a 100644 --- a/packages/keto-client-wrapper/package.json +++ b/packages/keto-client-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@getlarge/keto-client-wrapper", - "version": "0.2.6", + "version": "0.3.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", diff --git a/packages/kratos-cli/package.json b/packages/kratos-cli/package.json index c7c7435..32f6caa 100644 --- a/packages/kratos-cli/package.json +++ b/packages/kratos-cli/package.json @@ -10,7 +10,7 @@ "dependencies": { "tslib": "^2.3.0", "@nestjs/common": "^10.0.2", - "@getlarge/kratos-client-wrapper": "0.1.8", + "@getlarge/kratos-client-wrapper": "0.2.0", "@nestjs/config": "^3.1.1", "nest-commander": "^3.12.5", "class-transformer": "^0.5.1", diff --git a/packages/kratos-client-wrapper/CHANGELOG.md b/packages/kratos-client-wrapper/CHANGELOG.md index 171d784..3559381 100644 --- a/packages/kratos-client-wrapper/CHANGELOG.md +++ b/packages/kratos-client-wrapper/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.2.0 (2024-06-04) + + +### 🚀 Features + +- support async resolvers ([1a5f80b](https://github.com/getlarge/nestjs-ory-integration/commit/1a5f80b)) + +- bind this (Guard instance) to the Guard options factories ([f1b7d85](https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85)) + + +### ❤️ Thank You + +- getlarge @getlarge + ## 0.1.8 (2024-04-12) diff --git a/packages/kratos-client-wrapper/package.json b/packages/kratos-client-wrapper/package.json index 9097292..33fd33d 100644 --- a/packages/kratos-client-wrapper/package.json +++ b/packages/kratos-client-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@getlarge/kratos-client-wrapper", - "version": "0.1.8", + "version": "0.2.0", "license": "MIT", "description": "NestJS Module wrapper for the Ory Kratos API", "homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-client-wrapper",