Skip to content

Commit 3fb946b

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent ce5a814 commit 3fb946b

File tree

7 files changed

+28
-13
lines changed

7 files changed

+28
-13
lines changed

.changeset/honest-baboons-brush.md

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

packages/language-server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- ce5a814: Switching from webpack to esbuild for bundling the code
8+
Fix GitHub action build job to run build and tests on pull requests to master
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/language-server",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"private": true,
55
"description": "UI5 Language Server",
66
"keywords": [

packages/vscode-ui5-language-assistant-bas-ext/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- ce5a814: Switching from webpack to esbuild for bundling the code
8+
Fix GitHub action build job to run build and tests on pull requests to master
9+
310
## 4.0.6
411

512
### 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.6",
5+
"version": "4.0.7",
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.6"
16+
"vscode-ui5-language-assistant": "4.0.7"
1717
},
1818
"files": [
1919
"*.vsix",

packages/vscode-ui5-language-assistant/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- ce5a814: Switching from webpack to esbuild for bundling the code
8+
Fix GitHub action build job to run build and tests on pull requests to master
9+
- Updated dependencies [ce5a814]
10+
- @ui5-language-assistant/language-server@4.0.6
11+
312
## 4.0.6
413

514
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
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.6",
6+
"version": "4.0.7",
77
"publisher": "SAPOSS",
88
"icon": "resources/ui5-language-assistant.png",
99
"keywords": [
@@ -100,7 +100,7 @@
100100
"package": "node ./scripts/package-vsix"
101101
},
102102
"dependencies": {
103-
"@ui5-language-assistant/language-server": "4.0.5",
103+
"@ui5-language-assistant/language-server": "4.0.6",
104104
"vscode-languageclient": "8.0.2"
105105
},
106106
"devDependencies": {

0 commit comments

Comments
 (0)