Skip to content

Commit

Permalink
chore: update version v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Aug 3, 2024
1 parent 250bea3 commit 9cbe1b5
Show file tree
Hide file tree
Showing 11 changed files with 6,866 additions and 2,427 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.1](https://github.com/liangskyli/mock/compare/v4.0.0...v4.0.1) (2024-08-03)


### Features

* **http-mock-gen:** support modify default value config by add defaultMockData attribute ([ff9fa28](https://github.com/liangskyli/mock/commit/ff9fa288311b6a6f34c81a060032d93270900f0f))


### Bug Fixes

* **http-mock-gen:** support map type mock data generater ([a16fec4](https://github.com/liangskyli/mock/commit/a16fec40eff1a90fd172a247f294d4232e7ba602))



## [4.0.0](https://github.com/liangskyli/mock/compare/v4.0.0-beta.0...v4.0.0) (2024-02-28)

**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,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "4.0.0",
"version": "4.0.1",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
14 changes: 14 additions & 0 deletions packages/grpc-mock/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.1](https://github.com/liangskyli/mock/compare/v4.0.0...v4.0.1) (2024-08-03)


### Features

* **http-mock-gen:** support modify default value config by add defaultMockData attribute ([ff9fa28](https://github.com/liangskyli/mock/commit/ff9fa288311b6a6f34c81a060032d93270900f0f))


### Bug Fixes

* **http-mock-gen:** support map type mock data generater ([a16fec4](https://github.com/liangskyli/mock/commit/a16fec40eff1a90fd172a247f294d4232e7ba602))



## [4.0.0](https://github.com/liangskyli/mock/compare/v4.0.0-beta.0...v4.0.0) (2024-02-28)

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





## [4.0.0](https://github.com/liangskyli/mock/compare/v4.0.0-beta.0...v4.0.0) (2024-02-28)

**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.0",
"version": "4.0.1",
"description": "http mock gen for web mockServer",
"keywords": [
"mock",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.1](https://github.com/liangskyli/mock/compare/v4.0.0...v4.0.1) (2024-08-03)

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





## [4.0.0](https://github.com/liangskyli/mock/compare/v4.0.0-beta.0...v4.0.0) (2024-02-28)

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

## [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





## [4.0.0](https://github.com/liangskyli/mock/compare/v4.0.0-beta.0...v4.0.0) (2024-02-28)

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

0 comments on commit 9cbe1b5

Please sign in to comment.