Skip to content

Commit 1aad243

Browse files
authored
Merge pull request #17 from Karibash/changeset-release/main
Version Packages
2 parents 5965bce + addf078 commit 1aad243

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/curvy-carpets-shout.md

-5
This file was deleted.

.changeset/itchy-foxes-run.md

-5
This file was deleted.

.changeset/witty-singers-stare.md

-5
This file was deleted.

examples/inject/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nestjs/common": "9.2.1",
1919
"@nestjs/core": "9.2.1",
2020
"@nestjs/platform-express": "9.2.1",
21-
"@nestjs-modular/inject": "1.2.1",
21+
"@nestjs-modular/inject": "1.2.2",
2222
"reflect-metadata": "0.1.13",
2323
"rimraf": "3.0.2",
2424
"rxjs": "7.6.0"

packages/inject/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nestjs-modular/inject
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#14](https://github.com/Karibash/nestjs-modular/pull/14) [`907b57f`](https://github.com/Karibash/nestjs-modular/commit/907b57f956037d3ebfcc3ca9171739595d44a52e) Thanks [@Karibash](https://github.com/Karibash)! - Update the version of dependencies
8+
9+
- [#14](https://github.com/Karibash/nestjs-modular/pull/14) [`36f49bd`](https://github.com/Karibash/nestjs-modular/commit/36f49bd71a93e2978ba28689618e1734202755f9) Thanks [@Karibash](https://github.com/Karibash)! - Pin the version of the dependencies
10+
11+
- [#15](https://github.com/Karibash/nestjs-modular/pull/15) [`1815a99`](https://github.com/Karibash/nestjs-modular/commit/1815a99081bd3aadb32d42452612f7d4e3bd886d) Thanks [@Karibash](https://github.com/Karibash)! - Change eslint config
12+
313
## 1.2.1
414

515
### Patch Changes

packages/inject/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-modular/inject",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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)