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.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
  • Loading branch information
getlarge committed Apr 3, 2024
1 parent cedcdc4 commit 99efe37
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0 (2024-04-03)

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

## 0.1.0 (2024-02-06)

This was a version bump only for nestjs-ory-integration to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-ory-integration",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"scripts": {},
"private": true,
Expand Down
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.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.

## 0.1.0 (2024-02-06)


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.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@nestjs/axios": "^3.0.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/keto-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.2.0 (2024-04-03)


### 🚀 Features

- **keto-client-wrapper:** support logic operators ([85bdce3](https://github.com/getlarge/nestjs-ory-integration/commit/85bdce3))


### 🩹 Fixes

- **keto-client-wrapper:** do NOT import injected class as type ([18ff575](https://github.com/getlarge/nestjs-ory-integration/commit/18ff575))


### ❤️ Thank You

- getlarge @getlarge

## 0.1.0 (2024-02-06)


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


### 🩹 Fixes

- **keto-relations-parser:** fix type issue in get ([0c00b06](https://github.com/getlarge/nestjs-ory-integration/commit/0c00b06))


### ❤️ Thank You

- getlarge @getlarge

## 0.0.3 (2024-02-06)


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

## 0.1.0 (2024-02-06)


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.0",
"version": "0.1.1",
"license": "MIT",
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-client-wrapper",
"dependencies": {
Expand Down

0 comments on commit 99efe37

Please sign in to comment.