Skip to content

Commit

Permalink
v1.0.1-alpha.130
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 7, 2024
1 parent be189c5 commit ea30f53
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 18 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.130](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.129...v1.0.1-alpha.130) (2024-02-07)

### Bug Fixes

- **http:** don't include resolver/DI objects into HttpRequestParser ([be189c5](https://github.com/deepkit/deepkit-framework/commit/be189c5bcf8d5d57e5c9a1738e458e370bff2b50))

### Features

- **http:** allow to fetch unused path parameters in HttpRequestParser ([cc3cd3b](https://github.com/deepkit/deepkit-framework/commit/cc3cd3bc4a0a75906e43ae764bff473a81b09d1b))

## [1.0.1-alpha.129](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.128...v1.0.1-alpha.129) (2024-02-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"conventionalCommits": true
}
},
"version": "1.0.1-alpha.129"
"version": "1.0.1-alpha.130"
}
4 changes: 4 additions & 0 deletions packages/api-console-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.130](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.129...v1.0.1-alpha.130) (2024-02-07)

**Note:** Version bump only for package @deepkit/api-console-module

## [1.0.1-alpha.129](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.128...v1.0.1-alpha.129) (2024-02-07)

**Note:** Version bump only for package @deepkit/api-console-module
Expand Down
4 changes: 2 additions & 2 deletions packages/api-console-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/api-console-module",
"version": "1.0.1-alpha.129",
"version": "1.0.1-alpha.130",
"description": "API Console",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@deepkit/broker": "^1.0.1-alpha.128",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/http": "^1.0.1-alpha.129",
"@deepkit/http": "^1.0.1-alpha.130",
"@deepkit/injector": "^1.0.1-alpha.128",
"@deepkit/logger": "^1.0.1-alpha.128",
"@deepkit/rpc": "^1.0.1-alpha.128",
Expand Down
4 changes: 4 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.130](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.129...v1.0.1-alpha.130) (2024-02-07)

**Note:** Version bump only for package @deepkit/framework

## [1.0.1-alpha.129](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.128...v1.0.1-alpha.129) (2024-02-07)

**Note:** Version bump only for package @deepkit/framework
Expand Down
6 changes: 3 additions & 3 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/framework",
"version": "1.0.1-alpha.129",
"version": "1.0.1-alpha.130",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@deepkit/workflow": "^1.0.1-alpha.13"
},
"dependencies": {
"@deepkit/api-console-module": "^1.0.1-alpha.129",
"@deepkit/api-console-module": "^1.0.1-alpha.130",
"@deepkit/framework-debug-api": "^1.0.1-alpha.128",
"@deepkit/framework-debug-gui": "^1.0.1-alpha.128",
"@deepkit/orm-browser-api": "^1.0.1-alpha.128",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.128",
"@deepkit/filesystem": "^1.0.1-alpha.124",
"@deepkit/http": "^1.0.1-alpha.129",
"@deepkit/http": "^1.0.1-alpha.130",
"@deepkit/injector": "^1.0.1-alpha.128",
"@deepkit/logger": "^1.0.1-alpha.128",
"@deepkit/orm": "^1.0.1-alpha.128",
Expand Down
10 changes: 10 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.130](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.129...v1.0.1-alpha.130) (2024-02-07)

### Bug Fixes

- **http:** don't include resolver/DI objects into HttpRequestParser ([be189c5](https://github.com/deepkit/deepkit-framework/commit/be189c5bcf8d5d57e5c9a1738e458e370bff2b50))

### Features

