Skip to content

Commit

Permalink
Merge pull request #90 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 13, 2024
2 parents b132557 + ffde937 commit bd786d5
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/five-elephants-camp.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.3

### Patch Changes

- 535ad85: Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms

## 1.3.2

### 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.2"
"version": "1.3.3"
}
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.4

### Patch Changes

- 535ad85: Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms
- Updated dependencies [535ad85]
- @inversifyjs/reflect-metadata-utils@0.2.3
- @inversifyjs/common@1.3.3

## 1.3.3

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

## 0.2.3

### Patch Changes

- 535ad85: Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms

## 0.2.2

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

0 comments on commit bd786d5

Please sign in to comment.