diff --git a/packages/gateway-frontend/CHANGELOG.md b/packages/gateway-frontend/CHANGELOG.md index c337c45..117c314 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.5.0](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/compare/@surgio/gateway-frontend@0.4.3...@surgio/gateway-frontend@0.5.0) (2020-03-10) + + +### Features + +* 方便获取 Embed 代码 ([c7253ee](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/c7253eed981f85e7755732d65ec3cb2096c4f177)) +* artifact 增加二维码按钮 ([55c8916](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/55c89160806955aa9c4f6880aa742c17b43c2dd8)) +* Artifact embed 页面 ([c030895](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/c030895a26e3d0f78e6f89959bbf85f8e6ae6136)) +* embed 模式的 artifact 页面 ([93eba45](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/93eba4557f4b14aa77f6956d754ff05f0629ec80)) + + + + + ## [0.4.3](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/compare/@surgio/gateway-frontend@0.4.2...@surgio/gateway-frontend@0.4.3) (2020-02-29) diff --git a/packages/gateway-frontend/package.json b/packages/gateway-frontend/package.json index e6a1614..c7d9f32 100644 --- a/packages/gateway-frontend/package.json +++ b/packages/gateway-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@surgio/gateway-frontend", - "version": "0.4.3", + "version": "0.5.0", "main": "index.js", "license": "MIT", "private": false, diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index 498f31a..ea55257 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -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. +# [0.7.0](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/gateway@0.6.4...@surgio/gateway@0.7.0) (2020-03-10) + + +### Features + +* Artifact embed 页面 ([c030895](https://github.com/surgioproject/packages/tree/master/packages/gateway/commit/c030895a26e3d0f78e6f89959bbf85f8e6ae6136)) + + + + + ## [0.6.4](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/gateway@0.6.3...@surgio/gateway@0.6.4) (2020-02-29) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index d1ae6b4..3b65354 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -2,7 +2,7 @@ "name": "@surgio/gateway", "private": false, "license": "MIT", - "version": "0.6.4", + "version": "0.7.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/surgioproject/packages/tree/master/packages/gateway",