Skip to content

Commit 7d86e15

Browse files
committed
chore(release): publish
- 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
1 parent 01437b1 commit 7d86e15

File tree

10 files changed

+80
-8
lines changed

10 files changed

+80
-8
lines changed

packages/base-client-wrapper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2 (2024-04-03)
2+
3+
This was a version bump only for base-client-wrapper to align it with other projects, there were no code changes.
4+
15
## 0.1.1 (2024-04-03)
26

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

packages/base-client-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@getlarge/base-client-wrapper",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"dependencies": {
77
"@nestjs/axios": "^3.0.1",

packages/keto-cli/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## 0.1.0 (2024-04-03)
2+
3+
4+
### 🚀 Features
5+
6+
- **keto-cli:** create CLI to interact with Keto API ([35ff1a6](https://github.com/getlarge/nestjs-ory-integration/commit/35ff1a6))
7+
8+
- **keto-cli:** type and validate ConfigService values ([f4d8242](https://github.com/getlarge/nestjs-ory-integration/commit/f4d8242))
9+
10+
- **keto-cli:** add CreateRelationCommand ([487e238](https://github.com/getlarge/nestjs-ory-integration/commit/487e238))
11+
12+
- **keto-cli:** create DeleteRelationCommand ([d0bb25c](https://github.com/getlarge/nestjs-ory-integration/commit/d0bb25c))
13+
14+
- **keto-cli:** create ExpandPermissionsCommand ([8d25484](https://github.com/getlarge/nestjs-ory-integration/commit/8d25484))
15+
16+
- **keto-cli:** create GetRelationsCommand ([1c70342](https://github.com/getlarge/nestjs-ory-integration/commit/1c70342))
17+
18+
19+
### ❤️ Thank You
20+
21+
- Edouard @getlarge
22+
- getlarge @getlarge

packages/keto-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@getlarge/keto-cli",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"dependencies": {
55
"tslib": "^2.3.0",
6-
"@getlarge/keto-client-wrapper": "*",
6+
"@getlarge/keto-client-wrapper": "0.2.1",
77
"@nestjs/common": "^10.0.2",
88
"@nestjs/config": "^3.1.1",
9-
"@getlarge/keto-relations-parser": "*",
9+
"@getlarge/keto-relations-parser": "0.0.5",
1010
"@ory/client": "^1.4.9",
1111
"nest-commander": "^3.12.5",
1212
"class-transformer": "^0.5.1",

packages/keto-client-wrapper/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.2.1 (2024-04-03)
2+
3+
4+
### 🚀 Features
5+
6+
- **keto-cli:** create CLI to interact with Keto API ([35ff1a6](https://github.com/getlarge/nestjs-ory-integration/commit/35ff1a6))
7+
8+
- **keto-client-wrapper:** allow override Ory client configuration ([7ad906d](https://github.com/getlarge/nestjs-ory-integration/commit/7ad906d))
9+
10+
11+
### 🩹 Fixes
12+
13+
- 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))
14+
15+
16+
### ❤️ Thank You
17+
18+
- Edouard @getlarge
19+
- getlarge @getlarge
20+
121
## 0.2.0 (2024-04-03)
222

323

packages/keto-client-wrapper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@getlarge/keto-client-wrapper",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-client-wrapper",
66
"dependencies": {
7-
"@getlarge/keto-relations-parser": "0.0.4",
7+
"@getlarge/keto-relations-parser": "0.0.5",
88
"tslib": "^2.3.0",
99
"defekt": "^9.3.1",
1010
"rxjs": "^7.8.0"

packages/keto-relations-parser/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.0.5 (2024-04-03)
2+
3+
4+
### 🚀 Features
5+
6+
- **keto-relations-parser:** export extra types ([715ecac](https://github.com/getlarge/nestjs-ory-integration/commit/715ecac))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Edouard @getlarge
12+
- getlarge @getlarge
13+
114
## 0.0.4 (2024-04-03)
215

316

packages/keto-relations-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/keto-relations-parser",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"license": "MIT",
55
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-relations-parser",
66
"dependencies": {

packages/kratos-client-wrapper/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.1.2 (2024-04-03)
2+
3+
4+
### 🩹 Fixes
5+
6+
- 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))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Edouard @getlarge
12+
- getlarge @getlarge
13+
114
## 0.1.1 (2024-04-03)
215

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

packages/kratos-client-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/kratos-client-wrapper",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-client-wrapper",
66
"dependencies": {

0 commit comments

Comments
 (0)