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 Mar 28, 2023
1 parent ce5a814 commit 3fb946b
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/honest-baboons-brush.md

This file was deleted.

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

### Patch Changes

- ce5a814: Switching from webpack to esbuild for bundling the code
Fix GitHub action build job to run build and tests on pull requests to master

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "4.0.6",
"private": true,
"description": "UI5 Language Server",
"keywords": [
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.7

### Patch Changes

- ce5a814: Switching from webpack to esbuild for bundling the code
Fix GitHub action build job to run build and tests on pull requests to master

## 4.0.6

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

## 4.0.7

### Patch Changes

- ce5a814: Switching from webpack to esbuild for bundling the code
Fix GitHub action build job to run build and tests on pull requests to master
- Updated dependencies [ce5a814]
- @ui5-language-assistant/language-server@4.0.6

## 4.0.6

### 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.6",
"version": "4.0.7",
"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.5",
"@ui5-language-assistant/language-server": "4.0.6",
"vscode-languageclient": "8.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 3fb946b

Please sign in to comment.