Skip to content

Commit 6efa7eb

Browse files
authored
Merge pull request #869 from ytaek/ytaek-release
env: ready for v0.8.0
2 parents e16865a + aba85d7 commit 6efa7eb

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @githru/contributors @githru/oss-2024
1+
* @githru/contributors @githru/oss-2025

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "githru-vscode-ext",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "githru-vscode-ext root package.json",
55
"scripts": {
66
"build:all": "npm run build --workspaces",

packages/analysis-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@githru-vscode-ext/analysis-engine",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "analysis-engine module for githru",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

packages/view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@githru-vscode-ext/view",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "view module for githru",
55
"engines": {
66
"node": ">=16",

packages/vscode/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ This extension contributes the following settings:
3232
Calling out known issues can help limit users opening duplicate issues against your extension. -->
3333

3434
## Release Notes
35+
### 0.8.0
36+
- Improve UI, performance
37+
- Fix minor bugs
38+
3539
### 0.7.2
3640
- Show TAG information
3741
- Update internal frameworks

packages/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/githru/githru-vscode-ext",
88
"type": "git"
99
},
10-
"version": "0.7.2",
10+
"version": "0.8.0",
1111
"engines": {
1212
"vscode": "^1.67.0"
1313
},
@@ -84,7 +84,7 @@
8484
"test": "jest"
8585
},
8686
"dependencies": {
87-
"@githru-vscode-ext/analysis-engine": "^0.7.2",
87+
"@githru-vscode-ext/analysis-engine": "^0.8.0",
8888
"@octokit/rest": "^20.0.1",
8989
"node-fetch": "^3.3.2"
9090
},

0 commit comments

Comments
 (0)