Skip to content

Commit c7981c6

Browse files
committed
chore(release): publish
- project: kratos-client-wrapper 0.2.2 - project: kratos-cli 0.3.2
1 parent b3bafcf commit c7981c6

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/kratos-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.2 (2024-10-07)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated kratos-client-wrapper to 0.2.2
6+
17
## 0.3.1 (2024-10-07)
28

39
### 🩹 Fixes

packages/kratos-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/kratos-cli",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"description": "CLI wrapper for the Ory Kratos API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-cli",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"tslib": "^2.7.0",
13-
"@getlarge/kratos-client-wrapper": "0.2.1",
13+
"@getlarge/kratos-client-wrapper": "0.2.2",
1414
"nest-commander": "^3.15.0"
1515
},
1616
"peerDependencies": {

packages/kratos-client-wrapper/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.2 (2024-10-07)
2+
3+
### 🩹 Fixes
4+
5+
- update authorization header parsing to be case-insensitive ([b3bafcf](https://github.com/getlarge/nestjs-ory-integration/commit/b3bafcf))
6+
7+
### ❤️ Thank You
8+
9+
- getlarge
10+
111
## 0.2.1 (2024-10-07)
212

313
### 🩹 Fixes

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.2.1",
3+
"version": "0.2.2",
44
"license": "MIT",
55
"description": "NestJS Module wrapper for the Ory Kratos API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-client-wrapper",

0 commit comments

Comments
 (0)