Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

env(all): ready for v0.7.2 #771

Merged
merged 3 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 66 additions & 54 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 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
Comment on lines +35 to +38
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

크 👍👍👍


### 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
Loading