Skip to content

Commit

Permalink
Merge pull request #77 from inversify/changeset-release/main
Browse files Browse the repository at this point in the history
[Changesets] Bump package versions
  • Loading branch information
notaphplover authored Nov 6, 2024
2 parents 6b5812f + 9a7dcfe commit e507154
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-cows-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-experts-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-suits-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-clouds-complain.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/container/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @inversifyjs/core

## 1.2.0

### Minor Changes

- fca62ce: Added `LegacyTarget` model.
- fca62ce: Added `getTargets`.
- c588a5a: Added `getClassMetadataFromMetadataReader`.

### Patch Changes

- 6469c67: Updated `getClassMetadata` to correctly fetch name and target names

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"sideEffects": false,
"version": "1.1.2"
"version": "1.2.0"
}

0 comments on commit e507154

Please sign in to comment.