Skip to content

Commit 134c5f5

Browse files
committed
chore(release): release v3.3.1
1 parent c8c7be2 commit 134c5f5

File tree

26 files changed

+94
-42
lines changed

26 files changed

+94
-42
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/SAP/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package root
9+
610
# [3.3.0](https://github.com/SAP/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": ["packages/*", "test-packages/*"],
33
"useWorkspaces": true,
44
"npmClient": "yarn",
5-
"version": "3.3.0",
5+
"version": "3.3.1",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

packages/language-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/language-server
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
### Bug Fixes

packages/language-server/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/language-server",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "UI5 Language Server",
55
"keywords": [
66
"LSP",
@@ -25,13 +25,13 @@
2525
},
2626
"dependencies": {
2727
"@sap/swa-for-sapbas-vsx": "1.1.9",
28-
"@ui5-language-assistant/semantic-model": "^3.3.0",
29-
"@ui5-language-assistant/settings": "^3.2.1",
30-
"@ui5-language-assistant/user-facing-text": "^3.2.1",
31-
"@ui5-language-assistant/xml-views-completion": "^3.3.0",
32-
"@ui5-language-assistant/xml-views-quick-fix": "^3.3.0",
33-
"@ui5-language-assistant/xml-views-tooltip": "^3.3.0",
34-
"@ui5-language-assistant/xml-views-validation": "^3.3.0",
28+
"@ui5-language-assistant/semantic-model": "3.3.1",
29+
"@ui5-language-assistant/settings": "3.3.1",
30+
"@ui5-language-assistant/user-facing-text": "3.3.1",
31+
"@ui5-language-assistant/xml-views-completion": "3.3.1",
32+
"@ui5-language-assistant/xml-views-quick-fix": "3.3.1",
33+
"@ui5-language-assistant/xml-views-tooltip": "3.3.1",
34+
"@ui5-language-assistant/xml-views-validation": "3.3.1",
3535
"@vscode-logging/logger": "1.2.2",
3636
"@vscode-logging/types": "0.1.4",
3737
"@xml-tools/ast": "5.0.0",
@@ -53,8 +53,8 @@
5353
"@types/node-fetch": "2.5.10",
5454
"@types/semver": "7.3.12",
5555
"@types/tmp": "0.2.0",
56-
"@ui5-language-assistant/semantic-model-types": "^3.3.0",
57-
"@ui5-language-assistant/test-utils": "^3.3.0",
56+
"@ui5-language-assistant/semantic-model-types": "3.3.1",
57+
"@ui5-language-assistant/test-utils": "3.3.1",
5858
"js-yaml": "4.1.0",
5959
"tmp-promise": "3.0.2",
6060
"vscode-languageserver-types": "3.16.0"

packages/logic-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/logic-utils
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
### Bug Fixes

packages/logic-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/logic-utils",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "TBD",
55
"keywords": [],
66
"files": [
@@ -15,13 +15,13 @@
1515
"license": "Apache-2.0",
1616
"typings": "./api.d.ts",
1717
"dependencies": {
18-
"@ui5-language-assistant/semantic-model-types": "^3.3.0",
18+
"@ui5-language-assistant/semantic-model-types": "3.3.1",
1919
"@xml-tools/ast": "5.0.0",
2020
"lodash": "4.17.21"
2121
},
2222
"devDependencies": {
23-
"@ui5-language-assistant/semantic-model": "^3.3.0",
24-
"@ui5-language-assistant/test-utils": "^3.3.0",
23+
"@ui5-language-assistant/semantic-model": "3.3.1",
24+
"@ui5-language-assistant/test-utils": "3.3.1",
2525
"@xml-tools/parser": "1.0.7"
2626
},
2727
"scripts": {

packages/semantic-model-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/semantic-model-types
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
### Features

packages/semantic-model-types/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/semantic-model-types",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "UI5 Semantic model type definitions",
55
"keywords": [],
66
"files": [

packages/semantic-model/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/semantic-model
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
### Features

packages/semantic-model/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/semantic-model",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Semantic model provider for UI5",
55
"keywords": [],
66
"files": [
@@ -16,15 +16,15 @@
1616
"license": "Apache-2.0",
1717
"typings": "./api.d.ts",
1818
"dependencies": {
19-
"@ui5-language-assistant/semantic-model-types": "^3.3.0",
19+
"@ui5-language-assistant/semantic-model-types": "3.3.1",
2020
"ajv": "6.12.3",
2121
"deep-freeze-strict": "1.1.1",
2222
"fs-extra": "9.0.1",
2323
"lodash": "4.17.21"
2424
},
2525
"devDependencies": {
2626
"@types/deep-freeze-strict": "1.1.0",
27-
"@ui5-language-assistant/test-utils": "^3.3.0",
27+
"@ui5-language-assistant/test-utils": "3.3.1",
2828
"json-schema-to-typescript": "10.0.3"
2929
},
3030
"scripts": {

packages/settings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/settings
9+
610
## [3.2.1](https://github.com/sap/ui5-language-assistant/compare/v3.2.0...v3.2.1) (2022-08-20)
711

812
**Note:** Version bump only for package @ui5-language-assistant/settings

packages/settings/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/settings",
3-
"version": "3.2.1",
3+
"version": "3.3.1",
44
"description": "Settings for UI5 Language Assistant",
55
"keywords": [],
66
"files": [

packages/user-facing-text/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/user-facing-text
9+
610
## [3.2.1](https://github.com/sap/ui5-language-assistant/compare/v3.2.0...v3.2.1) (2022-08-20)
711

812
**Note:** Version bump only for package @ui5-language-assistant/user-facing-text

packages/user-facing-text/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/user-facing-text",
3-
"version": "3.2.1",
3+
"version": "3.3.1",
44
"description": "End user strings for UI5 Language Assistant",
55
"keywords": [],
66
"files": [

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/tree/master/packages/vscode-ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package vscode-ui5-language-assistant
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/tree/master/packages/vscode-ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
### Features

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

Lines changed: 4 additions & 4 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": "3.3.0",
6+
"version": "3.3.1",
77
"publisher": "SAPOSS",
88
"icon": "resources/ui5-language-assistant.png",
99
"keywords": [
@@ -93,14 +93,14 @@
9393
"package": "node ./scripts/package-vsix"
9494
},
9595
"dependencies": {
96-
"@ui5-language-assistant/language-server": "^3.3.0",
96+
"@ui5-language-assistant/language-server": "3.3.1",
9797
"vscode-languageclient": "6.1.3"
9898
},
9999
"devDependencies": {
100100
"@types/lodash": "4.14.166",
101101
"@types/vscode": "1.47.0",
102-
"@ui5-language-assistant/settings": "^3.2.1",
103-
"@ui5-language-assistant/user-facing-text": "^3.2.1",
102+
"@ui5-language-assistant/settings": "3.3.1",
103+
"@ui5-language-assistant/user-facing-text": "3.3.1",
104104
"lodash": "4.17.21",
105105
"proxyquire": "2.1.3",
106106
"vsce": "1.83.0",

packages/xml-views-completion/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/xml-views-completion
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
**Note:** Version bump only for package @ui5-language-assistant/xml-views-completion

packages/xml-views-completion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/xml-views-completion",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Auto-Complete Logic for UI5 XML-Views",
55
"keywords": [
66
"xml",
@@ -20,15 +20,15 @@
2020
"license": "Apache-2.0",
2121
"typings": "./api.d.ts",
2222
"dependencies": {
23-
"@ui5-language-assistant/logic-utils": "^3.3.0",
23+
"@ui5-language-assistant/logic-utils": "3.3.1",
2424
"@xml-tools/ast": "5.0.0",
2525
"@xml-tools/common": "0.1.2",
2626
"@xml-tools/content-assist": "3.1.7",
2727
"assert-never": "1.2.1",
2828
"lodash": "4.17.21"
2929
},
3030
"devDependencies": {
31-
"@ui5-language-assistant/semantic-model": "^3.3.0",
31+
"@ui5-language-assistant/semantic-model": "3.3.1",
3232
"@xml-tools/parser": "1.0.7",
3333
"chevrotain": "7.0.1"
3434
},

packages/xml-views-quick-fix/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/xml-views-quick-fix
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
**Note:** Version bump only for package @ui5-language-assistant/xml-views-quick-fix

packages/xml-views-quick-fix/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/xml-views-quick-fix",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Logic for UI5 XML-Views quick-fixes",
55
"keywords": [
66
"QuickFix"
@@ -20,13 +20,13 @@
2020
"node": ">=10.0.0"
2121
},
2222
"dependencies": {
23-
"@ui5-language-assistant/logic-utils": "^3.3.0",
23+
"@ui5-language-assistant/logic-utils": "3.3.1",
2424
"@xml-tools/ast": "5.0.0",
2525
"@xml-tools/ast-position": "2.0.2",
2626
"lodash": "4.17.21"
2727
},
2828
"devDependencies": {
29-
"@ui5-language-assistant/test-utils": "^3.3.0",
29+
"@ui5-language-assistant/test-utils": "3.3.1",
3030
"@xml-tools/parser": "1.0.7",
3131
"vscode-languageserver": "6.1.1"
3232
},

packages/xml-views-tooltip/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/xml-views-tooltip
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
**Note:** Version bump only for package @ui5-language-assistant/xml-views-tooltip

packages/xml-views-tooltip/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/xml-views-tooltip",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "XML Views Tooltip",
55
"keywords": [
66
"Hover",
@@ -21,9 +21,9 @@
2121
"node": ">=10.0.0"
2222
},
2323
"dependencies": {
24-
"@ui5-language-assistant/logic-utils": "^3.3.0",
25-
"@ui5-language-assistant/semantic-model": "^3.3.0",
26-
"@ui5-language-assistant/semantic-model-types": "^3.3.0",
24+
"@ui5-language-assistant/logic-utils": "3.3.1",
25+
"@ui5-language-assistant/semantic-model": "3.3.1",
26+
"@ui5-language-assistant/semantic-model-types": "3.3.1",
2727
"@xml-tools/ast": "5.0.0",
2828
"@xml-tools/ast-position": "2.0.2",
2929
"@xml-tools/common": "0.1.2",

packages/xml-views-validation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/xml-views-validation
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
**Note:** Version bump only for package @ui5-language-assistant/xml-views-validation

packages/xml-views-validation/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/xml-views-validation",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Validations Logic for UI5 XML-Views",
55
"keywords": [
66
"xml",
@@ -20,17 +20,17 @@
2020
"license": "Apache-2.0",
2121
"typings": "./api.d.ts",
2222
"dependencies": {
23-
"@ui5-language-assistant/logic-utils": "^3.3.0",
24-
"@ui5-language-assistant/semantic-model-types": "^3.3.0",
25-
"@ui5-language-assistant/user-facing-text": "^3.2.1",
23+
"@ui5-language-assistant/logic-utils": "3.3.1",
24+
"@ui5-language-assistant/semantic-model-types": "3.3.1",
25+
"@ui5-language-assistant/user-facing-text": "3.3.1",
2626
"@xml-tools/ast": "5.0.0",
2727
"@xml-tools/common": "0.1.2",
2828
"deep-freeze-strict": "1.1.1",
2929
"lodash": "4.17.21"
3030
},
3131
"devDependencies": {
32-
"@ui5-language-assistant/semantic-model": "^3.3.0",
33-
"@ui5-language-assistant/test-utils": "^3.3.0",
32+
"@ui5-language-assistant/semantic-model": "3.3.1",
33+
"@ui5-language-assistant/test-utils": "3.3.1",
3434
"@xml-tools/parser": "1.0.7"
3535
},
3636
"scripts": {

test-packages/test-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01)
7+
8+
**Note:** Version bump only for package @ui5-language-assistant/test-utils
9+
610
# [3.3.0](https://github.com/sap/ui5-language-assistant/compare/v3.2.1...v3.3.0) (2022-08-24)
711

812
### Features

0 commit comments

Comments
 (0)