Skip to content

Commit

Permalink
Merge pull request #8 from Karibash/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Karibash authored Jun 28, 2022
2 parents 5f2e30f + ffba9ac commit 9ae0758
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-ants-explode.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.1.0",
"@nestjs-modular/inject": "^1.1.1",
"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.1

### Patch Changes

- [#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

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"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 9ae0758

Please sign in to comment.