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 Jul 19, 2023
1 parent 92e60aa commit 0fe9a18
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/shiny-maps-guess.md

This file was deleted.

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

## 1.0.3

### Patch Changes

- 92e60aa: fix unjustified errors for property binding info

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/binding-parser",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"description": "Parser for binding syntax",
"keywords": [],
Expand Down
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.9

### Patch Changes

- 92e60aa: fix unjustified errors for property binding info
- Updated dependencies [92e60aa]
- @ui5-language-assistant/binding-parser@1.0.3

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "1.0.9",
"private": true,
"description": "UI5 LSP server extension for binding",
"keywords": [],
Expand All @@ -15,7 +15,7 @@
"repository": "https://github.com/sap/ui5-language-assistant/",
"license": "Apache-2.0",
"dependencies": {
"@ui5-language-assistant/binding-parser": "1.0.2",
"@ui5-language-assistant/binding-parser": "1.0.3",
"@ui5-language-assistant/context": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.12",
"@ui5-language-assistant/xml-views-completion": "4.0.16",
Expand Down
7 changes: 7 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.25

### Patch Changes

- Updated dependencies [92e60aa]
- @ui5-language-assistant/binding@1.0.9

## 4.0.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.24",
"version": "4.0.25",
"private": true,
"description": "UI5 Language Server",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/binding": "1.0.8",
"@ui5-language-assistant/binding": "1.0.9",
"@sap/swa-for-sapbas-vsx": "1.1.9",
"@ui5-language-assistant/context": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.12",
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.33

### Patch Changes

- 92e60aa: fix unjustified errors for property binding info

## 4.0.32

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

### Patch Changes

- 92e60aa: fix unjustified errors for property binding info
- @ui5-language-assistant/language-server@4.0.25

## 4.0.32

### 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.32",
"version": "4.0.33",
"publisher": "SAPOSS",
"icon": "resources/ui5-language-assistant.png",
"keywords": [
Expand Down Expand Up @@ -105,7 +105,7 @@
"package": "node ./scripts/package-vsix"
},
"dependencies": {
"@ui5-language-assistant/language-server": "4.0.24",
"@ui5-language-assistant/language-server": "4.0.25",
"vscode-languageclient": "8.0.2",
"@prettier/plugin-xml": "2.2.0",
"prettier": "2.8.7"
Expand Down

0 comments on commit 0fe9a18

Please sign in to comment.