Skip to content

Commit

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

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


### Features

* **http-mock-gen:** support CLI config multiple IGenMockDataOpts type ([8353f44](https://github.com/liangskyli/mock/commit/8353f44f0e5c523d847bb07bbbead6c28bc896ef))
* **mock:** middleware mock support ts file compiler ([d7965af](https://github.com/liangskyli/mock/commit/d7965afb9b5a0758b565bc5e955e787afb2b6942))



## [1.2.1](https://github.com/liangskyli/mock/compare/v1.2.0...v1.2.1) (2022-07-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.2.1",
"version": "1.3.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.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





## [1.2.1](https://github.com/liangskyli/mock/compare/v1.2.0...v1.2.1) (2022-07-10)


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.2.1",
"version": "1.3.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.0",
"@liangskyli/utils": "^1.1.3",
"@liangskyli/utils": "^1.3.0",
"@types/fs-extra": "^9.0.13",
"commander": "^9.4.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.3.0](https://github.com/liangskyli/mock/compare/v1.2.1...v1.3.0) (2022-08-10)


### Features

* **http-mock-gen:** support CLI config multiple IGenMockDataOpts type ([8353f44](https://github.com/liangskyli/mock/commit/8353f44f0e5c523d847bb07bbbead6c28bc896ef))



## [1.2.1](https://github.com/liangskyli/mock/compare/v1.2.0...v1.2.1) (2022-07-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.2.1",
"version": "1.3.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.1.3",
"@liangskyli/utils": "^1.3.0",
"@types/fs-extra": "^9.0.13",
"axios": "^0.27.2",
"commander": "^9.4.0",
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.

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


### Features

* **mock:** middleware mock support ts file compiler ([d7965af](https://github.com/liangskyli/mock/commit/d7965afb9b5a0758b565bc5e955e787afb2b6942))



## [1.2.1](https://github.com/liangskyli/mock/compare/v1.2.0...v1.2.1) (2022-07-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.2.1",
"version": "1.3.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.18.10",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/register": "^7.18.9",
"@liangskyli/utils": "^1.1.3",
"@liangskyli/utils": "^1.3.0",
"@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.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





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

0 comments on commit b964e72

Please sign in to comment.