Skip to content

Commit

Permalink
chore: update version v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Jun 19, 2022
1 parent 1af6c93 commit 205b571
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.1.3](https://github.com/liangskyli/mock/compare/v1.1.2...v1.1.3) (2022-06-19)


### Bug Fixes

* merge custom undefined to target data ([2a1d83f](https://github.com/liangskyli/mock/commit/2a1d83f1983ad24d7ccdb27b33b95208f443afa6))



## [1.1.2](https://github.com/liangskyli/mock/compare/v1.1.1...v1.1.2) (2022-06-02)


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.1.2",
"version": "1.1.3",
"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.1.3](https://github.com/liangskyli/mock/compare/v1.1.2...v1.1.3) (2022-06-19)

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





## [1.1.2](https://github.com/liangskyli/mock/compare/v1.1.1...v1.1.2) (2022-06-02)


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.1.2",
"version": "1.1.3",
"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.6.13",
"@liangskyli/utils": "^1.1.1",
"@liangskyli/utils": "^1.1.3",
"@types/fs-extra": "^9.0.13",
"commander": "^9.3.0",
"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.1.3](https://github.com/liangskyli/mock/compare/v1.1.2...v1.1.3) (2022-06-19)


### Bug Fixes

* merge custom undefined to target data ([2a1d83f](https://github.com/liangskyli/mock/commit/2a1d83f1983ad24d7ccdb27b33b95208f443afa6))



## [1.1.1](https://github.com/liangskyli/mock/compare/v1.1.0...v1.1.1) (2022-06-02)

**Note:** Version bump only for package @liangskyli/http-mock-gen
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.1.1",
"version": "1.1.3",
"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.2.2",
"@liangskyli/utils": "^1.1.1",
"@liangskyli/utils": "^1.1.3",
"@types/fs-extra": "^9.0.13",
"axios": "^0.27.2",
"commander": "^9.3.0",
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.1.3](https://github.com/liangskyli/mock/compare/v1.1.2...v1.1.3) (2022-06-19)

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





## [1.1.2](https://github.com/liangskyli/mock/compare/v1.1.1...v1.1.2) (2022-06-02)


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.1.2",
"version": "1.1.3",
"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.18.5",
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/register": "^7.17.7",
"@liangskyli/utils": "^1.1.1",
"@liangskyli/utils": "^1.1.3",
"@types/express": "^4.17.13",
"@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.1.3](https://github.com/liangskyli/mock/compare/v1.1.2...v1.1.3) (2022-06-19)

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





## [1.1.1](https://github.com/liangskyli/mock/compare/v1.1.0...v1.1.1) (2022-06-02)

**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.1.1",
"version": "1.1.3",
"description": "@liangskyli/utils",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down

0 comments on commit 205b571

Please sign in to comment.