Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dull-turkeys-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eager-adults-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-parrots-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-worms-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/migrate-changelog-generator-esm.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/migrate-json-schema-pointer-esm.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/migrate-json-schema-types-esm.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/migrate-open-api-types-esm.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/some-forks-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-doodles-behave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/foundation/tools/changelog-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inversifyjs/foundation-changelog-generator

## 0.2.0

### Minor Changes

- Updated package to be ESM only

## 0.1.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"lint": "eslint ./src",
"prebuild": "pnpm run build:clean"
},
"version": "0.1.1",
"version": "0.2.0",
"type": "module"
}
7 changes: 7 additions & 0 deletions packages/framework/http/libraries/better-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/http-better-auth

## 5.2.0

### Patch Changes

- Updated dependencies
- @inversifyjs/http-core@5.2.0

## 5.1.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
2 changes: 2 additions & 0 deletions packages/framework/http/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @inversifyjs/http-core

## 5.2.0

## 5.1.1

## 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/http/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
7 changes: 7 additions & 0 deletions packages/framework/http/libraries/express-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/http-express-v4

## 5.2.0

### Patch Changes

- Updated dependencies
- @inversifyjs/http-core@5.2.0

## 5.1.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
7 changes: 7 additions & 0 deletions packages/framework/http/libraries/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/http-express

## 5.2.0

### Patch Changes

- Updated dependencies
- @inversifyjs/http-core@5.2.0

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/http/libraries/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
7 changes: 7 additions & 0 deletions packages/framework/http/libraries/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/http-fastify

## 5.2.0

### Patch Changes

- Updated dependencies
- @inversifyjs/http-core@5.2.0

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/http/libraries/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
7 changes: 7 additions & 0 deletions packages/framework/http/libraries/hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/http-hono

## 5.2.0

### Patch Changes

- Updated dependencies
- @inversifyjs/http-core@5.2.0

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/http/libraries/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
15 changes: 15 additions & 0 deletions packages/framework/http/libraries/open-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @inversifyjs/http-open-api

## 5.2.0

### Minor Changes

- Added 3.2 `SwaggerUiProvider`
- Added OpenApi 3.2 decorators

### Patch Changes

- Updated `SwaggerUiProvider` to properly provide operation-level server metadata
- Updated `mergeOpenApiTypeSchema` to properly handle property schema metadata edge case
- Updated dependencies
- @inversifyjs/json-schema-pointer@2.0.0
- @inversifyjs/http-core@5.2.0

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/http/libraries/open-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
7 changes: 7 additions & 0 deletions packages/framework/http/libraries/sse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/http-sse

## 2.0.4

### Patch Changes

- Updated dependencies
- @inversifyjs/http-core@5.2.0

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/http/libraries/sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "2.0.3",
"version": "2.0.4",
"type": "module"
}
7 changes: 7 additions & 0 deletions packages/framework/http/libraries/uwebsockets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/http-uwebsockets

## 5.2.0

### Patch Changes

- Updated dependencies
- @inversifyjs/http-core@5.2.0

## 5.1.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
7 changes: 7 additions & 0 deletions packages/framework/http/libraries/validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inversifyjs/http-validation

## 5.2.0

### Patch Changes

- Updated dependencies
- @inversifyjs/http-core@5.2.0

## 5.1.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "5.1.1",
"version": "5.2.0",
"type": "module"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inversifyjs/json-schema-pointer

## 2.0.0

### Major Changes

- Updated package to be ESM only

## 1.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "1.0.0",
"version": "2.0.0",
"type": "module"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inversifyjs/json-schema-types

## 2.0.0

### Major Changes

- Updated package to be ESM only

## 1.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"lint": "eslint ./src",
"prebuild": "pnpm run build:clean"
},
"version": "1.0.1",
"version": "2.0.0",
"type": "module"
}
15 changes: 15 additions & 0 deletions packages/open-api/libraries/open-api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @inversifyjs/open-api-types

## 2.0.0

### Major Changes

- Updated package to be ESM only

### Minor Changes

- Added `v3Dot2` types

### Patch Changes

- Updated v3Dot1 with right security types
- Updated v3Dot1 with right header object types

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/open-api/libraries/open-api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"lint": "eslint ./src",
"prebuild": "pnpm run build:clean"
},
"version": "1.0.1",
"version": "2.0.0",
"type": "module"
}
Loading