Skip to content

Commit f6445d0

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent 2a3d618 commit f6445d0

File tree

15 files changed

+68
-24
lines changed

15 files changed

+68
-24
lines changed

.changeset/unlucky-trainers-hang.md

Lines changed: 0 additions & 7 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.11
4+
5+
### Patch Changes
6+
7+
- 2a3d618: Issue 538 fix, for UI5 versions 1.38 and below the fallback 1.71.49 is used
8+
39
## 4.0.10
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.10",
3+
"version": "4.0.11",
44
"private": true,
55
"description": "A context for an xml file",
66
"keywords": [],

packages/fe/CHANGELOG.md

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

3+
## 4.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2a3d618]
8+
- @ui5-language-assistant/context@4.0.11
9+
- @ui5-language-assistant/xml-views-completion@4.0.11
10+
311
## 4.0.10
412

513
### 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.10",
3+
"version": "4.0.11",
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.10",
19+
"@ui5-language-assistant/context": "4.0.11",
2020
"@ui5-language-assistant/logic-utils": "4.0.9",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.10",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.11",
2222
"@ui5-language-assistant/xml-views-validation": "4.0.9",
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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2a3d618]
8+
- @ui5-language-assistant/context@4.0.11
9+
- @ui5-language-assistant/fe@4.0.11
10+
- @ui5-language-assistant/xml-views-completion@4.0.11
11+
- @ui5-language-assistant/xml-views-tooltip@4.0.11
12+
313
## 4.0.11
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.11",
3+
"version": "4.0.12",
44
"private": true,
55
"description": "UI5 Language Server",
66
"keywords": [
@@ -26,15 +26,15 @@
2626
},
2727
"dependencies": {
2828
"@sap/swa-for-sapbas-vsx": "1.1.9",
29-
"@ui5-language-assistant/context": "4.0.10",
29+
"@ui5-language-assistant/context": "4.0.11",
3030
"@ui5-language-assistant/logic-utils": "4.0.9",
31-
"@ui5-language-assistant/fe": "4.0.10",
31+
"@ui5-language-assistant/fe": "4.0.11",
3232
"@ui5-language-assistant/semantic-model": "4.0.8",
3333
"@ui5-language-assistant/settings": "4.0.8",
3434
"@ui5-language-assistant/user-facing-text": "4.0.6",
35-
"@ui5-language-assistant/xml-views-completion": "4.0.10",
35+
"@ui5-language-assistant/xml-views-completion": "4.0.11",
3636
"@ui5-language-assistant/xml-views-quick-fix": "4.0.9",
37-
"@ui5-language-assistant/xml-views-tooltip": "4.0.10",
37+
"@ui5-language-assistant/xml-views-tooltip": "4.0.11",
3838
"@ui5-language-assistant/xml-views-validation": "4.0.9",
3939
"@xml-tools/ast": "5.0.0",
4040
"@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.15
4+
5+
### Patch Changes
6+
7+
- 2a3d618: Issue 538 fix, for UI5 versions 1.38 and below the fallback 1.71.49 is used
8+
39
## 4.0.14
410

511
### 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.14",
5+
"version": "4.0.15",
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.15"
16+
"vscode-ui5-language-assistant": "4.0.16"
1717
},
1818
"files": [
1919
"*.vsix",

packages/vscode-ui5-language-assistant/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.16
4+
5+
### Patch Changes
6+
7+
- 2a3d618: Issue 538 fix, for UI5 versions 1.38 and below the fallback 1.71.49 is used
8+
- @ui5-language-assistant/language-server@4.0.12
9+
310
## 4.0.15
411

512
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "UI5 Language Assistant",
44
"private": true,
55
"description": "Language Support For SAPUI5",
6-
"version": "4.0.15",
6+
"version": "4.0.16",
77
"publisher": "SAPOSS",
88
"icon": "resources/ui5-language-assistant.png",
99
"keywords": [
@@ -105,7 +105,7 @@
105105
"package": "node ./scripts/package-vsix"
106106
},
107107
"dependencies": {
108-
"@ui5-language-assistant/language-server": "4.0.11",
108+
"@ui5-language-assistant/language-server": "4.0.12",
109109
"vscode-languageclient": "8.0.2",
110110
"@prettier/plugin-xml": "2.2.0",
111111
"prettier": "2.8.7"

packages/xml-views-completion/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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2a3d618]
8+
- @ui5-language-assistant/context@4.0.11
9+
310
## 4.0.10
411

512
### Patch Changes

packages/xml-views-completion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/xml-views-completion",
3-
"version": "4.0.10",
3+
"version": "4.0.11",
44
"private": true,
55
"description": "Auto-Complete Logic for UI5 XML-Views",
66
"keywords": [
@@ -21,7 +21,7 @@
2121
"license": "Apache-2.0",
2222
"typings": "./api.d.ts",
2323
"dependencies": {
24-
"@ui5-language-assistant/context": "4.0.10",
24+
"@ui5-language-assistant/context": "4.0.11",
2525
"@ui5-language-assistant/logic-utils": "4.0.9",
2626
"@xml-tools/ast": "5.0.0",
2727
"@xml-tools/common": "0.1.2",

packages/xml-views-tooltip/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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2a3d618]
8+
- @ui5-language-assistant/context@4.0.11
9+
310
## 4.0.10
411

512
### Patch Changes

packages/xml-views-tooltip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/xml-views-tooltip",
3-
"version": "4.0.10",
3+
"version": "4.0.11",
44
"private": true,
55
"description": "XML Views Tooltip",
66
"keywords": [
@@ -22,7 +22,7 @@
2222
"node": ">=10.0.0"
2323
},
2424
"dependencies": {
25-
"@ui5-language-assistant/context": "4.0.10",
25+
"@ui5-language-assistant/context": "4.0.11",
2626
"@ui5-language-assistant/logic-utils": "4.0.9",
2727
"@ui5-language-assistant/semantic-model": "4.0.8",
2828
"@ui5-language-assistant/semantic-model-types": "4.0.5",

0 commit comments

Comments
 (0)