Skip to content

Commit

Permalink
chore: update version v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Sep 30, 2024
1 parent 929c612 commit 10b7ec4
Show file tree
Hide file tree
Showing 11 changed files with 6,729 additions and 2,375 deletions.
14 changes: 14 additions & 0 deletions 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.

## [4.0.4](https://github.com/liangskyli/mock/compare/v4.0.3...v4.0.4) (2024-09-30)


### Features

* **mock:** add Request, Response type export ([929c612](https://github.com/liangskyli/mock/commit/929c61281868095adb2077ecaae4239223440e67))


### Bug Fixes

* esbuild 0.23.0 to 0.20.1, support node16 ([0eb0972](https://github.com/liangskyli/mock/commit/0eb0972f0d7fd0e4f2f160e7d1669f8a85e4be30))



## [4.0.3](https://github.com/liangskyli/mock/compare/v4.0.2...v4.0.3) (2024-09-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "4.0.3",
"version": "4.0.4",
"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.

## [4.0.4](https://github.com/liangskyli/mock/compare/v4.0.3...v4.0.4) (2024-09-30)

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





## [4.0.3](https://github.com/liangskyli/mock/compare/v4.0.2...v4.0.3) (2024-09-28)


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": "4.0.3",
"version": "4.0.4",
"description": "grpc mock for bff",
"keywords": [
"grpc",
Expand Down
8 changes: 8 additions & 0 deletions packages/http-mock-gen/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.

## [4.0.4](https://github.com/liangskyli/mock/compare/v4.0.3...v4.0.4) (2024-09-30)

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





## [4.0.1](https://github.com/liangskyli/mock/compare/v4.0.0...v4.0.1) (2024-08-03)

**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": "4.0.1",
"version": "4.0.4",
"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.

## [4.0.4](https://github.com/liangskyli/mock/compare/v4.0.3...v4.0.4) (2024-09-30)


### Features

* **mock:** add Request, Response type export ([929c612](https://github.com/liangskyli/mock/commit/929c61281868095adb2077ecaae4239223440e67))



## [4.0.1](https://github.com/liangskyli/mock/compare/v4.0.0...v4.0.1) (2024-08-03)

**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": "4.0.1",
"version": "4.0.4",
"description": "mockServer for web",
"keywords": [
"mock",
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/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.

## [4.0.4](https://github.com/liangskyli/mock/compare/v4.0.3...v4.0.4) (2024-09-30)


### Bug Fixes

* esbuild 0.23.0 to 0.20.1, support node16 ([0eb0972](https://github.com/liangskyli/mock/commit/0eb0972f0d7fd0e4f2f160e7d1669f8a85e4be30))



## [4.0.1](https://github.com/liangskyli/mock/compare/v4.0.0...v4.0.1) (2024-08-03)

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

0 comments on commit 10b7ec4

Please sign in to comment.