Skip to content

Commit

Permalink
v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 10, 2020
1 parent f38882d commit 5f81159
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 9 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.

## [0.17.1](https://github.com/waitingsong/kmore/compare/v0.17.0...v0.17.1) (2020-06-10)

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





# [0.17.0](https://github.com/waitingsong/kmore/compare/v0.16.4...v0.17.0) (2020-06-07)


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": "0.17.0",
"version": "0.17.1",
"packages": [
"packages/*"
],
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.

## [0.17.1](https://github.com/waitingsong/kmore/compare/v0.17.0...v0.17.1) (2020-06-10)

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





# [0.17.0](https://github.com/waitingsong/kmore/compare/v0.16.4...v0.17.0) (2020-06-07)


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": "0.17.0",
"version": "0.17.1",
"description": "egg plugin of kmore",
"eggPlugin": {
"name": "kmore"
Expand Down Expand Up @@ -40,8 +40,8 @@
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "3",
"kmore": "^0.17.0",
"kmore-cli": "^0.17.0"
"kmore": "^0.17.1",
"kmore-cli": "^0.17.1"
},
"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.

## [0.17.1](https://github.com/waitingsong/kmore/compare/v0.17.0...v0.17.1) (2020-06-10)

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





# [0.17.0](https://github.com/waitingsong/kmore/compare/v0.16.4...v0.17.0) (2020-06-07)

**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": "0.17.0",
"version": "0.17.1",
"description": "Command line to generate config of tables from ts types file for kmore",
"keywords": [
"kmore",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@waiting/shared-core": "3",
"@waiting/shared-types": "3",
"kmore-types": "^0.17.0",
"kmore-types": "^0.17.1",
"rxjs": "^6.5.2",
"yargs": "15"
},
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.

## [0.17.1](https://github.com/waitingsong/kmore/compare/v0.17.0...v0.17.1) (2020-06-10)

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





# [0.17.0](https://github.com/waitingsong/kmore/compare/v0.16.4...v0.17.0) (2020-06-07)

**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": "0.17.0",
"version": "0.17.1",
"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.

## [0.17.1](https://github.com/waitingsong/kmore/compare/v0.17.0...v0.17.1) (2020-06-10)

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





# [0.17.0](https://github.com/waitingsong/kmore/compare/v0.16.4...v0.17.0) (2020-06-07)


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": "0.17.0",
"version": "0.17.1",
"description": "A Knex little more typed factory of SQL query builder powed by TypeScript, with auto-generated type-safe tables accessor for Node.js",
"keywords": [
"knex",
Expand Down Expand Up @@ -37,7 +37,7 @@
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "3",
"kmore-types": "^0.17.0",
"kmore-types": "^0.17.1",
"rxjs": "^6.5.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5f81159

Please sign in to comment.