Skip to content

Commit

Permalink
Merge pull request #771 from ytaek/feat
Browse files Browse the repository at this point in the history
env(all): ready for v0.7.2
  • Loading branch information
ytaek authored Oct 18, 2024
2 parents 0205ffd + afe60e0 commit aacf687
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 86 deletions.
147 changes: 66 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "githru-vscode-ext",
"version": "0.7.1",
"version": "0.7.2",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@githru-vscode-ext/analysis-engine",
"version": "0.7.1",
"version": "0.7.2",
"description": "analysis-engine module for githru",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@githru-vscode-ext/view",
"version": "0.7.1",
"version": "0.7.2",
"description": "view module for githru",
"engines": {
"node": ">=16",
Expand Down
5 changes: 5 additions & 0 deletions packages/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ This extension contributes the following settings:
Calling out known issues can help limit users opening duplicate issues against your extension. -->

## Release Notes
### 0.7.2
- Show TAG information
- Update internal frameworks
- UI enhancement, Bug Fix

### 0.7.1
- Theme Selector!
- Optimized UI Rendering
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/githru/githru-vscode-ext",
"type": "git"
},
"version": "0.7.1",
"version": "0.7.2",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -84,7 +84,7 @@
"test": "jest"
},
"dependencies": {
"@githru-vscode-ext/analysis-engine": "^0.7.1",
"@githru-vscode-ext/analysis-engine": "^0.7.2",
"@octokit/rest": "^20.0.1",
"node-fetch": "^3.3.2"
},
Expand Down

0 comments on commit aacf687

Please sign in to comment.