Skip to content

Commit

Permalink
chore: update version v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Oct 21, 2023
1 parent 4f291b2 commit 41bf915
Show file tree
Hide file tree
Showing 11 changed files with 6,575 additions and 2,303 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.1](https://github.com/liangskyli/mock/compare/v3.0.0...v3.0.1) (2023-10-21)

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





## [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
Expand Down
11 changes: 3 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"npmClient": "pnpm",
"version": "3.0.0",
"version": "3.0.1",
"command": {
"version": {
"conventionalCommits": true,
"changelogPreset": {
"name": "conventional-changelog-conventionalcommits",
"issuePrefixes": [
"#"
],
"issuePrefixes": ["#"],
"types": [
{
"type": "feat",
Expand Down Expand Up @@ -75,10 +73,7 @@
"push": false
},
"publish": {
"ignoreChanges": [
"ignored-file",
"*.md"
],
"ignoreChanges": ["ignored-file", "*.md"],
"registry": "https://registry.npmjs.org/",
"message": "chore: publish release %s"
}
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.1](https://github.com/liangskyli/mock/compare/v3.0.0...v3.0.1) (2023-10-21)

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





## [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
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",
"version": "3.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.

## [3.0.1](https://github.com/liangskyli/mock/compare/v3.0.0...v3.0.1) (2023-10-21)

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





## [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
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",
"version": "3.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.

## [3.0.1](https://github.com/liangskyli/mock/compare/v3.0.0...v3.0.1) (2023-10-21)

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





## [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
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",
"version": "3.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.

## [3.0.1](https://github.com/liangskyli/mock/compare/v3.0.0...v3.0.1) (2023-10-21)

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





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

0 comments on commit 41bf915

Please sign in to comment.