Skip to content

Commit 4b4acce

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent 222a0f5 commit 4b4acce

File tree

17 files changed

+82
-29
lines changed

17 files changed

+82
-29
lines changed

.changeset/curly-beers-compete.md

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

packages/binding/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ui5-language-assistant/binding
22

3+
## 1.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [222a0f5]
8+
- @ui5-language-assistant/context@4.0.19
9+
- @ui5-language-assistant/xml-views-completion@4.0.19
10+
311
## 1.0.18
412

513
### Patch Changes

packages/binding/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/binding",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"private": true,
55
"description": "UI5 LSP server extension for binding",
66
"keywords": [],
@@ -16,9 +16,9 @@
1616
"license": "Apache-2.0",
1717
"dependencies": {
1818
"@ui5-language-assistant/binding-parser": "1.0.6",
19-
"@ui5-language-assistant/context": "4.0.18",
19+
"@ui5-language-assistant/context": "4.0.19",
2020
"@ui5-language-assistant/logic-utils": "4.0.14",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.18",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.19",
2222
"@ui5-language-assistant/xml-views-validation": "4.0.14",
2323
"@ui5-language-assistant/settings": "4.0.9",
2424
"deep-freeze-strict": "1.1.1",

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.19
4+
5+
### Patch Changes
6+
7+
- 222a0f5: Code completion for context path is disabled, S/4 version placeholder in manifest's minUI5Version property defaults to the latest available version
8+
39
## 4.0.18
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.18",
3+
"version": "4.0.19",
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.19
4+
5+
### Patch Changes
6+
7+
- 222a0f5: Code completion for context path is disabled, S/4 version placeholder in manifest's minUI5Version property defaults to the latest available version
8+
- Updated dependencies [222a0f5]
9+
- @ui5-language-assistant/context@4.0.19
10+
- @ui5-language-assistant/xml-views-completion@4.0.19
11+
312
## 4.0.18
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.18",
3+
"version": "4.0.19",
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.18",
19+
"@ui5-language-assistant/context": "4.0.19",
2020
"@ui5-language-assistant/logic-utils": "4.0.14",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.18",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.19",
2222
"@ui5-language-assistant/xml-views-validation": "4.0.14",
2323
"deep-freeze-strict": "1.1.1",
2424
"lodash": "4.17.21"

packages/language-server/CHANGELOG.md

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

3+
## 4.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [222a0f5]
8+
- @ui5-language-assistant/context@4.0.19
9+
- @ui5-language-assistant/fe@4.0.19
10+
- @ui5-language-assistant/binding@1.0.19
11+
- @ui5-language-assistant/xml-views-completion@4.0.19
12+
- @ui5-language-assistant/xml-views-tooltip@4.0.19
13+
314
## 4.0.34
415

516
### Patch Changes

packages/language-server/package.json

Lines changed: 6 additions & 6 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.34",
3+
"version": "4.0.35",
44
"private": true,
55
"description": "UI5 Language Server",
66
"keywords": [
@@ -25,17 +25,17 @@
2525
"node": ">=10.0.0"
2626
},
2727
"dependencies": {
28-
"@ui5-language-assistant/binding": "1.0.18",
28+
"@ui5-language-assistant/binding": "1.0.19",
2929
"@sap/swa-for-sapbas-vsx": "1.1.9",
30-
"@ui5-language-assistant/context": "4.0.18",
30+
"@ui5-language-assistant/context": "4.0.19",
3131
"@ui5-language-assistant/logic-utils": "4.0.14",
32-
"@ui5-language-assistant/fe": "4.0.18",
32+
"@ui5-language-assistant/fe": "4.0.19",
3333
"@ui5-language-assistant/semantic-model": "4.0.12",
3434
"@ui5-language-assistant/settings": "4.0.9",
3535
"@ui5-language-assistant/user-facing-text": "4.0.7",
36-
"@ui5-language-assistant/xml-views-completion": "4.0.18",
36+
"@ui5-language-assistant/xml-views-completion": "4.0.19",
3737
"@ui5-language-assistant/xml-views-quick-fix": "4.0.14",
38-
"@ui5-language-assistant/xml-views-tooltip": "4.0.18",
38+
"@ui5-language-assistant/xml-views-tooltip": "4.0.19",
3939
"@ui5-language-assistant/xml-views-validation": "4.0.14",
4040
"@xml-tools/ast": "5.0.0",
4141
"@xml-tools/ast-position": "2.0.2",

packages/vscode-ui5-language-assistant-bas-ext/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.45
4+
5+
### Patch Changes
6+
7+
- 222a0f5: Code completion for context path is disabled, S/4 version placeholder in manifest's minUI5Version property defaults to the latest available version
8+
39
## 4.0.44
410

511
### Patch Changes

0 commit comments

Comments
 (0)