Skip to content

Commit

Permalink
chore(release): publish v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
倪俊杰 committed May 30, 2022
1 parent 011e15c commit 13b72cb
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 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.1.0](https://github.com/CodeLittlePrince/epay-sparta/compare/v2.0.5...v2.1.0) (2022-05-30)


### Features

* 配置支持webpack.output.crossOriginLoading ([011e15c](https://github.com/CodeLittlePrince/epay-sparta/commit/011e15c3fe30c0e1429d5cd1f159b1cb9f3fac67))





## [2.0.5](https://github.com/CodeLittlePrince/epay-sparta/compare/v2.0.4...v2.0.5) (2022-05-18)


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.5",
"version": "2.1.0",
"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.1.0](https://github.com/CodeLittlePrince/epay-sparta/compare/v2.0.5...v2.1.0) (2022-05-30)

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





## [2.0.5](https://github.com/CodeLittlePrince/epay-sparta/compare/v2.0.4...v2.0.5) (2022-05-18)

**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.5",
"version": "2.1.0",
"description": "just demo for testing all packages",
"author": "nijunjie <nijunjie@corp.netease.com>",
"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.5",
"@epay-sparta/cli-service": "^2.1.0",
"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.1.0](https://github.com/CodeLittlePrince/epay-sparta-service/compare/v2.0.5...v2.1.0) (2022-05-30)


### Features

* 配置支持webpack.output.crossOriginLoading ([011e15c](https://github.com/CodeLittlePrince/epay-sparta-service/commit/011e15c3fe30c0e1429d5cd1f159b1cb9f3fac67))





## [2.0.5](https://github.com/CodeLittlePrince/epay-sparta-service/compare/v2.0.4...v2.0.5) (2022-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/epay-sparta-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5",
"version": "2.1.0",
"description": "",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 13b72cb

Please sign in to comment.