Skip to content

Commit

Permalink
chore: update version v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Jul 15, 2023
1 parent 2c6e7a4 commit 38f45fb
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
8 changes: 8 additions & 0 deletions 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.

## [3.0.0](https://github.com/liangskyli/mock/compare/v3.0.0-beta.1...v3.0.0) (2023-07-15)

**Note:** Version bump only for package root





## [3.0.0-beta.1](https://github.com/liangskyli/mock/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2023-07-15)


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": "3.0.0-beta.1",
"version": "3.0.0",
"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.

## [3.0.0](https://github.com/liangskyli/mock/compare/v3.0.0-beta.1...v3.0.0) (2023-07-15)

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





## [3.0.0-beta.1](https://github.com/liangskyli/mock/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2023-07-15)

**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": "3.0.0-beta.1",
"version": "3.0.0",
"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.

## [3.0.0](https://github.com/liangskyli/mock/compare/v3.0.0-beta.1...v3.0.0) (2023-07-15)

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





## [3.0.0-beta.1](https://github.com/liangskyli/mock/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2023-07-15)

**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": "3.0.0-beta.1",
"version": "3.0.0",
"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.

## [3.0.0](https://github.com/liangskyli/mock/compare/v3.0.0-beta.1...v3.0.0) (2023-07-15)

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





## [3.0.0-beta.1](https://github.com/liangskyli/mock/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2023-07-15)

**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": "3.0.0-beta.1",
"version": "3.0.0",
"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.

## [3.0.0](https://github.com/liangskyli/mock/compare/v3.0.0-beta.1...v3.0.0) (2023-07-15)

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





## [3.0.0-beta.1](https://github.com/liangskyli/mock/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2023-07-15)


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

0 comments on commit 38f45fb

Please sign in to comment.