From 6cc69f0db10ab7a4819621c5a8e62176e546e55c Mon Sep 17 00:00:00 2001 From: "ytaek.kim" Date: Sat, 30 Sep 2023 02:55:24 +0900 Subject: [PATCH] feat(all): v0.6.0 release --- package.json | 2 +- packages/analysis-engine/package.json | 2 +- packages/view/package.json | 4 ++-- packages/vscode/README.md | 6 ++++++ packages/vscode/package.json | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 153e0810..815a5cb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "githru-vscode-ext", - "version": "0.5.0", + "version": "0.6.0", "description": "githru-vscode-ext root package.json", "scripts": { "build:all": "npm run build --workspaces", diff --git a/packages/analysis-engine/package.json b/packages/analysis-engine/package.json index 1ac9d672..654fcb24 100644 --- a/packages/analysis-engine/package.json +++ b/packages/analysis-engine/package.json @@ -1,6 +1,6 @@ { "name": "@githru-vscode-ext/analysis-engine", - "version": "0.5.0", + "version": "0.6.0", "description": "analysis-engine module for githru", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/packages/view/package.json b/packages/view/package.json index 40501450..1f1bcbd8 100644 --- a/packages/view/package.json +++ b/packages/view/package.json @@ -1,6 +1,6 @@ { "name": "@githru-vscode-ext/view", - "version": "0.5.0", + "version": "0.6.0", "description": "view module for githru", "engines": { "node": ">=16", @@ -47,7 +47,7 @@ "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", "@babel/runtime": "^7.18.9", - "@githru-vscode-ext/analysis-engine": "^0.5.0", + "@githru-vscode-ext/analysis-engine": "^0.6.0", "@playwright/test": "^1.37.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", "@svgr/webpack": "^8.0.1", diff --git a/packages/vscode/README.md b/packages/vscode/README.md index 2f6a9c61..7d6708c8 100644 --- a/packages/vscode/README.md +++ b/packages/vscode/README.md @@ -33,6 +33,12 @@ Calling out known issues can help limit users opening duplicate issues against y ## Release Notes +### 0.6.0 +- branch selector +- reset github auth +- error handling for pr/auth +- e2e test + ### 0.5.0 - login by github auth - fix minor ui issues diff --git a/packages/vscode/package.json b/packages/vscode/package.json index ab58cd1f..bfb33085 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/githru/githru-vscode-ext", "type": "git" }, - "version": "0.5.0", + "version": "0.6.0", "engines": { "vscode": "^1.67.0" }, @@ -89,7 +89,7 @@ "test": "node ./out/test/runTest.js" }, "dependencies": { - "@githru-vscode-ext/analysis-engine": "^0.5.0", + "@githru-vscode-ext/analysis-engine": "^0.6.0", "@octokit/rest": "^20.0.1", "node-fetch": "^3.3.2" },