Skip to content

Commit

Permalink
v67.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 10, 2024
1 parent 454f766 commit 7f0d19d
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.

## [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





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


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.0",
"version": "67.1.1",
"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.1.1](https://github.com/waitingsong/kmore/compare/v67.1.0...v67.1.1) (2024-10-10)

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





## [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-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": "67.0.1",
"version": "67.1.1",
"description": "Command line to generate dicts from ts source files for kmore",
"keywords": [
"kmore",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@waiting/shared-core": "^23.22.0",
"@waiting/shared-types-dev": "^19.0.1",
"kmore-types": "^67.0.1",
"kmore-types": "^67.1.1",
"minimist": "^1.2.8",
"rxjs": "^7.8.1",
"rxwalker": "^7.0.1",
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.

## [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-types





## [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-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": "67.0.1",
"version": "67.1.1",
"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.

## [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





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


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





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


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": "67.1.0",
"version": "67.1.1",
"description": "midway component for knex, supports declarative transaction and OpenTelemetry",
"keywords": [
"Transactional",
Expand Down Expand Up @@ -40,12 +40,12 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^38.2.2",
"kmore": "^67.1.0",
"kmore": "^67.1.1",
"knex": "^3.1.0"
},
"devDependencies": {
"kmore-cli": "^67.0.1",
"kmore-types": "^67.0.1"
"kmore-cli": "^67.1.1",
"kmore-types": "^67.1.1"
},
"engines": {
"node": ">=18.12.0",
Expand Down

0 comments on commit 7f0d19d

Please sign in to comment.