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 Apr 4, 2023
1 parent 527f153 commit 4121332
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .changeset/pink-snakes-confess.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/purple-cougars-build.md

This file was deleted.

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.7

### Patch Changes

- 527f153: Support of contextPath provided in app manifest

## 4.0.6

### 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.6",
"version": "4.0.7",
"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.7

### Patch Changes

- 527f153: Support of contextPath provided in app manifest
- Updated dependencies [527f153]
- @ui5-language-assistant/context@4.0.7
- @ui5-language-assistant/xml-views-completion@4.0.7

## 4.0.6

### 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.6",
"version": "4.0.7",
"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.6",
"@ui5-language-assistant/context": "4.0.7",
"@ui5-language-assistant/logic-utils": "4.0.6",
"@ui5-language-assistant/xml-views-completion": "4.0.6",
"@ui5-language-assistant/xml-views-completion": "4.0.7",
"@ui5-language-assistant/xml-views-validation": "4.0.6",
"deep-freeze-strict": "1.1.1",
"lodash": "4.17.21"
Expand Down
10 changes: 10 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.8

### Patch Changes

- Updated dependencies [527f153]
- @ui5-language-assistant/context@4.0.7
- @ui5-language-assistant/fe@4.0.7
- @ui5-language-assistant/xml-views-completion@4.0.7
- @ui5-language-assistant/xml-views-tooltip@4.0.7

## 4.0.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.7",
"version": "4.0.8",
"private": true,
"description": "UI5 Language Server",
"keywords": [
Expand All @@ -26,14 +26,14 @@
},
"dependencies": {
"@sap/swa-for-sapbas-vsx": "1.1.9",
"@ui5-language-assistant/context": "4.0.6",
"@ui5-language-assistant/fe": "4.0.6",
"@ui5-language-assistant/context": "4.0.7",
"@ui5-language-assistant/fe": "4.0.7",
"@ui5-language-assistant/semantic-model": "4.0.5",
"@ui5-language-assistant/settings": "4.0.6",
"@ui5-language-assistant/user-facing-text": "4.0.5",
"@ui5-language-assistant/xml-views-completion": "4.0.6",
"@ui5-language-assistant/xml-views-completion": "4.0.7",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.6",
"@ui5-language-assistant/xml-views-tooltip": "4.0.6",
"@ui5-language-assistant/xml-views-tooltip": "4.0.7",
"@ui5-language-assistant/xml-views-validation": "4.0.6",
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast-position": "2.0.2",
Expand Down
7 changes: 7 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,12 @@
# Change Log

## 4.0.10

### Patch Changes

- 527f153: SonarQube config added
- 527f153: Support of contextPath provided in app manifest

## 4.0.9

### 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.9",
"version": "4.0.10",
"private": false,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"fs-extra": "10.1.0",
"vscode-ui5-language-assistant": "4.0.9"
"vscode-ui5-language-assistant": "4.0.10"
},
"files": [
"*.vsix",
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode-ui5-language-assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.10

### Patch Changes

- 527f153: SonarQube config added
- 527f153: Support of contextPath provided in app manifest
- @ui5-language-assistant/language-server@4.0.8

## 4.0.9

### 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.9",
"version": "4.0.10",
"publisher": "SAPOSS",
"icon": "resources/ui5-language-assistant.png",
"keywords": [
Expand Down Expand Up @@ -100,7 +100,7 @@
"package": "node ./scripts/package-vsix"
},
"dependencies": {
"@ui5-language-assistant/language-server": "4.0.7",
"@ui5-language-assistant/language-server": "4.0.8",
"vscode-languageclient": "8.0.2"
},
"devDependencies": {
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.7

### Patch Changes

- Updated dependencies [527f153]
- @ui5-language-assistant/context@4.0.7

## 4.0.6

### 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.6",
"version": "4.0.7",
"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.6",
"@ui5-language-assistant/context": "4.0.7",
"@ui5-language-assistant/logic-utils": "4.0.6",
"@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.7

### Patch Changes

- Updated dependencies [527f153]
- @ui5-language-assistant/context@4.0.7

## 4.0.6

### 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.6",
"version": "4.0.7",
"private": true,
"description": "XML Views Tooltip",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/context": "4.0.6",
"@ui5-language-assistant/context": "4.0.7",
"@ui5-language-assistant/logic-utils": "4.0.6",
"@ui5-language-assistant/semantic-model": "4.0.5",
"@ui5-language-assistant/semantic-model-types": "4.0.5",
Expand Down

0 comments on commit 4121332

Please sign in to comment.