Skip to content

Commit 834df77

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent e8e5a72 commit 834df77

File tree

13 files changed

+52
-19
lines changed

13 files changed

+52
-19
lines changed

.changeset/twelve-onions-drum.md

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

packages/binding-parser/CHANGELOG.md

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

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- e8e5a72: fix: consider longer alt for null
8+
39
## 1.0.7
410

511
### Patch Changes

packages/binding-parser/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/binding-parser",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"private": true,
55
"description": "Parser for binding syntax",
66
"keywords": [],

packages/binding/CHANGELOG.md

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

3+
## 1.0.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e8e5a72]
8+
- @ui5-language-assistant/binding-parser@1.0.8
9+
310
## 1.0.37
411

512
### Patch Changes

packages/binding/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/binding",
3-
"version": "1.0.37",
3+
"version": "1.0.38",
44
"private": true,
55
"description": "UI5 LSP server extension for binding",
66
"keywords": [],
@@ -15,7 +15,7 @@
1515
"repository": "https://github.com/sap/ui5-language-assistant/",
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@ui5-language-assistant/binding-parser": "1.0.7",
18+
"@ui5-language-assistant/binding-parser": "1.0.8",
1919
"@ui5-language-assistant/logger": "0.0.2",
2020
"@ui5-language-assistant/context": "4.0.32",
2121
"@ui5-language-assistant/logic-utils": "4.0.21",

packages/language-server/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.60
4+
5+
### Patch Changes
6+
7+
- @ui5-language-assistant/binding@1.0.38
8+
- @ui5-language-assistant/xml-views-definition@0.0.11
9+
310
## 4.0.59
411

512
### Patch Changes

packages/language-server/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/language-server",
3-
"version": "4.0.59",
3+
"version": "4.0.60",
44
"private": true,
55
"description": "UI5 Language Server",
66
"keywords": [
@@ -26,8 +26,8 @@
2626
},
2727
"dependencies": {
2828
"@ui5-language-assistant/constant": "0.0.1",
29-
"@ui5-language-assistant/xml-views-definition": "0.0.10",
30-
"@ui5-language-assistant/binding": "1.0.37",
29+
"@ui5-language-assistant/xml-views-definition": "0.0.11",
30+
"@ui5-language-assistant/binding": "1.0.38",
3131
"@sap/swa-for-sapbas-vsx": "1.1.9",
3232
"@ui5-language-assistant/logger": "0.0.2",
3333
"@ui5-language-assistant/context": "4.0.32",

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.78
4+
5+
### Patch Changes
6+
7+
- e8e5a72: fix: consider longer alt for null
8+
39
## 4.0.77
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.77",
5+
"version": "4.0.78",
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.77"
16+
"vscode-ui5-language-assistant": "4.0.78"
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.78
4+
5+
### Patch Changes
6+
7+
- e8e5a72: fix: consider longer alt for null
8+
- @ui5-language-assistant/language-server@4.0.60
9+
310
## 4.0.77
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.77",
6+
"version": "4.0.78",
77
"publisher": "SAPOSS",
88
"icon": "resources/ui5-language-assistant.png",
99
"keywords": [
@@ -161,7 +161,7 @@
161161
"update:schema": "ts-node --project tsconfig.cli.json scripts/manifest/run-update.ts"
162162
},
163163
"dependencies": {
164-
"@ui5-language-assistant/language-server": "4.0.59",
164+
"@ui5-language-assistant/language-server": "4.0.60",
165165
"vscode-languageclient": "8.0.2",
166166
"@prettier/plugin-xml": "2.2.0",
167167
"prettier": "2.8.7"

packages/xml-views-definition/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ui5-language-assistant/xml-views-definition
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e8e5a72]
8+
- @ui5-language-assistant/binding-parser@1.0.8
9+
310
## 0.0.10
411

512
### Patch Changes

packages/xml-views-definition/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-definition",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": true,
55
"description": "Definition logic for UI5 XML-Views",
66
"keywords": [],
@@ -22,7 +22,7 @@
2222
"vscode-uri": "2.1.2",
2323
"@ui5-language-assistant/context": "4.0.32",
2424
"@xml-tools/parser": "1.0.7",
25-
"@ui5-language-assistant/binding-parser": "1.0.7"
25+
"@ui5-language-assistant/binding-parser": "1.0.8"
2626
},
2727
"devDependencies": {
2828
"vscode-languageserver-types": "3.17.2",

0 commit comments

Comments
 (0)