Skip to content

Commit

Permalink
Merge pull request #19 from Karibash/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Karibash authored Dec 26, 2022
2 parents 3142107 + 30725f7 commit 3c6c172
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-eggs-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-otters-cough.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@nestjs/common": "9.2.1",
"@nestjs/core": "9.2.1",
"@nestjs/platform-express": "9.2.1",
"@nestjs-modular/inject": "1.2.2",
"@nestjs-modular/inject": "1.2.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/inject/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nestjs-modular/inject

## 1.2.3

### Patch Changes

- [#18](https://github.com/Karibash/nestjs-modular/pull/18) [`1748e5b`](https://github.com/Karibash/nestjs-modular/commit/1748e5b51412b045a2053922f893fff3219fa444) Thanks [@Karibash](https://github.com/Karibash)! - Make the code split into separate files for each use

- [#18](https://github.com/Karibash/nestjs-modular/pull/18) [`93d4b57`](https://github.com/Karibash/nestjs-modular/commit/93d4b57a3a556cbd235bb9b2e3a905578d81758b) Thanks [@Karibash](https://github.com/Karibash)! - Fix a bug that the getFilePaths function was getting directories

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-modular/inject",
"version": "1.2.2",
"version": "1.2.3",
"description": "NestJS module for batch dependency injection by specifying a directory.",
"main": "dist/nestjs-modular-inject.cjs.js",
"module": "dist/nestjs-modular-inject.esm.js",
Expand Down

0 comments on commit 3c6c172

Please sign in to comment.