Skip to content

Commit

Permalink
v67.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 30, 2024
1 parent 42cf9cb commit 3e86929
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.

## [67.2.2](https://github.com/waitingsong/kmore/compare/v67.2.1...v67.2.2) (2024-10-30)

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





## [67.2.1](https://github.com/waitingsong/kmore/compare/v67.2.0...v67.2.1) (2024-10-18)

**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": "67.2.1",
"version": "67.2.2",
"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.

## [67.2.2](https://github.com/waitingsong/kmore/compare/v67.2.1...v67.2.2) (2024-10-30)

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





## [67.1.3](https://github.com/waitingsong/kmore/compare/v67.1.2...v67.1.3) (2024-10-18)

**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": "67.1.3",
"version": "67.2.2",
"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.

## [67.2.2](https://github.com/waitingsong/kmore/compare/v67.2.1...v67.2.2) (2024-10-30)

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





## [67.1.3](https://github.com/waitingsong/kmore/compare/v67.1.2...v67.1.3) (2024-10-18)

**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": "67.1.3",
"version": "67.2.2",
"description": "A SQL query builder based on knex with powerful TypeScript type support",
"keywords": [
"knex",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@mwcp/otel": "^38.2.2",
"kmore-cli": "^67.1.3",
"kmore-cli": "^67.2.2",
"kmore-types": "^67.1.3",
"knex": "^3.1.0",
"pg": "^8.13.0"
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.

## [67.2.2](https://github.com/waitingsong/kmore/compare/v67.2.1...v67.2.2) (2024-10-30)

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





## [67.2.1](https://github.com/waitingsong/kmore/compare/v67.2.0...v67.2.1) (2024-10-18)

**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": "67.2.1",
"version": "67.2.2",
"description": "midway component for knex, supports declarative transaction and OpenTelemetry",
"keywords": [
"Transactional",
Expand Down Expand Up @@ -40,11 +40,11 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^39.1.0",
"kmore": "^67.1.3",
"kmore": "^67.2.2",
"knex": "^3.1.0"
},
"devDependencies": {
"kmore-cli": "^67.1.3",
"kmore-cli": "^67.2.2",
"kmore-types": "^67.1.3"
},
"engines": {
Expand Down

0 comments on commit 3e86929

Please sign in to comment.