Skip to content

Commit a254754

Browse files
authored
fix: change version bump from major to patch (#758)
* Revert "chore: apply latest changesets" This reverts commit 90a2c4d. * fix: change version bump from major to patch
1 parent 90a2c4d commit a254754

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed

.changeset/afraid-islands-peel.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"vscode-ui5-language-assistant": patch
3+
"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
4+
---
5+
6+
fix: remove glob package

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

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

3-
## 5.0.0
4-
5-
### Major Changes
6-
7-
- 391828b: fix: remove glob package
8-
93
## 4.0.84
104

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

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

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

3-
## 5.0.0
4-
5-
### Major Changes
6-
7-
- 391828b: fix: remove glob package
8-
93
## 4.0.84
104

115
### 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": "5.0.0",
6+
"version": "4.0.84",
77
"publisher": "SAPOSS",
88
"icon": "resources/ui5-language-assistant.png",
99
"keywords": [

0 commit comments

Comments
 (0)