Skip to content

Commit

Permalink
v59.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 22, 2024
1 parent dd5844c commit 86ff501
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [59.0.0](https://github.com/waitingsong/kmore/compare/v58.0.2...v59.0.0) (2024-01-22)

**Note:** Version bump only for package npm-mono-base





## [58.0.2](https://github.com/waitingsong/kmore/compare/v58.0.1...v58.0.2) (2023-09-19)

**Note:** Version bump only for package kmore
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "58.0.2",
"version": "59.0.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/kmore-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [59.0.0](https://github.com/waitingsong/kmore/compare/v58.0.2...v59.0.0) (2024-01-22)

**Note:** Version bump only for package kmore-cli





## [58.0.2](https://github.com/waitingsong/kmore/compare/v58.0.1...v58.0.2) (2023-09-19)

**Note:** Version bump only for package kmore-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/kmore-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kmore-cli",
"author": "waiting",
"version": "58.0.2",
"version": "59.0.0",
"description": "Command line to generate dicts from ts source files for kmore",
"keywords": [
"kmore",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@waiting/shared-core": "^23.0.0",
"@waiting/shared-types": "^23.0.0",
"@waiting/shared-types-dev": "^16.0.0",
"kmore-types": "^58.0.1",
"kmore-types": "^59.0.0",
"minimist": "^1.2.8",
"rxjs": "^7.8.0",
"rxwalker": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/kmore-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [59.0.0](https://github.com/waitingsong/kmore/compare/v58.0.2...v59.0.0) (2024-01-22)

**Note:** Version bump only for package kmore-types





## [58.0.1](https://github.com/waitingsong/kmore/compare/v58.0.0...v58.0.1) (2023-09-18)

**Note:** Version bump only for package kmore-types
Expand Down
2 changes: 1 addition & 1 deletion packages/kmore-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kmore-types",
"author": "waiting",
"version": "58.0.1",
"version": "59.0.0",
"description": "Retrieve types info from ts file",
"keywords": [
"kmore",
Expand Down
8 changes: 8 additions & 0 deletions packages/kmore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [59.0.0](https://github.com/waitingsong/kmore/compare/v58.0.2...v59.0.0) (2024-01-22)

**Note:** Version bump only for package kmore





## [58.0.2](https://github.com/waitingsong/kmore/compare/v58.0.1...v58.0.2) (2023-09-19)

**Note:** Version bump only for package kmore
Expand Down
6 changes: 3 additions & 3 deletions packages/kmore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kmore",
"author": "waiting",
"version": "58.0.2",
"version": "59.0.0",
"description": "A SQL query builder based on knex with powerful TypeScript type support",
"keywords": [
"knex",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"@mwcp/otel": "20 - 22",
"kmore-cli": "^58.0.2",
"kmore-types": "^58.0.1",
"kmore-cli": "^59.0.0",
"kmore-types": "^59.0.0",
"knex": "^3.1.0",
"pg": "^8.11.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-component-kmore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [59.0.0](https://github.com/waitingsong/kmore/compare/v58.0.2...v59.0.0) (2024-01-22)

**Note:** Version bump only for package @mwcp/kmore





## [58.0.2](https://github.com/waitingsong/kmore/compare/v58.0.1...v58.0.2) (2023-09-19)

**Note:** Version bump only for package @mwcp/kmore
Expand Down
8 changes: 4 additions & 4 deletions packages/midway-component-kmore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/kmore",
"author": "waiting",
"version": "58.0.2",
"version": "59.0.0",
"description": "midway component for knex, supports declarative transaction and OpenTelemetry",
"keywords": [
"Transactional",
Expand Down Expand Up @@ -43,12 +43,12 @@
"@mwcp/otel": "20 - 22",
"@mwcp/share": "20 - 22",
"@waiting/shared-core": "^23.0.0",
"kmore": "^58.0.2",
"kmore": "^59.0.0",
"knex": "^3.1.0"
},
"devDependencies": {
"kmore-cli": "^58.0.2",
"kmore-types": "^58.0.1"
"kmore-cli": "^59.0.0",
"kmore-types": "^59.0.0"
},
"engines": {
"node": ">=18.12.0",
Expand Down

0 comments on commit 86ff501

Please sign in to comment.