Skip to content

Commit

Permalink
v67.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 5, 2024
1 parent 6ab6c72 commit 3914d3e
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.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





# [67.0.0](https://github.com/waitingsong/kmore/compare/v66.1.0...v67.0.0) (2024-09-15)

**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.0",
"version": "67.0.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.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





# [67.0.0](https://github.com/waitingsong/kmore/compare/v66.1.0...v67.0.0) (2024-09-15)

**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.0",
"version": "67.0.1",
"description": "Command line to generate dicts from ts source files for kmore",
"keywords": [
"kmore",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@waiting/shared-core": "^23.21.0",
"@waiting/shared-types": "^23.21.0",
"@waiting/shared-types-dev": "^18.0.4",
"kmore-types": "^67.0.0",
"kmore-types": "^67.0.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.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





# [67.0.0](https://github.com/waitingsong/kmore/compare/v66.1.0...v67.0.0) (2024-09-15)

**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.0",
"version": "67.0.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.0.1](https://github.com/waitingsong/kmore/compare/v67.0.0...v67.0.1) (2024-10-05)

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





# [67.0.0](https://github.com/waitingsong/kmore/compare/v66.1.0...v67.0.0) (2024-09-15)

**Note:** Version bump only for package kmore
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.0.0",
"version": "67.0.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.1",
"kmore-cli": "^67.0.0",
"kmore-types": "^67.0.0",
"kmore-cli": "^67.0.1",
"kmore-types": "^67.0.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.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





# [67.0.0](https://github.com/waitingsong/kmore/compare/v66.1.0...v67.0.0) (2024-09-15)

**Note:** Version bump only for package @mwcp/kmore
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.0.0",
"version": "67.0.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.1",
"kmore": "^67.0.0",
"kmore": "^67.0.1",
"knex": "^3.1.0"
},
"devDependencies": {
"kmore-cli": "^67.0.0",
"kmore-types": "^67.0.0"
"kmore-cli": "^67.0.1",
"kmore-types": "^67.0.1"
},
"engines": {
"node": ">=18.12.0",
Expand Down

0 comments on commit 3914d3e

Please sign in to comment.