Skip to content

Commit

Permalink
v67.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 5, 2024
1 parent 9d9235a commit 5fff9fc
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [67.1.0](https://github.com/waitingsong/kmore/compare/v67.0.1...v67.1.0) (2024-10-05)


### Features

* update enum RowLockLevel ([9d9235a](https://github.com/waitingsong/kmore/commit/9d9235a494a3fd69b0aa8c6e9ab32945f3afc9eb))





## [67.0.1](https://github.com/waitingsong/kmore/compare/v67.0.0...v67.0.1) (2024-10-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": "67.0.1",
"version": "67.1.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
11 changes: 11 additions & 0 deletions packages/kmore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [67.1.0](https://github.com/waitingsong/kmore/compare/v67.0.1...v67.1.0) (2024-10-05)


### Features

* update enum RowLockLevel ([9d9235a](https://github.com/waitingsong/kmore/commit/9d9235a494a3fd69b0aa8c6e9ab32945f3afc9eb))





## [67.0.1](https://github.com/waitingsong/kmore/compare/v67.0.0...v67.0.1) (2024-10-05)

**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.0.1",
"version": "67.1.0",
"description": "A SQL query builder based on knex with powerful TypeScript type support",
"keywords": [
"knex",
Expand Down
11 changes: 11 additions & 0 deletions packages/midway-component-kmore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [67.1.0](https://github.com/waitingsong/kmore/compare/v67.0.1...v67.1.0) (2024-10-05)


### Features

* update enum RowLockLevel ([9d9235a](https://github.com/waitingsong/kmore/commit/9d9235a494a3fd69b0aa8c6e9ab32945f3afc9eb))





## [67.0.1](https://github.com/waitingsong/kmore/compare/v67.0.0...v67.0.1) (2024-10-05)

**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.0.1",
"version": "67.1.0",
"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.1",
"kmore": "^67.0.1",
"kmore": "^67.1.0",
"knex": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5fff9fc

Please sign in to comment.