Skip to content

Commit

Permalink
chore: apply latest changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 21, 2023
1 parent 222a0f5 commit 4b4acce
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changeset/curly-beers-compete.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ui5-language-assistant/binding

## 1.0.19

### Patch Changes

- Updated dependencies [222a0f5]
- @ui5-language-assistant/context@4.0.19
- @ui5-language-assistant/xml-views-completion@4.0.19

## 1.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/binding",
"version": "1.0.18",
"version": "1.0.19",
"private": true,
"description": "UI5 LSP server extension for binding",
"keywords": [],
Expand All @@ -16,9 +16,9 @@
"license": "Apache-2.0",
"dependencies": {
"@ui5-language-assistant/binding-parser": "1.0.6",
"@ui5-language-assistant/context": "4.0.18",
"@ui5-language-assistant/context": "4.0.19",
"@ui5-language-assistant/logic-utils": "4.0.14",
"@ui5-language-assistant/xml-views-completion": "4.0.18",
"@ui5-language-assistant/xml-views-completion": "4.0.19",
"@ui5-language-assistant/xml-views-validation": "4.0.14",
"@ui5-language-assistant/settings": "4.0.9",
"deep-freeze-strict": "1.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.19

### Patch Changes

- 222a0f5: Code completion for context path is disabled, S/4 version placeholder in manifest's minUI5Version property defaults to the latest available version

## 4.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/context",
"version": "4.0.18",
"version": "4.0.19",
"private": true,
"description": "A context for an xml file",
"keywords": [],
Expand Down
9 changes: 9 additions & 0 deletions packages/fe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.19

### Patch Changes

- 222a0f5: Code completion for context path is disabled, S/4 version placeholder in manifest's minUI5Version property defaults to the latest available version
- Updated dependencies [222a0f5]
- @ui5-language-assistant/context@4.0.19
- @ui5-language-assistant/xml-views-completion@4.0.19

## 4.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/fe",
"version": "4.0.18",
"version": "4.0.19",
"private": true,
"description": "UI5 LSP server extension for annotation relevant building blocks",
"keywords": [],
Expand All @@ -16,9 +16,9 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/context": "4.0.18",
"@ui5-language-assistant/context": "4.0.19",
"@ui5-language-assistant/logic-utils": "4.0.14",
"@ui5-language-assistant/xml-views-completion": "4.0.18",
"@ui5-language-assistant/xml-views-completion": "4.0.19",
"@ui5-language-assistant/xml-views-validation": "4.0.14",
"deep-freeze-strict": "1.1.1",
"lodash": "4.17.21"
Expand Down
11 changes: 11 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.0.35

### Patch Changes

- Updated dependencies [222a0f5]
- @ui5-language-assistant/context@4.0.19
- @ui5-language-assistant/fe@4.0.19
- @ui5-language-assistant/binding@1.0.19
- @ui5-language-assistant/xml-views-completion@4.0.19
- @ui5-language-assistant/xml-views-tooltip@4.0.19

## 4.0.34

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/language-server",
"version": "4.0.34",
"version": "4.0.35",
"private": true,
"description": "UI5 Language Server",
"keywords": [
Expand All @@ -25,17 +25,17 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/binding": "1.0.18",
"@ui5-language-assistant/binding": "1.0.19",
"@sap/swa-for-sapbas-vsx": "1.1.9",
"@ui5-language-assistant/context": "4.0.18",
"@ui5-language-assistant/context": "4.0.19",
"@ui5-language-assistant/logic-utils": "4.0.14",
"@ui5-language-assistant/fe": "4.0.18",
"@ui5-language-assistant/fe": "4.0.19",
"@ui5-language-assistant/semantic-model": "4.0.12",
"@ui5-language-assistant/settings": "4.0.9",
"@ui5-language-assistant/user-facing-text": "4.0.7",
"@ui5-language-assistant/xml-views-completion": "4.0.18",
"@ui5-language-assistant/xml-views-completion": "4.0.19",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.14",
"@ui5-language-assistant/xml-views-tooltip": "4.0.18",
"@ui5-language-assistant/xml-views-tooltip": "4.0.19",
"@ui5-language-assistant/xml-views-validation": "4.0.14",
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast-position": "2.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-ui5-language-assistant-bas-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.45

### Patch Changes

- 222a0f5: Code completion for context path is disabled, S/4 version placeholder in manifest's minUI5Version property defaults to the latest available version

## 4.0.44

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-ui5-language-assistant-bas-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext",
"description": "A wrapper module for BAS simple extension around Language Support For SAPUI5",
"license": "Apache-2.0",
"version": "4.0.44",
"version": "4.0.45",
"private": false,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"fs-extra": "10.1.0",
"vscode-ui5-language-assistant": "4.0.44"
"vscode-ui5-language-assistant": "4.0.45"
},
"files": [
"*.vsix",
Expand Down
7 changes: 7 additions & 0 deletions packages/vscode-ui5-language-assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.45

### Patch Changes

- 222a0f5: Code completion for context path is disabled, S/4 version placeholder in manifest's minUI5Version property defaults to the latest available version
- @ui5-language-assistant/language-server@4.0.35

## 4.0.44

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-ui5-language-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "UI5 Language Assistant",
"private": true,
"description": "Language Support For SAPUI5",
"version": "4.0.44",
"version": "4.0.45",
"publisher": "SAPOSS",
"icon": "resources/ui5-language-assistant.png",
"keywords": [
Expand Down Expand Up @@ -154,7 +154,7 @@
"package": "node ./scripts/package-vsix"
},
"dependencies": {
"@ui5-language-assistant/language-server": "4.0.34",
"@ui5-language-assistant/language-server": "4.0.35",
"vscode-languageclient": "8.0.2",
"@prettier/plugin-xml": "2.2.0",
"prettier": "2.8.7"
Expand Down
7 changes: 7 additions & 0 deletions packages/xml-views-completion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.19

### Patch Changes

- Updated dependencies [222a0f5]
- @ui5-language-assistant/context@4.0.19

## 4.0.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/xml-views-completion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/xml-views-completion",
"version": "4.0.18",
"version": "4.0.19",
"private": true,
"description": "Auto-Complete Logic for UI5 XML-Views",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/context": "4.0.18",
"@ui5-language-assistant/context": "4.0.19",
"@ui5-language-assistant/logic-utils": "4.0.14",
"@xml-tools/ast": "5.0.0",
"@xml-tools/common": "0.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/xml-views-tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.19

### Patch Changes

- Updated dependencies [222a0f5]
- @ui5-language-assistant/context@4.0.19

## 4.0.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/xml-views-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/xml-views-tooltip",
"version": "4.0.18",
"version": "4.0.19",
"private": true,
"description": "XML Views Tooltip",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/context": "4.0.18",
"@ui5-language-assistant/context": "4.0.19",
"@ui5-language-assistant/logic-utils": "4.0.14",
"@ui5-language-assistant/semantic-model": "4.0.12",
"@ui5-language-assistant/semantic-model-types": "4.0.9",
Expand Down

0 comments on commit 4b4acce

Please sign in to comment.