Skip to content

Commit

Permalink
v1.0.1-alpha.127
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 6, 2024
1 parent 08996bb commit e071b91
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 20 deletions.
7 changes: 7 additions & 0 deletions 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.127](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.126...v1.0.1-alpha.127) (2024-02-06)

### Bug Fixes

- **framework:** wrong ESM import ([9ec0df2](https://github.com/deepkit/deepkit-framework/commit/9ec0df218ddd42dba52b2ac892701b9d9bff216a))
- **sql:** wrong ESM import ([08996bb](https://github.com/deepkit/deepkit-framework/commit/08996bb2606b48164c727ceb5a7366185efa13a1))

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

### 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.126"
"version": "1.0.1-alpha.127"
}
6 changes: 6 additions & 0 deletions packages/framework/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.127](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.126...v1.0.1-alpha.127) (2024-02-06)

### Bug Fixes

- **framework:** wrong ESM import ([9ec0df2](https://github.com/deepkit/deepkit-framework/commit/9ec0df218ddd42dba52b2ac892701b9d9bff216a))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.126",
"version": "1.0.1-alpha.127",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@deepkit/orm": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/rpc-tcp": "^1.0.1-alpha.126",
"@deepkit/sql": "^1.0.1-alpha.124",
"@deepkit/sql": "^1.0.1-alpha.127",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/template": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
Expand Down
4 changes: 4 additions & 0 deletions packages/mongo/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.127](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.126...v1.0.1-alpha.127) (2024-02-06)

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

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/mongo",
"version": "1.0.1-alpha.125",
"version": "1.0.1-alpha.127",
"description": "Deepkit ORM MongoDB adapter",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/mysql/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.127](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.126...v1.0.1-alpha.127) (2024-02-06)

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

## [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)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/mysql",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.127",
"description": "deepkit/orm MySQL adapter.",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/orm": "^1.0.1-alpha.124",
"@deepkit/orm-integration": "^1.0.1-alpha.13",
"@deepkit/sql": "^1.0.1-alpha.124",
"@deepkit/sql": "^1.0.1-alpha.127",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124"
},
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.127](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.126...v1.0.1-alpha.127) (2024-02-06)

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

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

**Note:** Version bump only for package @deepkit/orm-browser
Expand Down
4 changes: 2 additions & 2 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.126",
"version": "1.0.1-alpha.127",
"description": "ORM Browser",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@deepkit/broker": "^1.0.1-alpha.126",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/framework": "^1.0.1-alpha.126",
"@deepkit/framework": "^1.0.1-alpha.127",
"@deepkit/http": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
Expand Down
4 changes: 4 additions & 0 deletions packages/postgres/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.127](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.126...v1.0.1-alpha.127) (2024-02-06)

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

## [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)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/postgres",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.127",
"description": "deepkit/orm PostgreSQL adapter",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/orm": "^1.0.1-alpha.124",
"@deepkit/orm-integration": "^1.0.1-alpha.13",
"@deepkit/sql": "^1.0.1-alpha.124",
"@deepkit/sql": "^1.0.1-alpha.127",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"@types/sqlstring": "^2.2.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/sql/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.127](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.126...v1.0.1-alpha.127) (2024-02-06)

### Bug Fixes

