From 916bf71ebc35eab2651013262805aa70d0a18069 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Fri, 28 Feb 2020 18:15:36 +0800 Subject: [PATCH] chore(release): - @surgio/gateway-frontend@0.4.0 - @surgio/gateway@0.6.0 --- packages/gateway-frontend/CHANGELOG.md | 14 ++++++++++++++ packages/gateway-frontend/package.json | 2 +- packages/gateway/CHANGELOG.md | 14 ++++++++++++++ packages/gateway/package.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/packages/gateway-frontend/CHANGELOG.md b/packages/gateway-frontend/CHANGELOG.md index 65d36d3..a8b1be9 100644 --- a/packages/gateway-frontend/CHANGELOG.md +++ b/packages/gateway-frontend/CHANGELOG.md @@ -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/gateway-frontend@0.3.0...@surgio/gateway-frontend@0.4.0) (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/gateway-frontend@0.2.5...@surgio/gateway-frontend@0.3.0) (2020-02-23) diff --git a/packages/gateway-frontend/package.json b/packages/gateway-frontend/package.json index 906aa76..8715708 100644 --- a/packages/gateway-frontend/package.json +++ b/packages/gateway-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@surgio/gateway-frontend", - "version": "0.3.0", + "version": "0.4.0", "main": "index.js", "license": "MIT", "private": false, diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index e609cf0..8fca536 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -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/gateway@0.5.0...@surgio/gateway@0.6.0) (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/gateway@0.4.0...@surgio/gateway@0.5.0) (2020-02-23) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 76096b4..8cc0019 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -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",