Skip to content

Commit

Permalink
chore(release): publish v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
倪俊杰 committed Apr 22, 2022
1 parent b6b3f11 commit 5e53271
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/CodeLittlePrince/epay-sparta/compare/v2.0.2...v2.0.3) (2022-04-22)


### Bug Fixes

* 兼容monorepo项目单测 ([b6b3f11](https://github.com/CodeLittlePrince/epay-sparta/commit/b6b3f118b600543169a63816fb35cc4031d3c326))





## [2.0.2](https://github.com/CodeLittlePrince/epay-sparta/compare/v2.0.1...v2.0.2) (2022-03-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.0.2",
"version": "2.0.3",
"command": {
"bootstrap": {
"hoist": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/demo/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.

## [2.0.3](https://github.com/CodeLittlePrince/epay-sparta/compare/v2.0.2...v2.0.3) (2022-04-22)

**Note:** Version bump only for package @epay-sparta/demo





## [2.0.2](https://github.com/CodeLittlePrince/epay-sparta/compare/v2.0.1...v2.0.2) (2022-03-29)

**Note:** Version bump only for package @epay-sparta/demo
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@epay-sparta/demo",
"private": true,
"version": "2.0.2",
"version": "2.0.3",
"description": "just demo for testing all packages",
"author": "nijunjie <[email protected]>",
"homepage": "https://github.com/CodeLittlePrince/epay-sparta/tree/main/packages/demo#readme",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/CodeLittlePrince/epay-sparta/issues"
},
"dependencies": {
"@epay-sparta/cli-service": "^2.0.2",
"@epay-sparta/cli-service": "^2.0.3",
"axios": "^0.21.1",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/epay-sparta-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/CodeLittlePrince/epay-sparta-service/compare/v2.0.2...v2.0.3) (2022-04-22)


### Bug Fixes

* 兼容monorepo项目单测 ([b6b3f11](https://github.com/CodeLittlePrince/epay-sparta-service/commit/b6b3f118b600543169a63816fb35cc4031d3c326))





## [2.0.2](https://github.com/CodeLittlePrince/epay-sparta-service/compare/v2.0.1...v2.0.2) (2022-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/epay-sparta-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epay-sparta/cli-service",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 5e53271

Please sign in to comment.