diff --git a/.changeset/fair-flies-run.md b/.changeset/fair-flies-run.md deleted file mode 100644 index 1150e735..00000000 --- a/.changeset/fair-flies-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inversifyjs/core": minor ---- - -Updated plan related error messages with binding metadata details diff --git a/.changeset/few-mirrors-watch.md b/.changeset/few-mirrors-watch.md deleted file mode 100644 index 648f028e..00000000 --- a/.changeset/few-mirrors-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inversifyjs/container": patch ---- - -Updated `Container` bind flow to properly bind dynamic values in the right default scope diff --git a/.changeset/long-dryers-provide.md b/.changeset/long-dryers-provide.md deleted file mode 100644 index 9c632dc3..00000000 --- a/.changeset/long-dryers-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inversifyjs/container": patch ---- - -Updated `Container.snapshot` to properly generate clone binding services diff --git a/.changeset/metal-icons-move.md b/.changeset/metal-icons-move.md deleted file mode 100644 index c4bcae9f..00000000 --- a/.changeset/metal-icons-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inversifyjs/core": patch ---- - -Updated `OneToManyMapStar.clone` to properly clone map array values diff --git a/.changeset/neat-candles-accept.md b/.changeset/neat-candles-accept.md deleted file mode 100644 index 3b30479d..00000000 --- a/.changeset/neat-candles-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inversifyjs/core": patch ---- - -Updated `injectBase` default values to be true diff --git a/.changeset/thick-wombats-march.md b/.changeset/thick-wombats-march.md deleted file mode 100644 index 36b32c3f..00000000 --- a/.changeset/thick-wombats-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inversifyjs/core": patch ---- - -Updated `BindToFluentSyntaxImplementation.toDynamicValue` with right default scope diff --git a/packages/container/libraries/container/CHANGELOG.md b/packages/container/libraries/container/CHANGELOG.md index c741dd3e..39a5162a 100644 --- a/packages/container/libraries/container/CHANGELOG.md +++ b/packages/container/libraries/container/CHANGELOG.md @@ -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 diff --git a/packages/container/libraries/container/package.json b/packages/container/libraries/container/package.json index 1628f4c1..79424904 100644 --- a/packages/container/libraries/container/package.json +++ b/packages/container/libraries/container/package.json @@ -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" } diff --git a/packages/container/libraries/core/CHANGELOG.md b/packages/container/libraries/core/CHANGELOG.md index c1c29a38..90a7eb80 100644 --- a/packages/container/libraries/core/CHANGELOG.md +++ b/packages/container/libraries/core/CHANGELOG.md @@ -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 diff --git a/packages/container/libraries/core/package.json b/packages/container/libraries/core/package.json index d8454615..b2cf70d1 100644 --- a/packages/container/libraries/core/package.json +++ b/packages/container/libraries/core/package.json @@ -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" }