Skip to content

Commit

Permalink
v1.0.1-alpha.124
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 4, 2024
1 parent 68fca4f commit 61f26b6
Show file tree
Hide file tree
Showing 79 changed files with 683 additions and 474 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

### Bug Fixes

- **desktop-ui:** -webkit-scrollbar is not supported in chrome anymore ([68fca4f](https://github.com/deepkit/deepkit-framework/commit/68fca4f393d170e2ce5b4bfa17539d06d6ab1cb0))
- **desktop-ui:** dont ignore dist/ in npm package ([e6e6faa](https://github.com/deepkit/deepkit-framework/commit/e6e6faa77f2e30d741dfe0bf77a0d79c5410a7dd))
- **orm:** make sure getJoin operates on existing join model ([03b2428](https://github.com/deepkit/deepkit-framework/commit/03b242832adac48b7163e1fcf8902e7f1b197e8a))
- **type:** handle more circular types ([5f6bd12](https://github.com/deepkit/deepkit-framework/commit/5f6bd124aaf9c546014b81dbded8110312f4e819)), closes [#477](https://github.com/deepkit/deepkit-framework/issues/477)

### Features

- **orm:** better Error handling + UniqueConstraintFailure ([f1845ee](https://github.com/deepkit/deepkit-framework/commit/f1845ee84eb61a894155944a6efae6b926a4a47d))
- **orm:** new API to configure a join query ([64cc55e](https://github.com/deepkit/deepkit-framework/commit/64cc55e812a6be555515e036de4e6b18d147b4f0))

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

### Bug Fixes
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.123"
"version": "1.0.1-alpha.124"
}
4 changes: 4 additions & 0 deletions packages/api-console-api/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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

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

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

**Note:** Version bump only for package @deepkit/api-console-api
Expand Down
14 changes: 7 additions & 7 deletions packages/api-console-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/api-console-api",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -31,12 +31,12 @@
"@deepkit/type": "^1.0.1-alpha.63"
},
"devDependencies": {
"@deepkit/bson": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/injector": "^1.0.1-alpha.123",
"@deepkit/logger": "^1.0.1-alpha.123",
"@deepkit/rpc": "^1.0.1-alpha.123",
"@deepkit/type": "^1.0.1-alpha.123"
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124"
},
"jest": {
"testEnvironment": "node",
Expand Down
4 changes: 4 additions & 0 deletions packages/api-console-gui/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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

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

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

**Note:** Version bump only for package @deepkit/api-console-gui
Expand Down
24 changes: 12 additions & 12 deletions packages/api-console-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/api-console-gui",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"description": "API Console GUI",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -34,17 +34,17 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@deepkit/api-console-api": "^1.0.1-alpha.123",
"@deepkit/bson": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/core-rxjs": "^1.0.1-alpha.123",
"@deepkit/desktop-ui": "^1.0.1-alpha.123",
"@deepkit/event": "^1.0.1-alpha.123",
"@deepkit/injector": "^1.0.1-alpha.123",
"@deepkit/logger": "^1.0.1-alpha.123",
"@deepkit/rpc": "^1.0.1-alpha.123",
"@deepkit/stopwatch": "^1.0.1-alpha.123",
"@deepkit/type": "^1.0.1-alpha.123",
"@deepkit/api-console-api": "^1.0.1-alpha.124",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/desktop-ui": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"@deepkit/type-compiler": "^1.0.1-alpha.123",
"@deepkit/ui-library": "^1.0.1-alpha.56",
"@types/jasmine": "~4.3.0",
Expand Down
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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

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

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

**Note:** Version bump only for package @deepkit/api-console-module
Expand Down
24 changes: 12 additions & 12 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.123",
"version": "1.0.1-alpha.124",
"description": "API Console",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -34,19 +34,19 @@
"@deepkit/type": "^1.0.1-alpha.43"
},
"dependencies": {
"@deepkit/api-console-api": "^1.0.1-alpha.123",
"@deepkit/api-console-gui": "^1.0.1-alpha.123"
"@deepkit/api-console-api": "^1.0.1-alpha.124",
"@deepkit/api-console-gui": "^1.0.1-alpha.124"
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.123",
"@deepkit/broker": "^1.0.1-alpha.123",
"@deepkit/bson": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/http": "^1.0.1-alpha.123",
"@deepkit/injector": "^1.0.1-alpha.123",
"@deepkit/logger": "^1.0.1-alpha.123",
"@deepkit/rpc": "^1.0.1-alpha.123",
"@deepkit/type": "^1.0.1-alpha.123",
"@deepkit/app": "^1.0.1-alpha.124",
"@deepkit/broker": "^1.0.1-alpha.124",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/http": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"rxjs": "~7.8.0"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/app/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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

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

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

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/app",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"description": "Deepkit App, CLI framework and service container",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -32,13 +32,13 @@
"@deepkit/workflow": "^1.0.1-alpha.13"
},
"devDependencies": {
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/event": "^1.0.1-alpha.123",
"@deepkit/injector": "^1.0.1-alpha.123",
"@deepkit/logger": "^1.0.1-alpha.123",
"@deepkit/stopwatch": "^1.0.1-alpha.123",
"@deepkit/type": "^1.0.1-alpha.123",
"@deepkit/workflow": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"@deepkit/workflow": "^1.0.1-alpha.124",
"conditional-type-checks": "^1.0.5"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/broker/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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

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

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

**Note:** Version bump only for package @deepkit/broker
Expand Down
14 changes: 7 additions & 7 deletions packages/broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/broker",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"rxjs": "*"
},
"devDependencies": {
"@deepkit/bson": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/core-rxjs": "^1.0.1-alpha.123",
"@deepkit/event": "^1.0.1-alpha.123",
"@deepkit/rpc": "^1.0.1-alpha.123",
"@deepkit/type": "^1.0.1-alpha.123"
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124"
},
"jest": {
"testEnvironment": "node",
Expand Down
6 changes: 6 additions & 0 deletions packages/bson/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

### Bug Fixes

- **type:** handle more circular types ([5f6bd12](https://github.com/deepkit/deepkit-framework/commit/5f6bd124aaf9c546014b81dbded8110312f4e819)), closes [#477](https://github.com/deepkit/deepkit-framework/issues/477)

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

**Note:** Version bump only for package @deepkit/bson
Expand Down
6 changes: 3 additions & 3 deletions packages/bson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/bson",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"description": "Deepkit BSON parser",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@deepkit/type": "^1.0.1-alpha.13"
},
"devDependencies": {
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/type": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"@types/bson": "^4.0.3",
"@types/node": "20.6.0",
"bson": "^4.4.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/core-rxjs/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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/core-rxjs

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

**Note:** Version bump only for package @deepkit/core-rxjs
Expand Down
4 changes: 2 additions & 2 deletions packages/core-rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/core-rxjs",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"description": "Deepkit core rxjs library",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"rxjs": "*"
},
"devDependencies": {
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.124",
"rxjs": "~7.8.0"
},
"jest": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

### Bug Fixes

- **desktop-ui:** -webkit-scrollbar is not supported in chrome anymore ([68fca4f](https://github.com/deepkit/deepkit-framework/commit/68fca4f393d170e2ce5b4bfa17539d06d6ab1cb0))
- **type:** handle more circular types ([5f6bd12](https://github.com/deepkit/deepkit-framework/commit/5f6bd124aaf9c546014b81dbded8110312f4e819)), closes [#477](https://github.com/deepkit/deepkit-framework/issues/477)

### Features

- **orm:** better Error handling + UniqueConstraintFailure ([f1845ee](https://github.com/deepkit/deepkit-framework/commit/f1845ee84eb61a894155944a6efae6b926a4a47d))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/core",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"description": "Deepkit core library",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-app/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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/create-app

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

**Note:** Version bump only for package @deepkit/create-app
Expand Down
10 changes: 5 additions & 5 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/create-app",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"description": "asdasd",
"type": "commonjs",
"main": "./dist/cjs/main.js",
Expand All @@ -17,10 +17,10 @@
"deepkit-app": "dist/cjs/main.js"
},
"dependencies": {
"@deepkit/app": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/logger": "^1.0.1-alpha.123",
"@deepkit/type": "^1.0.1-alpha.123",
"@deepkit/app": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"fs-extra": "^9.1.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/desktop-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

### Bug Fixes

- **desktop-ui:** -webkit-scrollbar is not supported in chrome anymore ([68fca4f](https://github.com/deepkit/deepkit-framework/commit/68fca4f393d170e2ce5b4bfa17539d06d6ab1cb0))
- **desktop-ui:** dont ignore dist/ in npm package ([e6e6faa](https://github.com/deepkit/deepkit-framework/commit/e6e6faa77f2e30d741dfe0bf77a0d79c5410a7dd))

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

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/desktop-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/desktop-ui",
"version": "1.0.1-alpha.123",
"version": "1.0.1-alpha.124",
"description": "Library for desktop UI widgets in Angular 10+",
"keywords": [
"Desktop",
Expand Down Expand Up @@ -55,10 +55,10 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@deepkit/core": "^1.0.1-alpha.123",
"@deepkit/core-rxjs": "^1.0.1-alpha.123",
"@deepkit/event": "^1.0.1-alpha.123",
"@deepkit/type": "^1.0.1-alpha.123",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"@types/fs-extra": "^8.0.1",
"@types/node": "20.6.0",
"fs-extra": "^8.1.0",
Expand Down
Loading

0 comments on commit 61f26b6

Please sign in to comment.