Skip to content

Commit

Permalink
feat(all): v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ytaek committed Sep 29, 2023
1 parent 1b05deb commit 1831b7d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode/README.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 1831b7d

Please sign in to comment.