Skip to content

Commit

Permalink
Merge pull request #307 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 Jan 15, 2025
2 parents bcc2b97 + d56f9e0 commit 3cdfae0
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-houses-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-papayas-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-cycles-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-sheep-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-jobs-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-shrimps-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-dodos-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-toes-matter.md

This file was deleted.

11 changes: 9 additions & 2 deletions packages/container/libraries/container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# @inversifyjs/container

## 1.3.3

### Patch Changes

- 6511d66: Updated `ActivationService` and `DeactivationService` to fix an issue involving a service deactivation edge case
- Updated dependencies
- @inversifyjs/core@3.1.0

## 1.3.2

### Patch Changes

- Updated dependencies [c346802]
- Updated dependencies [c346802]
- Updated dependencies
- @inversifyjs/core@3.0.2

## 1.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
"test:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"version": "1.3.2"
"version": "1.3.3"
}
15 changes: 15 additions & 0 deletions packages/container/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @inversifyjs/core

## 3.1.0

### Minor Changes

- 1c93440: Updated `unmanaged` to support method decoration
- 1c93440: Updated `inject` to support method decoration
- 1c93440: Updated `optional` to support method decoration
- 1c93440: Updated `named` to support method decoration
- 1c93440: Updated `tagged` to support method decoration
- 1c93440: Updated `multiInject` to support method decoration

### Patch Changes

- c80459d: Updated `OneToManyMapStar` to fix an issue involving a deletion use case

## 3.0.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:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"version": "3.0.2"
"version": "3.1.0"
}

0 comments on commit 3cdfae0

Please sign in to comment.