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 Aug 2, 2023
1 parent 8fff87d commit 746c257
Show file tree
Hide file tree
Showing 23 changed files with 128 additions and 45 deletions.
8 changes: 0 additions & 8 deletions .changeset/beige-eagles-warn.md

This file was deleted.

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

## 1.0.11

### Patch Changes

- Updated dependencies [8fff87d]
- @ui5-language-assistant/xml-views-validation@4.0.13
- @ui5-language-assistant/logic-utils@4.0.13
- @ui5-language-assistant/context@4.0.17
- @ui5-language-assistant/xml-views-completion@4.0.17

## 1.0.10

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.10",
"version": "1.0.11",
"private": true,
"description": "UI5 LSP server extension for binding",
"keywords": [],
Expand All @@ -16,10 +16,10 @@
"license": "Apache-2.0",
"dependencies": {
"@ui5-language-assistant/binding-parser": "1.0.4",
"@ui5-language-assistant/context": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/xml-views-completion": "4.0.16",
"@ui5-language-assistant/xml-views-validation": "4.0.12",
"@ui5-language-assistant/context": "4.0.17",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@ui5-language-assistant/xml-views-completion": "4.0.17",
"@ui5-language-assistant/xml-views-validation": "4.0.13",
"@ui5-language-assistant/settings": "4.0.9",
"deep-freeze-strict": "1.1.1",
"lodash": "4.17.21"
Expand Down
7 changes: 7 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.17

### Patch Changes

- Updated dependencies [8fff87d]
- @ui5-language-assistant/logic-utils@4.0.13

## 4.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.16",
"version": "4.0.17",
"private": true,
"description": "A context for an xml file",
"keywords": [],
Expand All @@ -19,7 +19,7 @@
"@sap-ux/annotation-converter": "0.5.20",
"@sap-ux/edmx-parser": "0.5.13",
"@sap-ux/project-access": "1.9.1",
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@ui5-language-assistant/settings": "4.0.9",
"fs-extra": "10.1.0",
"globby": "11.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/fe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.17

### Patch Changes

- Updated dependencies [8fff87d]
- @ui5-language-assistant/xml-views-validation@4.0.13
- @ui5-language-assistant/logic-utils@4.0.13
- @ui5-language-assistant/context@4.0.17
- @ui5-language-assistant/xml-views-completion@4.0.17

## 4.0.16

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.16",
"version": "4.0.17",
"private": true,
"description": "UI5 LSP server extension for annotation relevant building blocks",
"keywords": [],
Expand All @@ -16,10 +16,10 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/context": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/xml-views-completion": "4.0.16",
"@ui5-language-assistant/xml-views-validation": "4.0.12",
"@ui5-language-assistant/context": "4.0.17",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@ui5-language-assistant/xml-views-completion": "4.0.17",
"@ui5-language-assistant/xml-views-validation": "4.0.13",
"deep-freeze-strict": "1.1.1",
"lodash": "4.17.21"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.0.27

### Patch Changes

- Updated dependencies [8fff87d]
- @ui5-language-assistant/xml-views-validation@4.0.13
- @ui5-language-assistant/logic-utils@4.0.13
- @ui5-language-assistant/binding@1.0.11
- @ui5-language-assistant/fe@4.0.17
- @ui5-language-assistant/context@4.0.17
- @ui5-language-assistant/xml-views-completion@4.0.17
- @ui5-language-assistant/xml-views-quick-fix@4.0.13
- @ui5-language-assistant/xml-views-tooltip@4.0.17

## 4.0.26

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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.26",
"version": "4.0.27",
"private": true,
"description": "UI5 Language Server",
"keywords": [
Expand All @@ -25,18 +25,18 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/binding": "1.0.10",
"@ui5-language-assistant/binding": "1.0.11",
"@sap/swa-for-sapbas-vsx": "1.1.9",
"@ui5-language-assistant/context": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/fe": "4.0.16",
"@ui5-language-assistant/context": "4.0.17",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@ui5-language-assistant/fe": "4.0.17",
"@ui5-language-assistant/semantic-model": "4.0.11",
"@ui5-language-assistant/settings": "4.0.9",
"@ui5-language-assistant/user-facing-text": "4.0.7",
"@ui5-language-assistant/xml-views-completion": "4.0.16",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.12",
"@ui5-language-assistant/xml-views-tooltip": "4.0.16",
"@ui5-language-assistant/xml-views-validation": "4.0.12",
"@ui5-language-assistant/xml-views-completion": "4.0.17",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.13",
"@ui5-language-assistant/xml-views-tooltip": "4.0.17",
"@ui5-language-assistant/xml-views-validation": "4.0.13",
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast-position": "2.0.2",
"@xml-tools/parser": "1.0.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/logic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.13

### Patch Changes

- 8fff87d: releax typedefs validation

## 4.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/logic-utils",
"version": "4.0.12",
"version": "4.0.13",
"private": true,
"description": "TBD",
"keywords": [],
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.35

### Patch Changes

- 8fff87d: releax typedefs validation

## 4.0.34

### 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.34",
"version": "4.0.35",
"private": false,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"fs-extra": "10.1.0",
"vscode-ui5-language-assistant": "4.0.34"
"vscode-ui5-language-assistant": "4.0.35"
},
"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.35

### Patch Changes

- 8fff87d: releax typedefs validation
- @ui5-language-assistant/language-server@4.0.27

## 4.0.34

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.34",
"version": "4.0.35",
"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.26",
"@ui5-language-assistant/language-server": "4.0.27",
"vscode-languageclient": "8.0.2",
"@prettier/plugin-xml": "2.2.0",
"prettier": "2.8.7"
Expand All @@ -163,7 +163,7 @@
"@types/lodash": "4.14.168",
"@types/vscode": "1.47.0",
"@ui5-language-assistant/settings": "4.0.9",
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@ui5-language-assistant/user-facing-text": "4.0.7",
"lodash": "4.17.21",
"proxyquire": "2.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/xml-views-completion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.17

### Patch Changes

- Updated dependencies [8fff87d]
- @ui5-language-assistant/logic-utils@4.0.13
- @ui5-language-assistant/context@4.0.17

## 4.0.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.16",
"version": "4.0.17",
"private": true,
"description": "Auto-Complete Logic for UI5 XML-Views",
"keywords": [
Expand All @@ -21,8 +21,8 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/context": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/context": "4.0.17",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@xml-tools/ast": "5.0.0",
"@xml-tools/common": "0.1.2",
"@xml-tools/content-assist": "3.1.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/xml-views-quick-fix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.13

### Patch Changes

- Updated dependencies [8fff87d]
- @ui5-language-assistant/logic-utils@4.0.13

## 4.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/xml-views-quick-fix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/xml-views-quick-fix",
"version": "4.0.12",
"version": "4.0.13",
"private": true,
"description": "Logic for UI5 XML-Views quick-fixes",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast-position": "2.0.2",
"lodash": "4.17.21"
Expand Down
8 changes: 8 additions & 0 deletions packages/xml-views-tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.17

### Patch Changes

- Updated dependencies [8fff87d]
- @ui5-language-assistant/logic-utils@4.0.13
- @ui5-language-assistant/context@4.0.17

## 4.0.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.16",
"version": "4.0.17",
"private": true,
"description": "XML Views Tooltip",
"keywords": [
Expand All @@ -22,8 +22,8 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/context": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/context": "4.0.17",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@ui5-language-assistant/semantic-model": "4.0.11",
"@ui5-language-assistant/semantic-model-types": "4.0.8",
"@xml-tools/ast": "5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/xml-views-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.13

### Patch Changes

- 8fff87d: releax typedefs validation
- Updated dependencies [8fff87d]
- @ui5-language-assistant/logic-utils@4.0.13

## 4.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/xml-views-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/xml-views-validation",
"version": "4.0.12",
"version": "4.0.13",
"private": true,
"description": "Validations Logic for UI5 XML-Views",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/logic-utils": "4.0.13",
"@ui5-language-assistant/semantic-model-types": "4.0.8",
"@ui5-language-assistant/user-facing-text": "4.0.7",
"@xml-tools/ast": "5.0.0",
Expand Down

0 comments on commit 746c257

Please sign in to comment.