Skip to content

Commit

Permalink
Merge pull request #6 from Karibash/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Karibash authored Jun 21, 2022
2 parents ad1421b + e13e906 commit 399a0f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-rings-melt.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": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs-modular/inject": "^1.0.1",
"@nestjs-modular/inject": "^1.1.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/inject/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nestjs-modular/inject

## 1.1.0

### Minor Changes

- [#5](https://github.com/Karibash/nestjs-modular/pull/5) [`40c42ae`](https://github.com/Karibash/nestjs-modular/commit/40c42aedd2d5b288844a7e8e8b0d83b8e0df74dd) Thanks [@Karibash](https://github.com/Karibash)! - Make it possible to explicitly specify the features to be injected

## 1.0.1

### 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.0.1",
"version": "1.1.0",
"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 399a0f1

Please sign in to comment.