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 Aug 20, 2024
1 parent bfcac90 commit bcd5523
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/unlucky-items-fly.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.53

### Patch Changes

- bfcac90: activation process fine tuning

## 4.0.52

### Patch Changes
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.52",
"version": "4.0.53",
"private": true,
"description": "UI5 Language Server",
"keywords": [
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.70

### Patch Changes

- bfcac90: activation process fine tuning

## 4.0.69

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

### Patch Changes

- bfcac90: activation process fine tuning
- Updated dependencies [bfcac90]
- @ui5-language-assistant/language-server@4.0.53

## 4.0.69

### 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.69",
"version": "4.0.70",
"publisher": "SAPOSS",
"icon": "resources/ui5-language-assistant.png",
"keywords": [
Expand Down Expand Up @@ -155,7 +155,7 @@
"update:schema": "ts-node --project tsconfig.cli.json scripts/manifest/run-update.ts"
},
"dependencies": {
"@ui5-language-assistant/language-server": "4.0.52",
"@ui5-language-assistant/language-server": "4.0.53",
"vscode-languageclient": "8.0.2",
"@prettier/plugin-xml": "2.2.0",
"prettier": "2.8.7"
Expand Down

0 comments on commit bcd5523

Please sign in to comment.