Skip to content

Commit

Permalink
chore: update version v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Dec 7, 2024
1 parent e43f9c8 commit 63a7749
Show file tree
Hide file tree
Showing 11 changed files with 6,114 additions and 2,157 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/liangskyli/mock/compare/v4.0.5...v5.0.0) (2024-12-07)


### ⚠ BREAKING CHANGES

* **grpc-mock:** drop node < 18, support node>=18
* **mock:** drop node < 18, support node>=18
* **utils:** drop node < 18, support node>=18
* **http-mock-gen:** drop node < 18, support node>=18

### Features

* **grpc-mock:** support grpcNpmName config, add @grpc/grpc-js support ([dce4b9e](https://github.com/liangskyli/mock/commit/dce4b9e42b52218d47660cfaab3bea5415c45706))
* **http-mock-gen:** update @liangskyli/openapi-gen-ts@3 ([4c030fe](https://github.com/liangskyli/mock/commit/4c030fe695f4ff02bf925bd524765b782907fca1))


### Miscellaneous Chores

* **grpc-mock:** upgrade dependencies ([a604e71](https://github.com/liangskyli/mock/commit/a604e71a601709345f1b6436ec194c973b28c057))
* **mock:** upgrade dependencies and eslint@9 support ([772021e](https://github.com/liangskyli/mock/commit/772021ea1e0dc6e2942f0653e8fca6a132dca644))
* **utils:** upgrade dependencies ([6f35f20](https://github.com/liangskyli/mock/commit/6f35f20bfe36a3ed32be59a43886fdadd8964bf7))



## [4.0.5](https://github.com/liangskyli/mock/compare/v4.0.4...v4.0.5) (2024-11-16)


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.5",
"version": "5.0.0",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
20 changes: 20 additions & 0 deletions packages/grpc-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/liangskyli/mock/compare/v4.0.5...v5.0.0) (2024-12-07)


### ⚠ BREAKING CHANGES

* **grpc-mock:** drop node < 18, support node>=18
* **mock:** drop node < 18, support node>=18

### Features

* **grpc-mock:** support grpcNpmName config, add @grpc/grpc-js support ([dce4b9e](https://github.com/liangskyli/mock/commit/dce4b9e42b52218d47660cfaab3bea5415c45706))


### Miscellaneous Chores

* **grpc-mock:** upgrade dependencies ([a604e71](https://github.com/liangskyli/mock/commit/a604e71a601709345f1b6436ec194c973b28c057))
* **mock:** upgrade dependencies and eslint@9 support ([772021e](https://github.com/liangskyli/mock/commit/772021ea1e0dc6e2942f0653e8fca6a132dca644))



## [4.0.5](https://github.com/liangskyli/mock/compare/v4.0.4...v4.0.5) (2024-11-16)


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

## [5.0.0](https://github.com/liangskyli/mock/compare/v4.0.5...v5.0.0) (2024-12-07)


### ⚠ BREAKING CHANGES

* **mock:** drop node < 18, support node>=18
* **http-mock-gen:** drop node < 18, support node>=18

### Features

* **http-mock-gen:** update @liangskyli/openapi-gen-ts@3 ([4c030fe](https://github.com/liangskyli/mock/commit/4c030fe695f4ff02bf925bd524765b782907fca1))


### Miscellaneous Chores

* **mock:** upgrade dependencies and eslint@9 support ([772021e](https://github.com/liangskyli/mock/commit/772021ea1e0dc6e2942f0653e8fca6a132dca644))



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

## [5.0.0](https://github.com/liangskyli/mock/compare/v4.0.5...v5.0.0) (2024-12-07)


### ⚠ BREAKING CHANGES

* **mock:** drop node < 18, support node>=18

### Miscellaneous Chores

* **mock:** upgrade dependencies and eslint@9 support ([772021e](https://github.com/liangskyli/mock/commit/772021ea1e0dc6e2942f0653e8fca6a132dca644))



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


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.4",
"version": "5.0.0",
"description": "mockServer for web",
"keywords": [
"mock",
Expand Down
13 changes: 13 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/liangskyli/mock/compare/v4.0.5...v5.0.0) (2024-12-07)


### ⚠ BREAKING CHANGES

* **utils:** drop node < 18, support node>=18

### Miscellaneous Chores

* **utils:** upgrade dependencies ([6f35f20](https://github.com/liangskyli/mock/commit/6f35f20bfe36a3ed32be59a43886fdadd8964bf7))



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


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

0 comments on commit 63a7749

Please sign in to comment.