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.5

- project: kratos-client-wrapper 0.1.2

- project: base-client-wrapper 0.1.2

- project: keto-client-wrapper 0.2.1

- project: keto-cli 0.1.0
  • Loading branch information
getlarge committed Apr 3, 2024
1 parent 01437b1 commit 7d86e15
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/base-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2 (2024-04-03)

This was a version bump only for base-client-wrapper to align it with other projects, there were no code changes.

## 0.1.1 (2024-04-03)

This was a version bump only for base-client-wrapper to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/base-client-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@getlarge/base-client-wrapper",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@nestjs/axios": "^3.0.1",
Expand Down
22 changes: 22 additions & 0 deletions packages/keto-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 0.1.0 (2024-04-03)


### 🚀 Features

- **keto-cli:** create CLI to interact with Keto API ([35ff1a6](https://github.com/getlarge/nestjs-ory-integration/commit/35ff1a6))

- **keto-cli:** type and validate ConfigService values ([f4d8242](https://github.com/getlarge/nestjs-ory-integration/commit/f4d8242))

- **keto-cli:** add CreateRelationCommand ([487e238](https://github.com/getlarge/nestjs-ory-integration/commit/487e238))

- **keto-cli:** create DeleteRelationCommand ([d0bb25c](https://github.com/getlarge/nestjs-ory-integration/commit/d0bb25c))

- **keto-cli:** create ExpandPermissionsCommand ([8d25484](https://github.com/getlarge/nestjs-ory-integration/commit/8d25484))

- **keto-cli:** create GetRelationsCommand ([1c70342](https://github.com/getlarge/nestjs-ory-integration/commit/1c70342))


### ❤️ Thank You

- Edouard @getlarge
- getlarge @getlarge
6 changes: 3 additions & 3 deletions packages/keto-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@getlarge/keto-cli",
"version": "0.0.1",
"version": "0.1.0",
"dependencies": {
"tslib": "^2.3.0",
"@getlarge/keto-client-wrapper": "*",
"@getlarge/keto-client-wrapper": "0.2.1",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.1.1",
"@getlarge/keto-relations-parser": "*",
"@getlarge/keto-relations-parser": "0.0.5",
"@ory/client": "^1.4.9",
"nest-commander": "^3.12.5",
"class-transformer": "^0.5.1",
Expand Down
20 changes: 20 additions & 0 deletions packages/keto-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.2.1 (2024-04-03)


### 🚀 Features

- **keto-cli:** create CLI to interact with Keto API ([35ff1a6](https://github.com/getlarge/nestjs-ory-integration/commit/35ff1a6))

- **keto-client-wrapper:** allow override Ory client configuration ([7ad906d](https://github.com/getlarge/nestjs-ory-integration/commit/7ad906d))


### 🩹 Fixes

- update useFactory arguments to allow any type in ory-permissions, ory-relationships, ory-frontend, and ory-identities module interfaces ([b776b5d](https://github.com/getlarge/nestjs-ory-integration/commit/b776b5d))


### ❤️ Thank You

- Edouard @getlarge
- getlarge @getlarge

## 0.2.0 (2024-04-03)


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,10 +1,10 @@
{
"name": "@getlarge/keto-client-wrapper",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-client-wrapper",
"dependencies": {
"@getlarge/keto-relations-parser": "0.0.4",
"@getlarge/keto-relations-parser": "0.0.5",
"tslib": "^2.3.0",
"defekt": "^9.3.1",
"rxjs": "^7.8.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/keto-relations-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.0.5 (2024-04-03)


### 🚀 Features

- **keto-relations-parser:** export extra types ([715ecac](https://github.com/getlarge/nestjs-ory-integration/commit/715ecac))


### ❤️ Thank You

- Edouard @getlarge
- getlarge @getlarge

## 0.0.4 (2024-04-03)


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.4",
"version": "0.0.5",
"license": "MIT",
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-relations-parser",
"dependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/kratos-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.1.2 (2024-04-03)


### 🩹 Fixes

- update useFactory arguments to allow any type in ory-permissions, ory-relationships, ory-frontend, and ory-identities module interfaces ([b776b5d](https://github.com/getlarge/nestjs-ory-integration/commit/b776b5d))


### ❤️ Thank You

- Edouard @getlarge
- getlarge @getlarge

## 0.1.1 (2024-04-03)

This was a version bump only for kratos-client-wrapper to align it with other projects, there were no code changes.
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.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-client-wrapper",
"dependencies": {
Expand Down

0 comments on commit 7d86e15

Please sign in to comment.