Skip to content

Commit

Permalink
Merge pull request #142 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 28, 2024
2 parents 37b0d96 + 77eb102 commit dbacdc7
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/clean-cheetahs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-plants-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-masks-invite.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- da1a1c4: Added `stringifyServiceIdentifier`.
- da1a1c4: Added `Either`.

### Patch Changes

- 2cbb782: Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland.

## 1.3.3

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

## 1.3.5

### Patch Changes

- 2cbb782: Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland.
- Updated dependencies [2cbb782]
- Updated dependencies [da1a1c4]
- Updated dependencies [da1a1c4]
- @inversifyjs/reflect-metadata-utils@0.2.4
- @inversifyjs/common@1.4.0

## 1.3.4

### 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:unit:js": "pnpm run test:js --selectProjects Unit"
},
"sideEffects": false,
"version": "1.3.4"
"version": "1.3.5"
}
6 changes: 6 additions & 0 deletions packages/container/libraries/strongly-typed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inversifyjs/strongly-typed

## 1.1.1

### Patch Changes

- 2cbb782: Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/strongly-typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"sideEffects": false,
"version": "1.1.0"
"version": "1.1.1"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inversifyjs/reflect-metadata-utils

## 0.2.4

### Patch Changes

- 2cbb782: Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland.

## 0.2.3

### 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.3",
"version": "0.2.4",
"description": "Reflect metadata utils",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit dbacdc7

Please sign in to comment.