Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
1 parent a012bfe commit a59088a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-mice-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-laws-kick.md

This file was deleted.

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

## 1.3.2

### Patch Changes

- Updated dependencies [c346802]
- Updated dependencies [c346802]
- @inversifyjs/core@3.0.2

## 1.3.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 @@ -80,5 +80,5 @@
"test:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"version": "1.3.1"
"version": "1.3.2"
}
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

## 3.0.2

### Patch Changes

- c346802: Updated `DeactivationService` to allow duplicated deactivations
- c346802: Updated `ActivationService` to allow duplicated activations

## 3.0.1

### Patch 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.0.1"
"version": "3.0.2"
}

0 comments on commit a59088a

Please sign in to comment.