Skip to content

Commit

Permalink
chore: update version v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Oct 4, 2022
1 parent 4d0efcc commit 51d20e0
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.0](https://github.com/liangskyli/mock/compare/v1.3.0...v1.4.0) (2022-10-04)


### Features

* **http-mock-gen:** support CLI config file default vale ([fbc7b3b](https://github.com/liangskyli/mock/commit/fbc7b3bf0af9d7f7ebf4b19e8d64e9945a6c05af))



## [1.3.0](https://github.com/liangskyli/mock/compare/v1.2.1...v1.3.0) (2022-08-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.3.0",
"version": "1.4.0",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/grpc-mock/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.

## [1.4.0](https://github.com/liangskyli/mock/compare/v1.3.0...v1.4.0) (2022-10-04)

**Note:** Version bump only for package @liangskyli/grpc-mock





## [1.3.0](https://github.com/liangskyli/mock/compare/v1.2.1...v1.3.0) (2022-08-10)

**Note:** Version bump only for package @liangskyli/grpc-mock
Expand Down
4 changes: 2 additions & 2 deletions packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/grpc-mock",
"version": "1.3.0",
"version": "1.4.0",
"description": "grpc mock for bff",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@grpc/proto-loader": "^0.7.3",
"@liangskyli/utils": "^1.3.0",
"@liangskyli/utils": "^1.4.0",
"@types/fs-extra": "^9.0.13",
"commander": "^9.4.1",
"cross-spawn": "^7.0.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/http-mock-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.0](https://github.com/liangskyli/mock/compare/v1.3.0...v1.4.0) (2022-10-04)


### Features

* **http-mock-gen:** support CLI config file default vale ([fbc7b3b](https://github.com/liangskyli/mock/commit/fbc7b3bf0af9d7f7ebf4b19e8d64e9945a6c05af))



## [1.3.0](https://github.com/liangskyli/mock/compare/v1.2.1...v1.3.0) (2022-08-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/http-mock-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/http-mock-gen",
"version": "1.3.0",
"version": "1.4.0",
"description": "http mock gen for web mockServer",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@liangskyli/openapi-gen-ts": "^0.5.0",
"@liangskyli/utils": "^1.3.0",
"@liangskyli/utils": "^1.4.0",
"@types/fs-extra": "^9.0.13",
"axios": "^0.27.2",
"commander": "^9.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/mock/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.

## [1.4.0](https://github.com/liangskyli/mock/compare/v1.3.0...v1.4.0) (2022-10-04)

**Note:** Version bump only for package @liangskyli/mock





## [1.3.0](https://github.com/liangskyli/mock/compare/v1.2.1...v1.3.0) (2022-08-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/mock",
"version": "1.3.0",
"version": "1.4.0",
"description": "mockServer for web",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@babel/core": "^7.19.3",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/register": "^7.18.9",
"@liangskyli/utils": "^1.3.0",
"@liangskyli/utils": "^1.4.0",
"@types/express": "^4.17.14",
"@types/fs-extra": "^9.0.13",
"body-parser": "^1.20.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.

## [1.4.0](https://github.com/liangskyli/mock/compare/v1.3.0...v1.4.0) (2022-10-04)

**Note:** Version bump only for package @liangskyli/utils





## [1.3.0](https://github.com/liangskyli/mock/compare/v1.2.1...v1.3.0) (2022-08-10)

**Note:** Version bump only for package @liangskyli/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/utils",
"version": "1.3.0",
"version": "1.4.0",
"description": "@liangskyli/utils",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down

0 comments on commit 51d20e0

Please sign in to comment.