Skip to content

Commit

Permalink
v59.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 6, 2024
1 parent db18d93 commit ddff36e
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 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.5.5](https://github.com/waitingsong/kmore/compare/v59.5.4...v59.5.5) (2024-04-06)

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





## [59.5.4](https://github.com/waitingsong/kmore/compare/v59.5.3...v59.5.4) (2024-04-05)

**Note:** Version bump only for package npm-mono-base
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": "59.5.4",
"version": "59.5.5",
"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.5.5](https://github.com/waitingsong/kmore/compare/v59.5.4...v59.5.5) (2024-04-06)

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





## [59.5.4](https://github.com/waitingsong/kmore/compare/v59.5.3...v59.5.4) (2024-04-05)

**Note:** Version bump only for package kmore-cli
Expand Down
2 changes: 1 addition & 1 deletion 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": "59.5.4",
"version": "59.5.5",
"description": "Command line to generate dicts from ts source files for kmore",
"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.5.5](https://github.com/waitingsong/kmore/compare/v59.5.4...v59.5.5) (2024-04-06)

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





## [59.5.4](https://github.com/waitingsong/kmore/compare/v59.5.3...v59.5.4) (2024-04-05)

**Note:** Version bump only for package kmore
Expand Down
4 changes: 2 additions & 2 deletions packages/kmore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kmore",
"author": "waiting",
"version": "59.5.4",
"version": "59.5.5",
"description": "A SQL query builder based on knex with powerful TypeScript type support",
"keywords": [
"knex",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@mwcp/otel": "24 - 25",
"kmore-cli": "^59.5.4",
"kmore-cli": "^59.5.5",
"kmore-types": "^59.5.4",
"knex": "^3.1.0",
"pg": "^8.11.5"
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.5.5](https://github.com/waitingsong/kmore/compare/v59.5.4...v59.5.5) (2024-04-06)

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





## [59.5.4](https://github.com/waitingsong/kmore/compare/v59.5.3...v59.5.4) (2024-04-05)

**Note:** Version bump only for package @mwcp/kmore
Expand Down
6 changes: 3 additions & 3 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": "59.5.4",
"version": "59.5.5",
"description": "midway component for knex, supports declarative transaction and OpenTelemetry",
"keywords": [
"Transactional",
Expand Down Expand Up @@ -43,11 +43,11 @@
"@mwcp/otel": "^24.2.1",
"@mwcp/share": "^24.2.1",
"@waiting/shared-core": "^23.3.0",
"kmore": "^59.5.4",
"kmore": "^59.5.5",
"knex": "^3.1.0"
},
"devDependencies": {
"kmore-cli": "^59.5.4",
"kmore-cli": "^59.5.5",
"kmore-types": "^59.5.4"
},
"engines": {
Expand Down

0 comments on commit ddff36e

Please sign in to comment.