Skip to content

Commit

Permalink
chore(release):
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Feb 28, 2020
1 parent 1311651 commit 916bf71
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/gateway-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/compare/@surgio/[email protected]...@surgio/[email protected]) (2020-02-28)


### Features

* 面板支持流量查询 ([f8dccc0](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/f8dccc038147381063b0bf03ba4b0619096a8d94))
* 首页展示流量面板 ([c2c4493](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/c2c4493fef0863b902cf1bc254000b4ce8036f1b))
* 样式调整 ([afdf53c](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/afdf53c9abad2b89001e9f7d6dd3e2a661d2b19e))
* add favicon ([aa40ed7](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/aa40ed7e5bfdfe9a2bc3b123e44a0b5418c440b8))





# [0.3.0](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/compare/@surgio/[email protected]...@surgio/[email protected]) (2020-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/gateway-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surgio/gateway-frontend",
"version": "0.3.0",
"version": "0.4.0",
"main": "index.js",
"license": "MIT",
"private": false,
Expand Down
14 changes: 14 additions & 0 deletions packages/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/[email protected]...@surgio/[email protected]) (2020-02-28)


### Features

* @surgio/logger ([16a41a9](https://github.com/surgioproject/packages/tree/master/packages/gateway/commit/16a41a9f671482b92238db70d755c4686c3e5ab9))
* /get-artifact 接口增加流量信息返回 ([188a550](https://github.com/surgioproject/packages/tree/master/packages/gateway/commit/188a550c5ca49f765b54c3c32eba03ee1496428b))
* 面板支持流量查询 ([f8dccc0](https://github.com/surgioproject/packages/tree/master/packages/gateway/commit/f8dccc038147381063b0bf03ba4b0619096a8d94))
* surgio 依赖版本检查 ([451dbff](https://github.com/surgioproject/packages/tree/master/packages/gateway/commit/451dbff591774352d330c6e851da93d951ccc388))





# [0.5.0](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/[email protected]...@surgio/[email protected]) (2020-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@surgio/gateway",
"private": false,
"license": "MIT",
"version": "0.5.0",
"version": "0.6.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/surgioproject/packages/tree/master/packages/gateway",
Expand Down

0 comments on commit 916bf71

Please sign in to comment.