Skip to content

Commit

Permalink
Release: Hotfix 2.0.1
Browse files Browse the repository at this point in the history
This release fixes the extension logo for white themes.
  • Loading branch information
deribaucourt committed Nov 30, 2023
1 parent 50a8476 commit aa82827
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.1 - 2023.11.30
- Fixed extension logo for white themes

# 2.0.0 - 2023.11.17
- Fixed highlighting errors
- Added more diagnostics to the Problems view
Expand Down
6 changes: 3 additions & 3 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Eugen Wiens"
],
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"publisher": "yocto-project",
"icon": "images/icon.png",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-bitbake-lib",
"description": "vscode-bitbake common library.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Savoir-faire Linux",
"license": "MIT",
"engines": {
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -10,7 +10,7 @@
"Eugen Wiens"
],
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"publisher": "yocto-project",
"bugs": {
"url": "https://github.com/yoctoproject/vscode-bitbake/issues"
Expand Down
6 changes: 3 additions & 3 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "language-server-bitbake",
"description": "Implementation of a language server for bitbake.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Eugen Wiens",
"contributors": [
"Savoir-faire Linux"
Expand Down

0 comments on commit aa82827

Please sign in to comment.