Skip to content

Commit

Permalink
Merge pull request #83 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 7, 2024
2 parents 63d5986 + bbd1265 commit 9bcf456
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/eighty-fireants-wink.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.3.2

### Patch Changes

- 2b629d6: Removed wrong os constraint.

## 1.3.1

### Patch 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 @@ -66,5 +66,5 @@
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"sideEffects": false,
"version": "1.3.1"
"version": "1.3.2"
}
9 changes: 9 additions & 0 deletions packages/container/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inversifyjs/core

## 1.3.2

### Patch Changes

- 2b629d6: Removed wrong os constraint.
- Updated dependencies [2b629d6]
- @inversifyjs/reflect-metadata-utils@0.2.2
- @inversifyjs/common@1.3.2

## 1.3.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 @@ -70,5 +70,5 @@
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"sideEffects": false,
"version": "1.3.1"
"version": "1.3.2"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inversifyjs/reflect-metadata-utils

## 0.2.2

### Patch Changes

- 2b629d6: Removed wrong os constraint.

## 0.2.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inversifyjs/reflect-metadata-utils",
"version": "0.2.1",
"version": "0.2.2",
"description": "Reflect metadata utils",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 9bcf456

Please sign in to comment.