Skip to content

Commit abafe3a

Browse files
authored
Merge pull request #1510 from inversify/changeset-release/main
[Changesets] Bump package versions
2 parents 27813e6 + b42c9d6 commit abafe3a

29 files changed

Lines changed: 108 additions & 23 deletions

File tree

.changeset/thirty-mails-see.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/framework/http/libraries/better-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @inversifyjs/http-better-auth
22

3+
## 4.10.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @inversifyjs/http-core@4.10.2
9+
310
## 4.10.1
411

512
### Patch Changes

packages/framework/http/libraries/better-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@
8686
"test:uncommitted": "pnpm run test --changed=HEAD",
8787
"test:unit": "pnpm run test --project Unit"
8888
},
89-
"version": "4.10.1"
89+
"version": "4.10.2"
9090
}

packages/framework/http/libraries/core/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @inversifyjs/http-core
22

3+
## 4.10.2
4+
35
## 4.10.1
46

57
### Patch Changes
@@ -111,7 +113,7 @@ Updated `InversifyHttpAdapter` with protected `_logger`
111113
Before:
112114

113115
```ts
114-
throw new BadRequestHttpResponse("Error message", undefined, {
116+
throw new BadRequestHttpResponse('Error message', undefined, {
115117
cause: new Error(),
116118
});
117119
```
@@ -120,11 +122,11 @@ After:
120122

121123
```ts
122124
throw new BadRequestHttpResponse(
123-
{ message: "my http body content" },
124-
"Error message",
125+
{ message: 'my http body content' },
126+
'Error message',
125127
{
126128
cause: new Error(),
127-
}
129+
},
128130
);
129131
```
130132

packages/framework/http/libraries/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
"test:uncommitted": "pnpm run test --changed=HEAD",
7676
"test:unit": "pnpm run test --project Unit"
7777
},
78-
"version": "4.10.1"
78+
"version": "4.10.2"
7979
}

packages/framework/http/libraries/express-v4/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @inversifyjs/http-express-v4
22

3+
## 4.10.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @inversifyjs/http-core@4.10.2
9+
310
## 4.10.1
411

512
### Patch Changes

packages/framework/http/libraries/express-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
"test:uncommitted": "pnpm run test --changed=HEAD",
7676
"test:unit": "pnpm run test --project Unit"
7777
},
78-
"version": "4.10.1"
78+
"version": "4.10.2"
7979
}

packages/framework/http/libraries/express/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @inversifyjs/http-express
22

3+
## 4.10.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @inversifyjs/http-core@4.10.2
9+
310
## 4.10.1
411

512
### Patch Changes

packages/framework/http/libraries/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
"test:uncommitted": "pnpm run test --changed=HEAD",
7676
"test:unit": "pnpm run test --project Unit"
7777
},
78-
"version": "4.10.1"
78+
"version": "4.10.2"
7979
}

packages/framework/http/libraries/fastify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @inversifyjs/http-fastify
22

3+
## 4.10.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @inversifyjs/http-core@4.10.2
9+
310
## 4.10.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)