Skip to content

Commit

Permalink
Merge pull request #17 from Karibash/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Karibash authored Dec 11, 2022
2 parents 5965bce + addf078 commit 1aad243
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-carpets-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-foxes-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-singers-stare.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.1",
"@nestjs-modular/inject": "1.2.2",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.6.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/inject/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nestjs-modular/inject

## 1.2.2

### Patch Changes

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

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

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

## 1.2.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.2.1",
"version": "1.2.2",
"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 1aad243

Please sign in to comment.