Skip to content

Commit 99efe37

Browse files
committed
chore(release): publish
- project: keto-relations-parser 0.0.4 - project: kratos-client-wrapper 0.1.1 - project: base-client-wrapper 0.1.1 - project: keto-client-wrapper 0.2.0 - project: nestjs-ory-integration 0.2.0
1 parent cedcdc4 commit 99efe37

File tree

10 files changed

+47
-6
lines changed

10 files changed

+47
-6
lines changed

CHANGELOG.md

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

37
This was a version bump only for nestjs-ory-integration to align it with other projects, there were no code changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-ory-integration",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"scripts": {},
66
"private": true,

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.1 (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.0 (2024-02-06)
26

37

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.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"dependencies": {
77
"@nestjs/axios": "^3.0.1",

packages/keto-client-wrapper/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.2.0 (2024-04-03)
2+
3+
4+
### 🚀 Features
5+
6+
- **keto-client-wrapper:** support logic operators ([85bdce3](https://github.com/getlarge/nestjs-ory-integration/commit/85bdce3))
7+
8+
9+
### 🩹 Fixes
10+
11+
- **keto-client-wrapper:** do NOT import injected class as type ([18ff575](https://github.com/getlarge/nestjs-ory-integration/commit/18ff575))
12+
13+
14+
### ❤️ Thank You
15+
16+
- getlarge @getlarge
17+
118
## 0.1.0 (2024-02-06)
219

320

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.1.0",
3+
"version": "0.2.0",
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.3",
7+
"@getlarge/keto-relations-parser": "0.0.4",
88
"tslib": "^2.3.0",
99
"defekt": "^9.3.1",
1010
"rxjs": "^7.8.0"

packages/keto-relations-parser/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.0.4 (2024-04-03)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **keto-relations-parser:** fix type issue in get ([0c00b06](https://github.com/getlarge/nestjs-ory-integration/commit/0c00b06))
7+
8+
9+
### ❤️ Thank You
10+
11+
- getlarge @getlarge
12+
113
## 0.0.3 (2024-02-06)
214

315

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.3",
3+
"version": "0.0.4",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1 (2024-04-03)
2+
3+
This was a version bump only for kratos-client-wrapper to align it with other projects, there were no code changes.
4+
15
## 0.1.0 (2024-02-06)
26

37

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.0",
3+
"version": "0.1.1",
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)