Skip to content

Commit

Permalink
format: run prettier on changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Jan 15, 2024
1 parent c251f46 commit 1a4824b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Add files here to ignore them from prettier formatting
/dist
/coverage
/.nx/cache
/.nx/cache
CHANGELOG.md
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This was a version bump only for nestjs-ory-integration to align it with other p

## 0.0.1 (2024-01-13)


### 🚀 Features

- create base-client-wrapper ([e8e9a57](https://github.com/getlarge/nestjs-ory-integration/commit/e8e9a57))
Expand Down
2 changes: 0 additions & 2 deletions packages/base-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ This was a version bump only for base-client-wrapper to align it with other proj

## 0.0.1 (2024-01-13)


### 🚀 Features

- create base-client-wrapper


### 🩹 Fixes

- improve OryError to be a subset of AxiosError
Expand Down
6 changes: 1 addition & 5 deletions packages/keto-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
## 0.0.2 (2024-01-15)


### 🩹 Fixes

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


### ❤️ Thank You
### ❤️ Thank You

- getlarge

## 0.0.1 (2024-01-13)


### 🚀 Features

- create keto-client-wrapper

- **keto-client-wrapper:** create OryAuthorizationGuard


### 🩹 Fixes

- update OryAuthorizationGuard and OryAuthenticationGuard interfaces and options
8 changes: 2 additions & 6 deletions packages/keto-relations-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
## 0.0.2 (2024-01-15)


### 🩹 Fixes

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


### ❤️ Thank You
### ❤️ Thank You

- getlarge

## 0.0.1 (2024-01-13)


### 🚀 Features

- port relation-tuple-parser to use Regex
Expand All @@ -23,7 +20,6 @@

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


### ❤️ Thank You
### ❤️ Thank You

- getlarge
2 changes: 0 additions & 2 deletions packages/kratos-client-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ This was a version bump only for kratos-client-wrapper to align it with other pr

## 0.0.1 (2024-01-13)


### 🚀 Features

- create kratos-client-wrapper

- **kratos-client-wrapper:** create OryAuthenticationGuard


### 🩹 Fixes

- update OryAuthorizationGuard and OryAuthenticationGuard interfaces and options

0 comments on commit 1a4824b

Please sign in to comment.