Skip to content

Commit

Permalink
chore(release): release v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vadson71 committed Feb 28, 2023
1 parent 44d780b commit 82f0fed
Show file tree
Hide file tree
Showing 34 changed files with 148 additions and 65 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.5](https://github.com/SAP/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

### Bug Fixes

- completion in FragmentDefinition ([#567](https://github.com/SAP/ui5-language-assistant/issues/567)) ([44d780b](https://github.com/SAP/ui5-language-assistant/commit/44d780bc0666ea9055ed4ed797da26a119e91d21))
- crash when ui5.yaml has multiple documents ([#562](https://github.com/SAP/ui5-language-assistant/issues/562)) ([459cf5e](https://github.com/SAP/ui5-language-assistant/commit/459cf5ee1256691dcfade5e7783caef31fb6a467))

## [4.0.4](https://github.com/SAP/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

### Bug Fixes
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.4",
"version": "4.0.5",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
6 changes: 6 additions & 0 deletions packages/context/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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

### Bug Fixes

- crash when ui5.yaml has multiple documents ([#562](https://github.com/sap/ui5-language-assistant/issues/562)) ([459cf5e](https://github.com/sap/ui5-language-assistant/commit/459cf5ee1256691dcfade5e7783caef31fb6a467))

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

### Bug Fixes
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.4",
"version": "4.0.5",
"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.1.1",
"@ui5-language-assistant/logic-utils": "4.0.4",
"@ui5-language-assistant/logic-utils": "4.0.5",
"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.4",
"@ui5-language-assistant/test-framework": "4.0.4",
"@ui5-language-assistant/test-utils": "4.0.4",
"@ui5-language-assistant/semantic-model-types": "4.0.5",
"@ui5-language-assistant/test-framework": "4.0.5",
"@ui5-language-assistant/test-utils": "4.0.5",
"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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

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

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

**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.4",
"version": "4.0.5",
"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.4",
"@ui5-language-assistant/logic-utils": "4.0.4",
"@ui5-language-assistant/xml-views-completion": "4.0.4",
"@ui5-language-assistant/xml-views-validation": "4.0.4",
"@ui5-language-assistant/context": "4.0.5",
"@ui5-language-assistant/logic-utils": "4.0.5",
"@ui5-language-assistant/xml-views-completion": "4.0.5",
"@ui5-language-assistant/xml-views-validation": "4.0.5",
"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.4",
"@ui5-language-assistant/test-framework": "4.0.4",
"@ui5-language-assistant/test-utils": "4.0.4",
"@ui5-language-assistant/semantic-model-types": "4.0.5",
"@ui5-language-assistant/test-framework": "4.0.5",
"@ui5-language-assistant/test-utils": "4.0.5",
"@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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

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

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

**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.4",
"version": "4.0.5",
"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.4",
"@ui5-language-assistant/fe": "4.0.4",
"@ui5-language-assistant/semantic-model": "4.0.4",
"@ui5-language-assistant/settings": "4.0.4",
"@ui5-language-assistant/user-facing-text": "4.0.4",
"@ui5-language-assistant/xml-views-completion": "4.0.4",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.4",
"@ui5-language-assistant/xml-views-tooltip": "4.0.4",
"@ui5-language-assistant/xml-views-validation": "4.0.4",
"@ui5-language-assistant/context": "4.0.5",
"@ui5-language-assistant/fe": "4.0.5",
"@ui5-language-assistant/semantic-model": "4.0.5",
"@ui5-language-assistant/settings": "4.0.5",
"@ui5-language-assistant/user-facing-text": "4.0.5",
"@ui5-language-assistant/xml-views-completion": "4.0.5",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.5",
"@ui5-language-assistant/xml-views-tooltip": "4.0.5",
"@ui5-language-assistant/xml-views-validation": "4.0.5",
"@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.4",
"@ui5-language-assistant/test-utils": "4.0.4",
"@ui5-language-assistant/semantic-model-types": "4.0.5",
"@ui5-language-assistant/test-utils": "4.0.5",
"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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

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

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

**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.4",
"version": "4.0.5",
"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.4",
"@ui5-language-assistant/settings": "4.0.4",
"@ui5-language-assistant/semantic-model-types": "4.0.5",
"@ui5-language-assistant/settings": "4.0.5",
"@vscode-logging/logger": "1.2.2",
"@xml-tools/ast": "5.0.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@ui5-language-assistant/semantic-model": "4.0.4",
"@ui5-language-assistant/test-utils": "4.0.4",
"@ui5-language-assistant/semantic-model": "4.0.5",
"@ui5-language-assistant/test-utils": "4.0.5",
"@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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

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

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

**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.4",
"version": "4.0.5",
"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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

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

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

**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.4",
"version": "4.0.5",
"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.4",
"@ui5-language-assistant/semantic-model-types": "4.0.5",
"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.4",
"@ui5-language-assistant/test-utils": "4.0.5",
"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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

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

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

**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.4",
"version": "4.0.5",
"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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

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

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

**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.4",
"version": "4.0.5",
"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.5](https://github.com/SAP/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

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

## [4.0.4](https://github.com/SAP/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

**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.4",
"version": "4.0.5",
"private": false,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"fs-extra": "10.1.0",
"vscode-ui5-language-assistant": "4.0.4"
"vscode-ui5-language-assistant": "4.0.5"
},
"files": [
"*.vsix",
Expand Down
16 changes: 14 additions & 2 deletions packages/vscode-ui5-language-assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)
## [4.0.5](https://github.com/SAP/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

**Note:** Version bump only for package vscode-ui5-language-assistant
### Bug Fixes

- completion in FragmentDefinition ([#567](https://github.com/SAP/ui5-language-assistant/issues/567)) ([44d780b](https://github.com/SAP/ui5-language-assistant/commit/44d780bc0666ea9055ed4ed797da26a119e91d21))
- crash when ui5.yaml has multiple documents ([#562](https://github.com/SAP/ui5-language-assistant/issues/562)) ([459cf5e](https://github.com/SAP/ui5-language-assistant/commit/459cf5ee1256691dcfade5e7783caef31fb6a467))

## [4.0.4](https://github.com/SAP/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

### Bug Fixes

- crash with no default model ([#558](https://github.com/SAP/ui5-language-assistant/issues/558)) ([09cb190](https://github.com/SAP/ui5-language-assistant/commit/09cb190c5fc03751f58afd81f3ef37436f652f1c))
- load app data with no models ([#559](https://github.com/SAP/ui5-language-assistant/issues/559)) ([9b872b1](https://github.com/SAP/ui5-language-assistant/commit/9b872b19508070b6f92a00925f96dbbc1b5e9b79))
- project root resolution ([#560](https://github.com/SAP/ui5-language-assistant/issues/560)) ([8a9bfd8](https://github.com/SAP/ui5-language-assistant/commit/8a9bfd82f99e4aa4ceaeee0a3f23192fa1725807))
- wrong version negotiation for OpenUI5 framework ([#561](https://github.com/SAP/ui5-language-assistant/issues/561)) ([9fcaf6d](https://github.com/SAP/ui5-language-assistant/commit/9fcaf6d067555b74c56e4c2b1fccb388935bbe77))

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

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.4",
"version": "4.0.5",
"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.4",
"@ui5-language-assistant/language-server": "4.0.5",
"vscode-languageclient": "8.0.2"
},
"devDependencies": {
"@types/lodash": "4.14.168",
"@types/vscode": "1.47.0",
"@ui5-language-assistant/settings": "4.0.4",
"@ui5-language-assistant/user-facing-text": "4.0.4",
"@ui5-language-assistant/settings": "4.0.5",
"@ui5-language-assistant/user-facing-text": "4.0.5",
"lodash": "4.17.21",
"proxyquire": "2.1.3",
"vsce": "1.83.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/xml-views-completion/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.5](https://github.com/sap/ui5-language-assistant/compare/v4.0.4...v4.0.5) (2023-02-28)

### Bug Fixes

- completion in FragmentDefinition ([#567](https://github.com/sap/ui5-language-assistant/issues/567)) ([44d780b](https://github.com/sap/ui5-language-assistant/commit/44d780bc0666ea9055ed4ed797da26a119e91d21))

## [4.0.4](https://github.com/sap/ui5-language-assistant/compare/v4.0.3...v4.0.4) (2023-02-16)

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

0 comments on commit 82f0fed

Please sign in to comment.