Skip to content

Commit

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

- project: hydra-client-wrapper 0.3.0

- project: keto-client-wrapper 0.3.0
  • Loading branch information
getlarge committed Jun 4, 2024
1 parent 52445e4 commit 07fba05
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 5 deletions.
14 changes: 14 additions & 0 deletions packages/hydra-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/hydra-client-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/keto-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/keto-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/kratos-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/kratos-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/kratos-client-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 07fba05

Please sign in to comment.