Skip to content

Commit

Permalink
Merge pull request #350 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 26, 2025
2 parents f6edb48 + dbc19c3 commit 32e1c3f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-llamas-decide.md

This file was deleted.

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

## 1.4.2

### Patch Changes

- 1f659f7: Updated `Container` to properly clear planning cache after new bindings are bound

## 1.4.1

### 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 @@ -76,5 +76,5 @@
"test:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"version": "1.4.1"
"version": "1.4.2"
}
7 changes: 7 additions & 0 deletions packages/container/tools/container-benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/container-benchmarks

## 3.3.2

### Patch Changes

- Updated dependencies
- @inversifyjs/container@1.4.2

## 3.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/container/tools/container-benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"lint": "eslint ./src",
"prebuild": "pnpm run build:clean"
},
"version": "3.3.1"
"version": "3.3.2"
}

0 comments on commit 32e1c3f

Please sign in to comment.