Skip to content

Commit

Permalink
chore: update version v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Feb 25, 2023
1 parent 701d315 commit f49a208
Show file tree
Hide file tree
Showing 11 changed files with 7,082 additions and 2,515 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.0](https://github.com/liangskyli/mock/compare/v1.5.0...v1.6.0) (2023-02-25)


### Features

* **mock:** socket server support custom namespace, socket server default support allowEIO3 ([1301c4a](https://github.com/liangskyli/mock/commit/1301c4ad9fb762d61294e77b1c08251e250031f0))
* prettierOptions type use @liangskyli/utils IPrettierOptions type ([c6a7295](https://github.com/liangskyli/mock/commit/c6a72959bba638d2630a1149fd69405ee47ac731))



## [1.5.0](https://github.com/liangskyli/mock/compare/v1.4.0...v1.5.0) (2022-12-03)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "1.5.0",
"version": "1.6.0",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
12 changes: 11 additions & 1 deletion packages/grpc-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.0](https://github.com/liangskyli/mock/compare/v1.5.0...v1.6.0) (2023-02-25)


### Features

* prettierOptions type use @liangskyli/utils IPrettierOptions type ([c6a7295](https://github.com/liangskyli/mock/commit/c6a72959bba638d2630a1149fd69405ee47ac731))



## [1.5.0](https://github.com/liangskyli/mock/compare/v1.4.0...v1.5.0) (2022-12-03)

Expand Down
6 changes: 3 additions & 3 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.5.0",
"version": "1.6.0",
"description": "grpc mock for bff",
"keywords": [
"grpc",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@grpc/proto-loader": "^0.7.5",
"@liangskyli/utils": "^1.5.0",
"@liangskyli/utils": "^1.6.0",
"@types/fs-extra": "^11.0.1",
"commander": "^10.0.0",
"cross-spawn": "^7.0.3",
Expand All @@ -49,7 +49,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@liangskyli/grpc-mock": "workspace:^1.5.0",
"@liangskyli/grpc-mock": "workspace:^1.6.0",
"@types/cross-spawn": "^6.0.2",
"@types/express": "^4.17.17",
"@types/mockjs": "^1.0.7",
Expand Down
12 changes: 11 additions & 1 deletion packages/http-mock-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.0](https://github.com/liangskyli/mock/compare/v1.5.0...v1.6.0) (2023-02-25)


### Features

* prettierOptions type use @liangskyli/utils IPrettierOptions type ([c6a7295](https://github.com/liangskyli/mock/commit/c6a72959bba638d2630a1149fd69405ee47ac731))



## [1.5.0](https://github.com/liangskyli/mock/compare/v1.4.0...v1.5.0) (2022-12-03)

Expand Down
6 changes: 3 additions & 3 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.5.0",
"version": "1.6.0",
"description": "http mock gen for web mockServer",
"keywords": [
"mock",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@liangskyli/openapi-gen-ts": "^0.5.0",
"@liangskyli/utils": "^1.5.0",
"@liangskyli/utils": "^1.6.0",
"@types/fs-extra": "^11.0.1",
"axios": "^1.3.4",
"commander": "^10.0.0",
Expand All @@ -45,7 +45,7 @@
"ts-node": "^10.9.1"
},
"devDependencies": {
"@liangskyli/http-mock-gen": "workspace:^1.5.0",
"@liangskyli/http-mock-gen": "workspace:^1.6.0",
"@types/cross-spawn": "^6.0.2",
"@types/express": "^4.17.17"
},
Expand Down
12 changes: 11 additions & 1 deletion packages/mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.0](https://github.com/liangskyli/mock/compare/v1.5.0...v1.6.0) (2023-02-25)


### Features

* **mock:** socket server support custom namespace, socket server default support allowEIO3 ([1301c4a](https://github.com/liangskyli/mock/commit/1301c4ad9fb762d61294e77b1c08251e250031f0))



## [1.5.0](https://github.com/liangskyli/mock/compare/v1.4.0...v1.5.0) (2022-12-03)

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.5.0",
"version": "1.6.0",
"description": "mockServer for web",
"keywords": [
"mock",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@babel/core": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/register": "^7.21.0",
"@liangskyli/utils": "^1.5.0",
"@liangskyli/utils": "^1.6.0",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"body-parser": "^1.20.2",
Expand Down
12 changes: 11 additions & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.0](https://github.com/liangskyli/mock/compare/v1.5.0...v1.6.0) (2023-02-25)


### Features

* prettierOptions type use @liangskyli/utils IPrettierOptions type ([c6a7295](https://github.com/liangskyli/mock/commit/c6a72959bba638d2630a1149fd69405ee47ac731))



## [1.5.0](https://github.com/liangskyli/mock/compare/v1.4.0...v1.5.0) (2022-12-03)

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

0 comments on commit f49a208

Please sign in to comment.