Skip to content

Commit

Permalink
chore(release): release v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vadson71 committed Jan 30, 2023
1 parent 1a5dc1d commit 8296113
Show file tree
Hide file tree
Showing 34 changed files with 135 additions and 63 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/SAP/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

### Bug Fixes

- vsix file content cleanup ([#550](https://github.com/SAP/ui5-language-assistant/issues/550)) ([1a5dc1d](https://github.com/SAP/ui5-language-assistant/commit/1a5dc1d5ebca92df12e4eb49ece2591b2e4bdd08))

## [4.0.2](https://github.com/SAP/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*", "test-packages/*"],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "4.0.2",
"version": "4.0.3",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 4 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

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

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/context
Expand Down
10 changes: 5 additions & 5 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/context",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "A context for an xml file",
"keywords": [],
Expand All @@ -19,7 +19,7 @@
"@sap-ux/annotation-converter": "0.5.20",
"@sap-ux/edmx-parser": "0.5.13",
"@sap-ux/project-access": "1.0.2",
"@ui5-language-assistant/logic-utils": "4.0.2",
"@ui5-language-assistant/logic-utils": "4.0.3",
"fs-extra": "10.1.0",
"globby": "11.1.0",
"https-proxy-agent": "5.0.1",
Expand All @@ -37,9 +37,9 @@
"@types/lodash": "4.14.168",
"@types/node-fetch": "2.5.10",
"@types/semver": "7.3.12",
"@ui5-language-assistant/semantic-model-types": "4.0.2",
"@ui5-language-assistant/test-framework": "4.0.2",
"@ui5-language-assistant/test-utils": "4.0.2",
"@ui5-language-assistant/semantic-model-types": "4.0.3",
"@ui5-language-assistant/test-framework": "4.0.3",
"@ui5-language-assistant/test-utils": "4.0.3",
"rimraf": "3.0.2",
"tmp-promise": "3.0.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/fe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

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

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/fe
Expand Down
16 changes: 8 additions & 8 deletions packages/fe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/fe",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "UI5 LSP server extension for annotation relevant building blocks",
"keywords": [],
Expand All @@ -16,19 +16,19 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/context": "4.0.2",
"@ui5-language-assistant/logic-utils": "4.0.2",
"@ui5-language-assistant/xml-views-completion": "4.0.2",
"@ui5-language-assistant/xml-views-validation": "4.0.2",
"@ui5-language-assistant/context": "4.0.3",
"@ui5-language-assistant/logic-utils": "4.0.3",
"@ui5-language-assistant/xml-views-completion": "4.0.3",
"@ui5-language-assistant/xml-views-validation": "4.0.3",
"deep-freeze-strict": "1.1.1",
"lodash": "4.17.21"
},
"devDependencies": {
"@sap-ux/vocabularies-types": "0.6.8",
"@types/lodash": "4.14.168",
"@ui5-language-assistant/semantic-model-types": "4.0.2",
"@ui5-language-assistant/test-framework": "4.0.2",
"@ui5-language-assistant/test-utils": "4.0.2",
"@ui5-language-assistant/semantic-model-types": "4.0.3",
"@ui5-language-assistant/test-framework": "4.0.3",
"@ui5-language-assistant/test-utils": "4.0.3",
"@xml-tools/ast": "5.0.0",
"@xml-tools/parser": "1.0.7",
"vscode-languageserver-protocol": "3.17.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

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

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/language-server
Expand Down
24 changes: 12 additions & 12 deletions 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.2",
"version": "4.0.3",
"private": true,
"description": "UI5 Language Server",
"keywords": [
Expand All @@ -26,15 +26,15 @@
},
"dependencies": {
"@sap/swa-for-sapbas-vsx": "1.1.9",
"@ui5-language-assistant/context": "4.0.2",
"@ui5-language-assistant/fe": "4.0.2",
"@ui5-language-assistant/semantic-model": "4.0.2",
"@ui5-language-assistant/settings": "4.0.2",
"@ui5-language-assistant/user-facing-text": "4.0.2",
"@ui5-language-assistant/xml-views-completion": "4.0.2",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.2",
"@ui5-language-assistant/xml-views-tooltip": "4.0.2",
"@ui5-language-assistant/xml-views-validation": "4.0.2",
"@ui5-language-assistant/context": "4.0.3",
"@ui5-language-assistant/fe": "4.0.3",
"@ui5-language-assistant/semantic-model": "4.0.3",
"@ui5-language-assistant/settings": "4.0.3",
"@ui5-language-assistant/user-facing-text": "4.0.3",
"@ui5-language-assistant/xml-views-completion": "4.0.3",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.3",
"@ui5-language-assistant/xml-views-tooltip": "4.0.3",
"@ui5-language-assistant/xml-views-validation": "4.0.3",
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast-position": "2.0.2",
"@xml-tools/parser": "1.0.7",
Expand All @@ -50,8 +50,8 @@
"@types/node-fetch": "2.5.10",
"@types/semver": "7.3.12",
"@types/tmp": "0.2.0",
"@ui5-language-assistant/semantic-model-types": "4.0.2",
"@ui5-language-assistant/test-utils": "4.0.2",
"@ui5-language-assistant/semantic-model-types": "4.0.3",
"@ui5-language-assistant/test-utils": "4.0.3",
"string-replace-loader": "3.1.0",
"vscode-languageserver-types": "3.17.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/logic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

**Note:** Version bump only for package @ui5-language-assistant/logic-utils

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/logic-utils
Expand Down
10 changes: 5 additions & 5 deletions packages/logic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/logic-utils",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "TBD",
"keywords": [],
Expand All @@ -16,15 +16,15 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/semantic-model-types": "4.0.2",
"@ui5-language-assistant/settings": "4.0.2",
"@ui5-language-assistant/semantic-model-types": "4.0.3",
"@ui5-language-assistant/settings": "4.0.3",
"@vscode-logging/logger": "1.2.2",
"@xml-tools/ast": "5.0.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@ui5-language-assistant/semantic-model": "4.0.2",
"@ui5-language-assistant/test-utils": "4.0.2",
"@ui5-language-assistant/semantic-model": "4.0.3",
"@ui5-language-assistant/test-utils": "4.0.3",
"@vscode-logging/types": "0.1.4",
"@xml-tools/parser": "1.0.7"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/semantic-model-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

**Note:** Version bump only for package @ui5-language-assistant/semantic-model-types

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/semantic-model-types
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-model-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/semantic-model-types",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "UI5 Semantic model type definitions",
"keywords": [],
Expand Down
4 changes: 4 additions & 0 deletions packages/semantic-model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

**Note:** Version bump only for package @ui5-language-assistant/semantic-model

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/semantic-model
Expand Down
6 changes: 3 additions & 3 deletions packages/semantic-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/semantic-model",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Semantic model provider for UI5",
"keywords": [],
Expand All @@ -17,15 +17,15 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/semantic-model-types": "4.0.2",
"@ui5-language-assistant/semantic-model-types": "4.0.3",
"ajv": "6.12.3",
"deep-freeze-strict": "1.1.1",
"fs-extra": "10.1.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@types/deep-freeze-strict": "1.1.0",
"@ui5-language-assistant/test-utils": "4.0.2",
"@ui5-language-assistant/test-utils": "4.0.3",
"json-schema-to-typescript": "10.0.3"
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/settings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

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

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/settings
Expand Down
2 changes: 1 addition & 1 deletion packages/settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/settings",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Settings for UI5 Language Assistant",
"keywords": [],
Expand Down
4 changes: 4 additions & 0 deletions packages/user-facing-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

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

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/user-facing-text
Expand Down
2 changes: 1 addition & 1 deletion packages/user-facing-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/user-facing-text",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "End user strings for UI5 Language Assistant",
"keywords": [],
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode-ui5-language-assistant-bas-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/SAP/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

**Note:** Version bump only for package @ui5-language-assistant/vscode-ui5-language-assistant-bas-ext

## [4.0.2](https://github.com/SAP/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package @ui5-language-assistant/vscode-ui5-language-assistant-bas-ext
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.2",
"version": "4.0.3",
"private": false,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"fs-extra": "10.1.0",
"vscode-ui5-language-assistant": "4.0.2"
"vscode-ui5-language-assistant": "4.0.3"
},
"files": [
"*.vsix",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-ui5-language-assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

### Bug Fixes

- vsix file content cleanup ([#550](https://github.com/sap/ui5-language-assistant/issues/550)) ([1a5dc1d](https://github.com/sap/ui5-language-assistant/commit/1a5dc1d5ebca92df12e4eb49ece2591b2e4bdd08))

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

**Note:** Version bump only for package vscode-ui5-language-assistant
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "4.0.3",
"publisher": "SAPOSS",
"icon": "resources/ui5-language-assistant.png",
"keywords": [
Expand Down Expand Up @@ -93,14 +93,14 @@
"package": "node ./scripts/package-vsix"
},
"dependencies": {
"@ui5-language-assistant/language-server": "4.0.2",
"@ui5-language-assistant/language-server": "4.0.3",
"vscode-languageclient": "8.0.2"
},
"devDependencies": {
"@types/lodash": "4.14.168",
"@types/vscode": "1.47.0",
"@ui5-language-assistant/settings": "4.0.2",
"@ui5-language-assistant/user-facing-text": "4.0.2",
"@ui5-language-assistant/settings": "4.0.3",
"@ui5-language-assistant/user-facing-text": "4.0.3",
"lodash": "4.17.21",
"proxyquire": "2.1.3",
"vsce": "1.83.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/xml-views-completion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/sap/ui5-language-assistant/compare/v4.0.2...v4.0.3) (2023-01-30)

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

## [4.0.2](https://github.com/sap/ui5-language-assistant/compare/v4.0.1...v4.0.2) (2023-01-26)

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

0 comments on commit 8296113

Please sign in to comment.