Skip to content

Commit

Permalink
v67.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 16, 2024
1 parent 31b620c commit 55baa70
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 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.1.2](https://github.com/waitingsong/kmore/compare/v67.1.1...v67.1.2) (2024-10-16)

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





## [67.1.1](https://github.com/waitingsong/kmore/compare/v67.1.0...v67.1.1) (2024-10-10)

**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.1.1",
"version": "67.1.2",
"command": {
"publish": {
"ignoreChanges": [
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.1.2](https://github.com/waitingsong/kmore/compare/v67.1.1...v67.1.2) (2024-10-16)

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





## [67.1.1](https://github.com/waitingsong/kmore/compare/v67.1.0...v67.1.1) (2024-10-10)

**Note:** Version bump only for package kmore
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "67.1.2",
"description": "A SQL query builder based on knex with powerful TypeScript type support",
"keywords": [
"knex",
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.1.2](https://github.com/waitingsong/kmore/compare/v67.1.1...v67.1.2) (2024-10-16)

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





## [67.1.1](https://github.com/waitingsong/kmore/compare/v67.1.0...v67.1.1) (2024-10-10)

**Note:** Version bump only for package @mwcp/kmore
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "67.1.2",
"description": "midway component for knex, supports declarative transaction and OpenTelemetry",
"keywords": [
"Transactional",
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^38.2.2",
"kmore": "^67.1.1",
"kmore": "^67.1.2",
"knex": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 55baa70

Please sign in to comment.