Skip to content

Commit 59d6e67

Browse files
authored
v7.7.1 beta.0 release (#1873)
* chore: update internal dependencies * docs: update changelog
1 parent 7c7dcac commit 59d6e67

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ All notable changes to this project from 5.0.0 forward will be documented in thi
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
9-
### Added
7+
## [7.7.1-beta.0]
108

119
### Changed
12-
13-
### Removed
10+
- Fixed a bug causing `Container.bind` and `Container.unbind` to avoid throwing planning errors.
11+
- Fixed a bug causing wrong cached plans involving bindings with ancestor related constraints.
1412

1513
## [7.7.0]
1614

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@inversifyjs/common": "1.5.2",
99
"@inversifyjs/container": "1.12.2",
10-
"@inversifyjs/core": "6.0.1"
10+
"@inversifyjs/core": "7.0.0"
1111
},
1212
"devEngines": {
1313
"packageManager": {
@@ -89,5 +89,5 @@
8989
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec"
9090
},
9191
"sideEffects": false,
92-
"version": "7.7.0"
92+
"version": "7.7.1-beta.0"
9393
}

pnpm-lock.yaml

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)