Skip to content

Commit

Permalink
chore: update version v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Jun 5, 2023
1 parent 574d52b commit c87794d
Show file tree
Hide file tree
Showing 11 changed files with 6,478 additions and 2,259 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/liangskyli/mock/compare/v2.0.0...v2.1.0) (2023-06-05)


### Features

* **http-mock-gen:** generate interface-mock-data.ts method toUpperCase for express method ([698ec95](https://github.com/liangskyli/mock/commit/698ec95babf5199fcac36dbbbeec115a0f58a7b4))
* **http-mock-gen:** support router path interface-mock-data.ts generator ([b21b5f3](https://github.com/liangskyli/mock/commit/b21b5f341ffce432636e350db903d2f1e904afca))
* **http-mock-gen:** use json-schema-faker and @liangskyli/openapi-gen-ts@1.1.0 support swagger2 ([5dcd03e](https://github.com/liangskyli/mock/commit/5dcd03e8c56ec958c62b7316453c7b947e29886a))
* **mock:** mock data error does not exit the program and code refactor ([4c9f036](https://github.com/liangskyli/mock/commit/4c9f036ebe17946ed18cab44bcf70d737bf5cc09))



## [2.0.0](https://github.com/liangskyli/mock/compare/v2.0.0-beta.5...v2.0.0) (2023-05-13)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "2.0.0",
"version": "2.1.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.

## [2.1.0](https://github.com/liangskyli/mock/compare/v2.0.0...v2.1.0) (2023-06-05)

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





## [2.0.0](https://github.com/liangskyli/mock/compare/v2.0.0-beta.5...v2.0.0) (2023-05-13)

**Note:** Version bump only for package @liangskyli/grpc-mock
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/grpc-mock",
"version": "2.0.0",
"version": "2.1.0",
"description": "grpc mock for bff",
"keywords": [
"grpc",
Expand Down
11 changes: 11 additions & 0 deletions packages/http-mock-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/liangskyli/mock/compare/v2.0.0...v2.1.0) (2023-06-05)


### Features

* **http-mock-gen:** generate interface-mock-data.ts method toUpperCase for express method ([698ec95](https://github.com/liangskyli/mock/commit/698ec95babf5199fcac36dbbbeec115a0f58a7b4))
* **http-mock-gen:** support router path interface-mock-data.ts generator ([b21b5f3](https://github.com/liangskyli/mock/commit/b21b5f341ffce432636e350db903d2f1e904afca))
* **http-mock-gen:** use json-schema-faker and @liangskyli/openapi-gen-ts@1.1.0 support swagger2 ([5dcd03e](https://github.com/liangskyli/mock/commit/5dcd03e8c56ec958c62b7316453c7b947e29886a))



## [2.0.0](https://github.com/liangskyli/mock/compare/v2.0.0-beta.5...v2.0.0) (2023-05-13)

**Note:** Version bump only for package @liangskyli/http-mock-gen
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0",
"version": "2.1.0",
"description": "http mock gen for web mockServer",
"keywords": [
"mock",
Expand Down
9 changes: 9 additions & 0 deletions packages/mock/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.

## [2.1.0](https://github.com/liangskyli/mock/compare/v2.0.0...v2.1.0) (2023-06-05)


### Features

* **mock:** mock data error does not exit the program and code refactor ([4c9f036](https://github.com/liangskyli/mock/commit/4c9f036ebe17946ed18cab44bcf70d737bf5cc09))



## [2.0.0](https://github.com/liangskyli/mock/compare/v2.0.0-beta.5...v2.0.0) (2023-05-13)

**Note:** Version bump only for package @liangskyli/mock
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/mock",
"version": "2.0.0",
"version": "2.1.0",
"description": "mockServer for web",
"keywords": [
"mock",
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.

## [2.1.0](https://github.com/liangskyli/mock/compare/v2.0.0...v2.1.0) (2023-06-05)

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





## [2.0.0](https://github.com/liangskyli/mock/compare/v2.0.0-beta.5...v2.0.0) (2023-05-13)

**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": "2.0.0",
"version": "2.1.0",
"description": "@liangskyli/utils",
"keywords": [],
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down
Loading

0 comments on commit c87794d

Please sign in to comment.