Skip to content

Commit 86a231d

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent 898c3b6 commit 86a231d

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

.changeset/light-books-kiss.md

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

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.76
4+
5+
### Patch Changes
6+
7+
- 898c3b6: fix: correct SAPUI5 term
8+
39
## 4.0.75
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.75",
5+
"version": "4.0.76",
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.75"
16+
"vscode-ui5-language-assistant": "4.0.76"
1717
},
1818
"files": [
1919
"*.vsix",

packages/vscode-ui5-language-assistant/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.76
4+
5+
### Patch Changes
6+
7+
- 898c3b6: fix: correct SAPUI5 term
8+
39
## 4.0.75
410

511
### Patch Changes

packages/vscode-ui5-language-assistant/package.json

Lines changed: 1 addition & 1 deletion
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.75",
6+
"version": "4.0.76",
77
"publisher": "SAPOSS",
88
"icon": "resources/ui5-language-assistant.png",
99
"keywords": [

0 commit comments

Comments
 (0)