- **sql:** wrong ESM import ([08996bb](https://github.com/deepkit/deepkit-framework/commit/08996bb2606b48164c727ceb5a7366185efa13a1))

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/sql",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.127",
"description": "deepkit/orm base SQL",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/sqlite/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.127](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.126...v1.0.1-alpha.127) (2024-02-06)

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

## [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)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/sqlite",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.127",
"description": "deepkit/orm SQLite adapter",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/orm": "^1.0.1-alpha.124",
"@deepkit/orm-integration": "^1.0.1-alpha.13",
"@deepkit/sql": "^1.0.1-alpha.124",
"@deepkit/sql": "^1.0.1-alpha.127",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,7 @@ __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.126, @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.127, @deepkit/framework@workspace:packages/framework":
version: 0.0.0-use.local
resolution: "@deepkit/framework@workspace:packages/framework"
dependencies:
Expand All @@ -3245,7 +3245,7 @@ __metadata:
"@deepkit/orm-browser-gui": "npm:^1.0.1-alpha.126"
"@deepkit/rpc": "npm:^1.0.1-alpha.126"
"@deepkit/rpc-tcp": "npm:^1.0.1-alpha.126"
"@deepkit/sql": "npm:^1.0.1-alpha.124"
"@deepkit/sql": "npm:^1.0.1-alpha.127"
"@deepkit/stopwatch": "npm:^1.0.1-alpha.124"
"@deepkit/template": "npm:^1.0.1-alpha.124"
"@deepkit/type": "npm:^1.0.1-alpha.124"
Expand Down Expand Up @@ -3378,7 +3378,7 @@ __metadata:
"@deepkit/core": "npm:^1.0.1-alpha.124"
"@deepkit/orm": "npm:^1.0.1-alpha.124"
"@deepkit/orm-integration": "npm:^1.0.1-alpha.13"
"@deepkit/sql": "npm:^1.0.1-alpha.124"
"@deepkit/sql": "npm:^1.0.1-alpha.127"
"@deepkit/stopwatch": "npm:^1.0.1-alpha.124"
"@deepkit/type": "npm:^1.0.1-alpha.124"
mariadb: "npm:^3.2.3"
Expand Down Expand Up @@ -3466,7 +3466,7 @@ __metadata:
"@deepkit/broker": "npm:^1.0.1-alpha.126"
"@deepkit/bson": "npm:^1.0.1-alpha.124"
"@deepkit/core": "npm:^1.0.1-alpha.124"
"@deepkit/framework": "npm:^1.0.1-alpha.126"
"@deepkit/framework": "npm:^1.0.1-alpha.127"
"@deepkit/http": "npm:^1.0.1-alpha.124"
"@deepkit/injector": "npm:^1.0.1-alpha.124"
"@deepkit/logger": "npm:^1.0.1-alpha.124"
Expand Down Expand Up @@ -3538,7 +3538,7 @@ __metadata:
"@deepkit/core": "npm:^1.0.1-alpha.124"
"@deepkit/orm": "npm:^1.0.1-alpha.124"
"@deepkit/orm-integration": "npm:^1.0.1-alpha.13"
"@deepkit/sql": "npm:^1.0.1-alpha.124"
"@deepkit/sql": "npm:^1.0.1-alpha.127"
"@deepkit/stopwatch": "npm:^1.0.1-alpha.124"
"@deepkit/type": "npm:^1.0.1-alpha.124"
"@types/pg": "npm:^7.14.7"
Expand Down Expand Up @@ -3603,7 +3603,7 @@ __metadata:
languageName: unknown
linkType: soft

"@deepkit/sql@npm:^1.0.1-alpha.0, @deepkit/sql@npm:^1.0.1-alpha.103, @deepkit/sql@npm:^1.0.1-alpha.124, @deepkit/sql@workspace:packages/sql":
"@deepkit/sql@npm:^1.0.1-alpha.0, @deepkit/sql@npm:^1.0.1-alpha.103, @deepkit/sql@npm:^1.0.1-alpha.127, @deepkit/sql@workspace:packages/sql":
version: 0.0.0-use.local
resolution: "@deepkit/sql@workspace:packages/sql"
dependencies:
Expand Down Expand Up @@ -3639,7 +3639,7 @@ __metadata:
"@deepkit/core": "npm:^1.0.1-alpha.124"
"@deepkit/orm": "npm:^1.0.1-alpha.124"
"@deepkit/orm-integration": "npm:^1.0.1-alpha.13"
"@deepkit/sql": "npm:^1.0.1-alpha.124"
"@deepkit/sql": "npm:^1.0.1-alpha.127"
"@deepkit/stopwatch": "npm:^1.0.1-alpha.124"
"@deepkit/type": "npm:^1.0.1-alpha.124"
"@types/better-sqlite3": "npm:^5.4.1"
Expand Down

0 comments on commit e071b91

Please sign in to comment.