File tree Expand file tree Collapse file tree 9 files changed +33
-14
lines changed
vscode-ui5-language-assistant-bas-ext
vscode-ui5-language-assistant Expand file tree Collapse file tree 9 files changed +33
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.55
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 491c5f9]
8
+ - @ui5-language-assistant/xml-views-quick-fix @4.0.21
9
+
3
10
## 4.0.54
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5-language-assistant/language-server" ,
3
- "version" : " 4.0.54 " ,
3
+ "version" : " 4.0.55 " ,
4
4
"private" : true ,
5
5
"description" : " UI5 Language Server" ,
6
6
"keywords" : [
37
37
"@ui5-language-assistant/settings" : " 4.0.9" ,
38
38
"@ui5-language-assistant/user-facing-text" : " 4.0.9" ,
39
39
"@ui5-language-assistant/xml-views-completion" : " 4.0.29" ,
40
- "@ui5-language-assistant/xml-views-quick-fix" : " 4.0.20 " ,
40
+ "@ui5-language-assistant/xml-views-quick-fix" : " 4.0.21 " ,
41
41
"@ui5-language-assistant/xml-views-tooltip" : " 4.0.29" ,
42
42
"@ui5-language-assistant/xml-views-validation" : " 4.0.22" ,
43
43
"@xml-tools/ast" : " 5.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.72
4
+
5
+ ### Patch Changes
6
+
7
+ - 491c5f9: fix: add manual test case and meaningful ids
8
+
3
9
## 4.0.71
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " @ui5-language-assistant/vscode-ui5-language-assistant-bas-ext" ,
3
3
"description" : " A wrapper module for BAS simple extension around Language Support For SAPUI5" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 4.0.71 " ,
5
+ "version" : " 4.0.72 " ,
6
6
"private" : false ,
7
7
"repository" : {
8
8
"type" : " git" ,
13
13
},
14
14
"devDependencies" : {
15
15
"fs-extra" : " 10.1.0" ,
16
- "vscode-ui5-language-assistant" : " 4.0.71 "
16
+ "vscode-ui5-language-assistant" : " 4.0.72 "
17
17
},
18
18
"files" : [
19
19
" *.vsix" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.72
4
+
5
+ ### Patch Changes
6
+
7
+ - 491c5f9: fix: add manual test case and meaningful ids
8
+ - @ui5-language-assistant/language-server @4.0.55
9
+
3
10
## 4.0.71
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 3
3
"displayName" : " UI5 Language Assistant" ,
4
4
"private" : true ,
5
5
"description" : " Language Support For SAPUI5" ,
6
- "version" : " 4.0.71 " ,
6
+ "version" : " 4.0.72 " ,
7
7
"publisher" : " SAPOSS" ,
8
8
"icon" : " resources/ui5-language-assistant.png" ,
9
9
"keywords" : [
155
155
"update:schema" : " ts-node --project tsconfig.cli.json scripts/manifest/run-update.ts"
156
156
},
157
157
"dependencies" : {
158
- "@ui5-language-assistant/language-server" : " 4.0.54 " ,
158
+ "@ui5-language-assistant/language-server" : " 4.0.55 " ,
159
159
"vscode-languageclient" : " 8.0.2" ,
160
160
"@prettier/plugin-xml" : " 2.2.0" ,
161
161
"prettier" : " 2.8.7"
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - 491c5f9: fix: add manual test case and meaningful ids
8
+
3
9
## 4.0.20
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5-language-assistant/xml-views-quick-fix" ,
3
- "version" : " 4.0.20 " ,
3
+ "version" : " 4.0.21 " ,
4
4
"private" : true ,
5
5
"description" : " Logic for UI5 XML-Views quick-fixes" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments