Skip to content

Commit

Permalink
Merge pull request #64 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 Nov 1, 2024
2 parents 36fc6ea + b75f48d commit 6f73b92
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-waves-roll.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- cb8882f: Updated LazyServiceIdentifier.is to support nullish values

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"sideEffects": false,
"version": "1.2.0"
"version": "1.2.1"
}
7 changes: 7 additions & 0 deletions packages/container/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/core

## 1.1.1

### Patch Changes

- Updated dependencies [cb8882f]
- @inversifyjs/common@1.2.1

## 1.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:unit:js": "pnpm run test:js --selectProjects Unit"
},
"sideEffects": false,
"version": "1.1.0"
"version": "1.1.1"
}

0 comments on commit 6f73b92

Please sign in to comment.