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

- project: kratos-client-wrapper 0.0.2

- project: base-client-wrapper 0.0.2

- project: keto-client-wrapper 0.0.2

- project: nestjs-ory-integration 0.0.2
  • Loading branch information
getlarge committed Jan 15, 2024
1 parent 0484960 commit 95aa34b
Show file tree
Hide file tree
Showing 10 changed files with 42 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.0.2 (2024-01-15)

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

## 0.0.1 (2024-01-13)


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.0.1",
"version": "0.0.2",
"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.0.2 (2024-01-15)

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

## 0.0.1 (2024-01-13)


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.0.1",
"version": "0.0.2",
"license": "MIT",
"dependencies": {
"@nestjs/axios": "^3.0.1",
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.0.2 (2024-01-15)


### 🩹 Fixes

- **keto-relations-parser:** improve RelationTupleBuilder


### ❤️ Thank You

- getlarge

## 0.0.1 (2024-01-13)


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.0.1",
"version": "0.0.2",
"license": "MIT",
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-client-wrapper",
"dependencies": {
"@getlarge/keto-relations-parser": "0.0.1",
"@getlarge/keto-relations-parser": "0.0.2",
"tslib": "^2.3.0",
"defekt": "^9.3.1",
"lodash.get": "^4.4.2"
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.2 (2024-01-15)


### 🩹 Fixes

- **keto-relations-parser:** improve RelationTupleBuilder


### ❤️ Thank You

- getlarge

## 0.0.1 (2024-01-13)


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.1",
"version": "0.0.2",
"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.0.2 (2024-01-15)

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

## 0.0.1 (2024-01-13)


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

0 comments on commit 95aa34b

Please sign in to comment.