Skip to content

Commit 4121332

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent 527f153 commit 4121332

File tree

16 files changed

+71
-31
lines changed

16 files changed

+71
-31
lines changed

.changeset/pink-snakes-confess.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/purple-cougars-build.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/context/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- 527f153: Support of contextPath provided in app manifest
8+
39
## 4.0.6
410

511
### Patch Changes

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/context",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"private": true,
55
"description": "A context for an xml file",
66
"keywords": [],

packages/fe/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- 527f153: Support of contextPath provided in app manifest
8+
- Updated dependencies [527f153]
9+
- @ui5-language-assistant/context@4.0.7
10+
- @ui5-language-assistant/xml-views-completion@4.0.7
11+
312
## 4.0.6
413

514
### Patch Changes

packages/fe/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/fe",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"private": true,
55
"description": "UI5 LSP server extension for annotation relevant building blocks",
66
"keywords": [],
@@ -16,9 +16,9 @@
1616
"license": "Apache-2.0",
1717
"typings": "./api.d.ts",
1818
"dependencies": {
19-
"@ui5-language-assistant/context": "4.0.6",
19+
"@ui5-language-assistant/context": "4.0.7",
2020
"@ui5-language-assistant/logic-utils": "4.0.6",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.6",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.7",
2222
"@ui5-language-assistant/xml-views-validation": "4.0.6",
2323
"deep-freeze-strict": "1.1.1",
2424
"lodash": "4.17.21"

packages/language-server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [527f153]
8+
- @ui5-language-assistant/context@4.0.7
9+
- @ui5-language-assistant/fe@4.0.7
10+
- @ui5-language-assistant/xml-views-completion@4.0.7
11+
- @ui5-language-assistant/xml-views-tooltip@4.0.7
12+
313
## 4.0.7
414

515
### Patch Changes

packages/language-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/language-server",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"private": true,
55
"description": "UI5 Language Server",
66
"keywords": [
@@ -26,14 +26,14 @@
2626
},
2727
"dependencies": {
2828
"@sap/swa-for-sapbas-vsx": "1.1.9",
29-
"@ui5-language-assistant/context": "4.0.6",
30-
"@ui5-language-assistant/fe": "4.0.6",
29+
"@ui5-language-assistant/context": "4.0.7",
30+
"@ui5-language-assistant/fe": "4.0.7",
3131
"@ui5-language-assistant/semantic-model": "4.0.5",
3232
"@ui5-language-assistant/settings": "4.0.6",
3333
"@ui5-language-assistant/user-facing-text": "4.0.5",
34-
"@ui5-language-assistant/xml-views-completion": "4.0.6",
34+
"@ui5-language-assistant/xml-views-completion": "4.0.7",
3535
"@ui5-language-assistant/xml-views-quick-fix": "4.0.6",
36-
"@ui5-language-assistant/xml-views-tooltip": "4.0.6",
36+
"@ui5-language-assistant/xml-views-tooltip": "4.0.7",
3737
"@ui5-language-assistant/xml-views-validation": "4.0.6",
3838
"@xml-tools/ast": "5.0.0",
3939
"@xml-tools/ast-position": "2.0.2",

packages/vscode-ui5-language-assistant-bas-ext/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.10
4+
5+
### Patch Changes
6+
7+
- 527f153: SonarQube config added
8+
- 527f153: Support of contextPath provided in app manifest
9+
310
## 4.0.9
411

512
### Patch Changes

packages/vscode-ui5-language-assistant-bas-ext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.9",
5+
"version": "4.0.10",
66
"private": false,
77
"repository": {
88
"type": "git",
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"fs-extra": "10.1.0",
16-
"vscode-ui5-language-assistant": "4.0.9"
16+
"vscode-ui5-language-assistant": "4.0.10"
1717
},
1818
"files": [
1919
"*.vsix",

0 commit comments

Comments
 (0)