Skip to content

Commit

Permalink
v5.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 17, 2021
1 parent 5e52745 commit 7a5d0d4
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 13 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.

## 5.7.4 (2021-06-17)

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





## 5.7.3 (2021-06-16)

**Note:** Version bump only for package kmore
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": "5.7.3",
"version": "5.7.4",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/demo/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.

## 5.7.4 (2021-06-17)

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





## 5.7.3 (2021-06-16)

**Note:** Version bump only for package demo
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"author": "waiting",
"version": "5.7.3",
"version": "5.7.4",
"description": "npm boilerplate",
"private": true,
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/egg-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.

## 5.7.4 (2021-06-17)

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





## 5.7.3 (2021-06-16)

**Note:** Version bump only for package egg-kmore
Expand Down
6 changes: 3 additions & 3 deletions packages/egg-kmore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "egg-kmore",
"author": "waiting",
"version": "5.7.3",
"version": "5.7.4",
"description": "egg plugin of kmore",
"eggPlugin": {
"name": "kmore"
Expand Down Expand Up @@ -35,8 +35,8 @@
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "^13.0.0",
"kmore": "^5.7.3",
"kmore-cli": "^5.7.3"
"kmore": "^5.7.4",
"kmore-cli": "^5.7.4"
},
"devDependencies": {
"cross-env": "7",
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.

## 5.7.4 (2021-06-17)

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





## 5.7.3 (2021-06-16)

**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": "5.7.3",
"version": "5.7.4",
"description": "Command line to generate dicts from ts source files for kmore",
"keywords": [
"kmore",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@waiting/shared-core": "^13.0.0",
"@waiting/shared-types": "^13.0.0",
"@waiting/shared-types-dev": "2",
"kmore-types": "^5.7.3",
"kmore-types": "^5.7.4",
"rxjs": "7",
"rxwalker": "4",
"tsconfig-resolver": "^3.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.

## 5.7.4 (2021-06-17)

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





## 5.7.3 (2021-06-16)

**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": "5.7.3",
"version": "5.7.4",
"description": "Retrieve types info from ts file",
"keywords": [
"AST",
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.

## 5.7.4 (2021-06-17)

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





## 5.7.3 (2021-06-16)

**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": "5.7.3",
"version": "5.7.4",
"description": "A SQL query builder based on knex with powerful TypeScript type support",
"keywords": [
"knex",
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "^13.0.0",
"kmore-types": "^5.7.3",
"kmore-types": "^5.7.4",
"rxjs": "7"
},
"devDependencies": {
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.

## 5.7.4 (2021-06-17)

**Note:** Version bump only for package @midway-components/kmore





## 5.7.3 (2021-06-16)

**Note:** Version bump only for package midway-component-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": "@midway-components/kmore",
"author": "waiting",
"version": "5.7.3",
"version": "5.7.4",
"description": "midway component for knex",
"keywords": [
"midway",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@types/jaeger-client": "^3.18.0",
"@waiting/shared-core": "^13.0.0",
"@waiting/shared-types": "^13.0.0",
"kmore": "^5.7.3",
"kmore-types": "^5.7.3",
"kmore": "^5.7.4",
"kmore-types": "^5.7.4",
"midway-component-jaeger": ">=6.1.0",
"opentracing": "^0.14.5",
"rxjs": "7"
Expand Down

0 comments on commit 7a5d0d4

Please sign in to comment.