Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 29, 2021
1 parent a812260 commit 7ed7a5a
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 10 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.

# 4.0.0 (2021-04-29)

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





# 3.3.0 (2021-04-28)


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": "3.3.0",
"version": "4.0.0",
"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.

# 4.0.0 (2021-04-29)

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





# 3.3.0 (2021-04-28)


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": "3.3.0",
"version": "4.0.0",
"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.

# 4.0.0 (2021-04-29)

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





# 3.3.0 (2021-04-28)


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

# 4.0.0 (2021-04-29)

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





# 3.3.0 (2021-04-28)


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": "3.3.0",
"version": "4.0.0",
"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": "8",
"@waiting/shared-types": "8",
"@waiting/shared-types-dev": "2",
"kmore-types": "^3.3.0",
"kmore-types": "^4.0.0",
"rxjs": "6",
"rxwalker": "3",
"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.

# 4.0.0 (2021-04-29)

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





# 3.3.0 (2021-04-28)


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": "3.3.0",
"version": "4.0.0",
"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.

# 4.0.0 (2021-04-29)

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





# 3.3.0 (2021-04-28)


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": "3.3.0",
"version": "4.0.0",
"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": "8",
"kmore-types": "^3.3.0",
"kmore-types": "^4.0.0",
"rxjs": "6"
},
"devDependencies": {
Expand Down

0 comments on commit 7ed7a5a

Please sign in to comment.