Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Changesets] Bump package versions #473

Merged
merged 2 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-jokes-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-cougars-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-geckos-stick.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inversifyjs/binding-decorators

## 1.1.1

### Patch Changes

- 69f5344: Updated inversify peer dependency

## 1.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "1.1.0"
"version": "1.1.1"
}
9 changes: 8 additions & 1 deletion packages/container/libraries/container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# @inversifyjs/container

## 1.5.4

### Patch Changes

- Updated dependencies
- @inversifyjs/[email protected]

## 1.5.3

### Patch Changes

- a77354a: Updated `container.get` like methods to no longer initialize twice singleton scoped bindings
- Updated dependencies [a77354a]
- Updated dependencies
- @inversifyjs/[email protected]

## 1.5.2
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 @@ -74,5 +74,5 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "1.5.3"
"version": "1.5.4"
}
10 changes: 10 additions & 0 deletions packages/container/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @inversifyjs/core

## 5.0.0

### Major Changes

- 6de1cee: updated `BasePlanParams.servicesBranch` to be an array

### Patch Changes

- 7ef055a: Updated `plan` to no longer provide false positive circular dependencies

## 4.0.1

### 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 @@ -72,5 +72,5 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "4.0.1"
"version": "5.0.0"
}
Loading