Skip to content

Commit ccdedda

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent 1a96f91 commit ccdedda

File tree

19 files changed

+91
-33
lines changed

19 files changed

+91
-33
lines changed

.changeset/beige-eels-fly.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1a96f91]
8+
- @ui5-language-assistant/context@4.0.16
9+
- @ui5-language-assistant/xml-views-completion@4.0.16
10+
311
## 1.0.7
412

513
### Patch Changes

packages/binding/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/binding",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
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.2",
19-
"@ui5-language-assistant/context": "4.0.15",
19+
"@ui5-language-assistant/context": "4.0.16",
2020
"@ui5-language-assistant/logic-utils": "4.0.12",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.15",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.16",
2222
"@ui5-language-assistant/xml-views-validation": "4.0.12",
2323
"@ui5-language-assistant/settings": "4.0.9",
2424
"deep-freeze-strict": "1.1.1",
@@ -28,7 +28,7 @@
2828
"@sap-ux/vocabularies-types": "0.7.4",
2929
"@types/lodash": "4.14.168",
3030
"@ui5-language-assistant/semantic-model-types": "4.0.8",
31-
"@ui5-language-assistant/test-framework": "4.0.10",
31+
"@ui5-language-assistant/test-framework": "4.0.11",
3232
"@ui5-language-assistant/test-utils": "4.0.9",
3333
"@xml-tools/ast": "5.0.0",
3434
"@xml-tools/parser": "1.0.7",

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.16
4+
5+
### Patch Changes
6+
7+
- 1a96f91: update package.json files
8+
39
## 4.0.15
410

511
### Patch Changes

packages/context/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/context",
3-
"version": "4.0.15",
3+
"version": "4.0.16",
44
"private": true,
55
"description": "A context for an xml file",
66
"keywords": [],
@@ -36,7 +36,7 @@
3636
"@types/node-fetch": "2.5.10",
3737
"@types/semver": "7.3.12",
3838
"@ui5-language-assistant/semantic-model-types": "4.0.8",
39-
"@ui5-language-assistant/test-framework": "4.0.10",
39+
"@ui5-language-assistant/test-framework": "4.0.11",
4040
"@ui5-language-assistant/test-utils": "4.0.9",
4141
"rimraf": "3.0.2",
4242
"tmp-promise": "3.0.2",

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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1a96f91]
8+
- @ui5-language-assistant/context@4.0.16
9+
- @ui5-language-assistant/xml-views-completion@4.0.16
10+
311
## 4.0.15
412

513
### Patch Changes

packages/fe/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/fe",
3-
"version": "4.0.15",
3+
"version": "4.0.16",
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.15",
19+
"@ui5-language-assistant/context": "4.0.16",
2020
"@ui5-language-assistant/logic-utils": "4.0.12",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.15",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.16",
2222
"@ui5-language-assistant/xml-views-validation": "4.0.12",
2323
"deep-freeze-strict": "1.1.1",
2424
"lodash": "4.17.21"
@@ -27,7 +27,7 @@
2727
"@sap-ux/vocabularies-types": "0.6.8",
2828
"@types/lodash": "4.14.168",
2929
"@ui5-language-assistant/semantic-model-types": "4.0.8",
30-
"@ui5-language-assistant/test-framework": "4.0.10",
30+
"@ui5-language-assistant/test-framework": "4.0.11",
3131
"@ui5-language-assistant/test-utils": "4.0.9",
3232
"@xml-tools/ast": "5.0.0",
3333
"@xml-tools/parser": "1.0.7",

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.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1a96f91]
8+
- @ui5-language-assistant/context@4.0.16
9+
- @ui5-language-assistant/binding@1.0.8
10+
- @ui5-language-assistant/fe@4.0.16
11+
- @ui5-language-assistant/xml-views-completion@4.0.16
12+
- @ui5-language-assistant/xml-views-tooltip@4.0.16
13+
314
## 4.0.23
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.23",
3+
"version": "4.0.24",
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.7",
28+
"@ui5-language-assistant/binding": "1.0.8",
2929
"@sap/swa-for-sapbas-vsx": "1.1.9",
30-
"@ui5-language-assistant/context": "4.0.15",
30+
"@ui5-language-assistant/context": "4.0.16",
3131
"@ui5-language-assistant/logic-utils": "4.0.12",
32-
"@ui5-language-assistant/fe": "4.0.15",
32+
"@ui5-language-assistant/fe": "4.0.16",
3333
"@ui5-language-assistant/semantic-model": "4.0.11",
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.15",
36+
"@ui5-language-assistant/xml-views-completion": "4.0.16",
3737
"@ui5-language-assistant/xml-views-quick-fix": "4.0.12",
38-
"@ui5-language-assistant/xml-views-tooltip": "4.0.15",
38+
"@ui5-language-assistant/xml-views-tooltip": "4.0.16",
3939
"@ui5-language-assistant/xml-views-validation": "4.0.12",
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.32
4+
5+
### Patch Changes
6+
7+
- 1a96f91: update package.json files
8+
39
## 4.0.31
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.31",
5+
"version": "4.0.32",
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.31"
16+
"vscode-ui5-language-assistant": "4.0.32"
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.32
4+
5+
### Patch Changes
6+
7+
- 1a96f91: update package.json files
8+
- @ui5-language-assistant/language-server@4.0.24
9+
310
## 4.0.31
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.31",
6+
"version": "4.0.32",
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.23",
108+
"@ui5-language-assistant/language-server": "4.0.24",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1a96f91]
8+
- @ui5-language-assistant/context@4.0.16
9+
310
## 4.0.15
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.15",
3+
"version": "4.0.16",
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.15",
24+
"@ui5-language-assistant/context": "4.0.16",
2525
"@ui5-language-assistant/logic-utils": "4.0.12",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1a96f91]
8+
- @ui5-language-assistant/context@4.0.16
9+
310
## 4.0.15
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.15",
3+
"version": "4.0.16",
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.15",
25+
"@ui5-language-assistant/context": "4.0.16",
2626
"@ui5-language-assistant/logic-utils": "4.0.12",
2727
"@ui5-language-assistant/semantic-model": "4.0.11",
2828
"@ui5-language-assistant/semantic-model-types": "4.0.8",

test-packages/framework/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+
- 1a96f91: update package.json files
8+
39
## 4.0.10
410

511
### Patch Changes

test-packages/framework/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/test-framework",
3-
"version": "4.0.10",
3+
"version": "4.0.11",
44
"private": true,
55
"description": "Test Framework",
66
"files": [

0 commit comments

Comments
 (0)