Skip to content

Commit

Permalink
chore: update version v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Jul 10, 2022
1 parent 373db5f commit b5f1139
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 4 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.2.1](https://github.com/liangskyli/mock/compare/v1.2.0...v1.2.1) (2022-07-10)


### Features

* upgrade dependencies and fix @liangskyli/openapi-gen-ts post method query data err ([373db5f](https://github.com/liangskyli/mock/commit/373db5fb1d7c7bc3c8d6d1d71c5da69aa6a728ea))



## [1.2.0](https://github.com/liangskyli/mock/compare/v1.1.3...v1.2.0) (2022-07-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.2.0",
"version": "1.2.1",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
9 changes: 9 additions & 0 deletions packages/grpc-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.2.1](https://github.com/liangskyli/mock/compare/v1.2.0...v1.2.1) (2022-07-10)


### Features

* upgrade dependencies and fix @liangskyli/openapi-gen-ts post method query data err ([373db5f](https://github.com/liangskyli/mock/commit/373db5fb1d7c7bc3c8d6d1d71c5da69aa6a728ea))



## [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
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": "1.1.3",
"version": "1.2.1",
"description": "grpc mock for bff",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
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.2.1](https://github.com/liangskyli/mock/compare/v1.2.0...v1.2.1) (2022-07-10)


### Features

* upgrade dependencies and fix @liangskyli/openapi-gen-ts post method query data err ([373db5f](https://github.com/liangskyli/mock/commit/373db5fb1d7c7bc3c8d6d1d71c5da69aa6a728ea))



## [1.2.0](https://github.com/liangskyli/mock/compare/v1.1.3...v1.2.0) (2022-07-02)


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": "1.2.0",
"version": "1.2.1",
"description": "http mock gen for web mockServer",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
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.2.1](https://github.com/liangskyli/mock/compare/v1.2.0...v1.2.1) (2022-07-10)


### Features

* upgrade dependencies and fix @liangskyli/openapi-gen-ts post method query data err ([373db5f](https://github.com/liangskyli/mock/commit/373db5fb1d7c7bc3c8d6d1d71c5da69aa6a728ea))



## [1.2.0](https://github.com/liangskyli/mock/compare/v1.1.3...v1.2.0) (2022-07-02)

**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": "1.2.0",
"version": "1.2.1",
"description": "mockServer for web",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down

0 comments on commit b5f1139

Please sign in to comment.