Skip to content

Commit c64485d

Browse files
authored
Merge pull request #1435 from inversify/changeset-release/main
[Changesets] Bump package versions
2 parents c5e7e62 + 1d0eacc commit c64485d

File tree

21 files changed

+80
-16
lines changed

21 files changed

+80
-16
lines changed

.changeset/cool-keys-like.md

Lines changed: 0 additions & 6 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.9.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @inversifyjs/http-core@4.9.0
9+
310
## 4.8.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.8.1"
89+
"version": "4.9.0"
9090
}

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

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

3+
## 4.9.0
4+
5+
### Minor Changes
6+
7+
- Added `httpServerServiceIdentifier`
8+
- Updated `InversifyHttpAdapter.build` to inject http server
9+
310
## 4.8.1
411

512
### Patch Changes

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.8.1"
78+
"version": "4.9.0"
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.9.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @inversifyjs/http-core@4.9.0
9+
310
## 4.8.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.8.1"
78+
"version": "4.9.0"
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.9.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @inversifyjs/http-core@4.9.0
9+
310
## 4.8.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.8.1"
78+
"version": "4.9.0"
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.9.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @inversifyjs/http-core@4.9.0
9+
310
## 4.8.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)