File tree Expand file tree Collapse file tree 7 files changed +28
-13
lines changed
vscode-ui5-language-assistant-bas-ext
vscode-ui5-language-assistant Expand file tree Collapse file tree 7 files changed +28
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 4.0.6
4+
5+ ### Patch Changes
6+
7+ - ce5a814: Switching from webpack to esbuild for bundling the code
8+ Fix GitHub action build job to run build and tests on pull requests to master
9+
310All notable changes to this project will be documented in this file.
411See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5-language-assistant/language-server" ,
3- "version" : " 4.0.5 " ,
3+ "version" : " 4.0.6 " ,
44 "private" : true ,
55 "description" : " UI5 Language Server" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 4.0.7
4+
5+ ### Patch Changes
6+
7+ - ce5a814: Switching from webpack to esbuild for bundling the code
8+ Fix GitHub action build job to run build and tests on pull requests to master
9+
310## 4.0.6
411
512### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " @ui5-language-assistant/vscode-ui5-language-assistant-bas-ext" ,
33 "description" : " A wrapper module for BAS simple extension around Language Support For SAPUI5" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 4.0.6 " ,
5+ "version" : " 4.0.7 " ,
66 "private" : false ,
77 "repository" : {
88 "type" : " git" ,
1313 },
1414 "devDependencies" : {
1515 "fs-extra" : " 10.1.0" ,
16- "vscode-ui5-language-assistant" : " 4.0.6 "
16+ "vscode-ui5-language-assistant" : " 4.0.7 "
1717 },
1818 "files" : [
1919 " *.vsix" ,
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 4.0.7
4+
5+ ### Patch Changes
6+
7+ - ce5a814: Switching from webpack to esbuild for bundling the code
8+ Fix GitHub action build job to run build and tests on pull requests to master
9+ - Updated dependencies [ ce5a814]
10+ - @ui5-language-assistant/language-server @4.0.6
11+
312## 4.0.6
413
514### Patch Changes
Original file line number Diff line number Diff line change 33 "displayName" : " UI5 Language Assistant" ,
44 "private" : true ,
55 "description" : " Language Support For SAPUI5" ,
6- "version" : " 4.0.6 " ,
6+ "version" : " 4.0.7 " ,
77 "publisher" : " SAPOSS" ,
88 "icon" : " resources/ui5-language-assistant.png" ,
99 "keywords" : [
100100 "package" : " node ./scripts/package-vsix"
101101 },
102102 "dependencies" : {
103- "@ui5-language-assistant/language-server" : " 4.0.5 " ,
103+ "@ui5-language-assistant/language-server" : " 4.0.6 " ,
104104 "vscode-languageclient" : " 8.0.2"
105105 },
106106 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments