Skip to content

Commit

Permalink
Merge pull request #316 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 16, 2025
2 parents 7521522 + 387aa6a commit 8d3ee6f
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-flies-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-mirrors-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-dryers-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-icons-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-candles-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-wombats-march.md

This file was deleted.

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

## 1.3.4

### Patch Changes

- 559efd8: Updated `Container` bind flow to properly bind dynamic values in the right default scope
- 7572767: Updated `Container.snapshot` to properly generate clone binding services
- Updated dependencies
- @inversifyjs/core@3.2.0

## 1.3.3

### Patch Changes
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.3"
"version": "1.3.4"
}
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

## 3.2.0

### Minor Changes

- 7743276: Updated plan related error messages with binding metadata details

### Patch Changes

- 7572767: Updated `OneToManyMapStar.clone` to properly clone map array values
- 9621865: Updated `injectBase` default values to be true
- 559efd8: Updated `BindToFluentSyntaxImplementation.toDynamicValue` with right default scope

## 3.1.0

### Minor 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.1.0"
"version": "3.2.0"
}

0 comments on commit 8d3ee6f

Please sign in to comment.