- **http:** allow to fetch unused path parameters in HttpRequestParser ([cc3cd3b](https://github.com/deepkit/deepkit-framework/commit/cc3cd3bc4a0a75906e43ae764bff473a81b09d1b))

## [1.0.1-alpha.129](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.128...v1.0.1-alpha.129) (2024-02-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/http",
"version": "1.0.1-alpha.129",
"version": "1.0.1-alpha.130",
"description": "Deepkit HTTP server and router.",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/orm-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.130](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.129...v1.0.1-alpha.130) (2024-02-07)

**Note:** Version bump only for package @deepkit/orm-browser

## [1.0.1-alpha.129](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.128...v1.0.1-alpha.129) (2024-02-07)

**Note:** Version bump only for package @deepkit/orm-browser
Expand Down
6 changes: 3 additions & 3 deletions packages/orm-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/orm-browser",
"version": "1.0.1-alpha.129",
"version": "1.0.1-alpha.130",
"description": "ORM Browser",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@deepkit/broker": "^1.0.1-alpha.128",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/framework": "^1.0.1-alpha.129",
"@deepkit/http": "^1.0.1-alpha.129",
"@deepkit/framework": "^1.0.1-alpha.130",
"@deepkit/http": "^1.0.1-alpha.130",
"@deepkit/injector": "^1.0.1-alpha.128",
"@deepkit/logger": "^1.0.1-alpha.128",
"@deepkit/orm": "^1.0.1-alpha.128",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ __metadata:
languageName: unknown
linkType: soft

"@deepkit/api-console-module@npm:^1.0.1-alpha.129, @deepkit/api-console-module@npm:^1.0.1-alpha.43, @deepkit/api-console-module@workspace:packages/api-console-module":
"@deepkit/api-console-module@npm:^1.0.1-alpha.130, @deepkit/api-console-module@npm:^1.0.1-alpha.43, @deepkit/api-console-module@workspace:packages/api-console-module":
version: 0.0.0-use.local
resolution: "@deepkit/api-console-module@workspace:packages/api-console-module"
dependencies:
Expand All @@ -2813,7 +2813,7 @@ __metadata:
"@deepkit/broker": "npm:^1.0.1-alpha.128"
"@deepkit/bson": "npm:^1.0.1-alpha.124"
"@deepkit/core": "npm:^1.0.1-alpha.124"
"@deepkit/http": "npm:^1.0.1-alpha.129"
"@deepkit/http": "npm:^1.0.1-alpha.130"
"@deepkit/injector": "npm:^1.0.1-alpha.128"
"@deepkit/logger": "npm:^1.0.1-alpha.128"
"@deepkit/rpc": "npm:^1.0.1-alpha.128"
Expand Down Expand Up @@ -3223,11 +3223,11 @@ __metadata:
languageName: unknown
linkType: soft

"@deepkit/framework@npm:^1.0.1-alpha.0, @deepkit/framework@npm:^1.0.1-alpha.103, @deepkit/framework@npm:^1.0.1-alpha.129, @deepkit/framework@workspace:packages/framework":
"@deepkit/framework@npm:^1.0.1-alpha.0, @deepkit/framework@npm:^1.0.1-alpha.103, @deepkit/framework@npm:^1.0.1-alpha.130, @deepkit/framework@workspace:packages/framework":
version: 0.0.0-use.local
resolution: "@deepkit/framework@workspace:packages/framework"
dependencies:
"@deepkit/api-console-module": "npm:^1.0.1-alpha.129"
"@deepkit/api-console-module": "npm:^1.0.1-alpha.130"
"@deepkit/app": "npm:^1.0.1-alpha.128"
"@deepkit/broker": "npm:^1.0.1-alpha.128"
"@deepkit/bson": "npm:^1.0.1-alpha.124"
Expand All @@ -3237,7 +3237,7 @@ __metadata:
"@deepkit/filesystem": "npm:^1.0.1-alpha.124"
"@deepkit/framework-debug-api": "npm:^1.0.1-alpha.128"
"@deepkit/framework-debug-gui": "npm:^1.0.1-alpha.128"
"@deepkit/http": "npm:^1.0.1-alpha.129"
"@deepkit/http": "npm:^1.0.1-alpha.130"
"@deepkit/injector": "npm:^1.0.1-alpha.128"
"@deepkit/logger": "npm:^1.0.1-alpha.128"
"@deepkit/orm": "npm:^1.0.1-alpha.128"
Expand Down Expand Up @@ -3291,7 +3291,7 @@ __metadata:
languageName: unknown
linkType: soft

"@deepkit/http@npm:^1.0.1-alpha.0, @deepkit/http@npm:^1.0.1-alpha.102, @deepkit/http@npm:^1.0.1-alpha.129, @deepkit/http@workspace:packages/http":
"@deepkit/http@npm:^1.0.1-alpha.0, @deepkit/http@npm:^1.0.1-alpha.102, @deepkit/http@npm:^1.0.1-alpha.130, @deepkit/http@workspace:packages/http":
version: 0.0.0-use.local
resolution: "@deepkit/http@workspace:packages/http"
dependencies:
Expand Down Expand Up @@ -3466,8 +3466,8 @@ __metadata:
"@deepkit/broker": "npm:^1.0.1-alpha.128"
"@deepkit/bson": "npm:^1.0.1-alpha.124"
"@deepkit/core": "npm:^1.0.1-alpha.124"
"@deepkit/framework": "npm:^1.0.1-alpha.129"
"@deepkit/http": "npm:^1.0.1-alpha.129"
"@deepkit/framework": "npm:^1.0.1-alpha.130"
"@deepkit/http": "npm:^1.0.1-alpha.130"
"@deepkit/injector": "npm:^1.0.1-alpha.128"
"@deepkit/logger": "npm:^1.0.1-alpha.128"
"@deepkit/orm": "npm:^1.0.1-alpha.128"
Expand Down

0 comments on commit ea30f53

Please sign in to comment.