Skip to content

Commit

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

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


### Features

* **mock:** support all openapi method ([a490bf8](https://github.com/liangskyli/mock/commit/a490bf87b979cdeef030cae33e5ae045c6dd3bc4))
* support Request,Response type export for pnpm use ([5a6f931](https://github.com/liangskyli/mock/commit/5a6f9318932c2798f02e539f7751e96d913adb34))


### Bug Fixes

* **http-mock-gen:** mock data,simple array data merge error ([c6e4053](https://github.com/liangskyli/mock/commit/c6e40531a15f62a45ad9aedad91719f31d59bcb9))



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

**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-beta.4",
"version": "2.0.0-beta.5",
"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.0.0-beta.5](https://github.com/liangskyli/mock/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-05-13)

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





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

**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-beta.4",
"version": "2.0.0-beta.5",
"description": "grpc mock for bff",
"keywords": [
"grpc",
Expand Down
14 changes: 14 additions & 0 deletions packages/http-mock-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* support Request,Response type export for pnpm use ([5a6f931](https://github.com/liangskyli/mock/commit/5a6f9318932c2798f02e539f7751e96d913adb34))


### Bug Fixes

* **http-mock-gen:** mock data,simple array data merge error ([c6e4053](https://github.com/liangskyli/mock/commit/c6e40531a15f62a45ad9aedad91719f31d59bcb9))



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

**Note:** Version bump only for package @liangskyli/http-mock-gen
Expand Down
6 changes: 3 additions & 3 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": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "http mock gen for web mockServer",
"keywords": [
"mock",
Expand Down Expand Up @@ -39,15 +39,15 @@
"update:deps": "pnpm update --interactive --latest"
},
"dependencies": {
"@liangskyli/json-schema-faker": "^0.5.0-rcv.48",
"@liangskyli/openapi-gen-ts": "^1.0.1",
"@liangskyli/utils": "workspace:*",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"axios": "^1.4.0",
"commander": "^10.0.1",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"@liangskyli/json-schema-faker": "^0.5.0-rcv.48"
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@liangskyli/http-mock-gen": "workspace:*"
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.0.0-beta.5](https://github.com/liangskyli/mock/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-05-13)


### Features

* **mock:** support all openapi method ([a490bf8](https://github.com/liangskyli/mock/commit/a490bf87b979cdeef030cae33e5ae045c6dd3bc4))



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

**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-beta.4",
"version": "2.0.0-beta.5",
"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.0.0-beta.5](https://github.com/liangskyli/mock/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-05-13)

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





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


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

0 comments on commit b63b2b5

Please sign in to comment.