Skip to content

Commit 9ae0758

Browse files
authored
Merge pull request #8 from Karibash/changeset-release/main
Version Packages
2 parents 5f2e30f + ffba9ac commit 9ae0758

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/dull-ants-explode.md

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

examples/inject/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nestjs/common": "^8.0.0",
1919
"@nestjs/core": "^8.0.0",
2020
"@nestjs/platform-express": "^8.0.0",
21-
"@nestjs-modular/inject": "^1.1.0",
21+
"@nestjs-modular/inject": "^1.1.1",
2222
"reflect-metadata": "^0.1.13",
2323
"rimraf": "^3.0.2",
2424
"rxjs": "^7.2.0"

packages/inject/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nestjs-modular/inject
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#7](https://github.com/Karibash/nestjs-modular/pull/7) [`720b177`](https://github.com/Karibash/nestjs-modular/commit/720b1779e66108790820710288e2aa5297a74f31) Thanks [@Karibash](https://github.com/Karibash)! - Make the type definitions of settings be split and defined separately
8+
39
## 1.1.0
410

511
### Minor Changes

packages/inject/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-modular/inject",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "NestJS module for batch dependency injection by specifying a directory.",
55
"main": "dist/nestjs-modular-inject.cjs.js",
66
"module": "dist/nestjs-modular-inject.esm.js",

0 commit comments

Comments
 (0)