Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @ui5-language-assistant/[email protected]
 - @ui5-language-assistant/[email protected]
 - @ui5-language-assistant/[email protected]
 - [email protected]
 - @ui5-language-assistant/[email protected]
 - @ui5-language-assistant/[email protected]
 - @ui5-language-assistant/[email protected]
  • Loading branch information
sapirpol committed Jul 15, 2020
1 parent bdcab7d commit 5b960d8
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 19 deletions.
10 changes: 10 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-15)

### Bug Fixes

- ignore unknown namespace message for whitelisted namespaces ([#234](https://github.com/sap/ui5-language-assistant/issues/234)) ([bdcab7d](https://github.com/sap/ui5-language-assistant/commit/bdcab7d3d984cf96819874c8f507a2898bc671d5))

### Features

- stable ID validation ([#231](https://github.com/sap/ui5-language-assistant/issues/231)) ([65ddb60](https://github.com/sap/ui5-language-assistant/commit/65ddb60844274beb309bfb1c32a3698ec3ec15c4))

# [1.9.0](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-08)

### Features
Expand Down
10 changes: 5 additions & 5 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": "1.9.0",
"version": "1.10.0",
"description": "UI5 Language Server",
"keywords": [
"LSP",
Expand All @@ -22,11 +22,11 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/semantic-model": "^1.4.2",
"@ui5-language-assistant/semantic-model": "^1.4.3",
"@ui5-language-assistant/settings": "^0.1.0",
"@ui5-language-assistant/xml-views-completion": "^1.5.2",
"@ui5-language-assistant/xml-views-tooltip": "^1.2.2",
"@ui5-language-assistant/xml-views-validation": "^0.5.2",
"@ui5-language-assistant/xml-views-completion": "^1.5.3",
"@ui5-language-assistant/xml-views-tooltip": "^1.2.3",
"@ui5-language-assistant/xml-views-validation": "^0.6.0",
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast-position": "2.0.2",
"@xml-tools/parser": "1.0.7",
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.

## [1.3.3](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-15)

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

## [1.3.2](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-08)

**Note:** Version bump only for package @ui5-language-assistant/logic-utils
Expand Down
4 changes: 2 additions & 2 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": "1.3.2",
"version": "1.3.3",
"description": "TBD",
"keywords": [],
"files": [
Expand All @@ -18,7 +18,7 @@
"lodash": "4.17.19"
},
"devDependencies": {
"@ui5-language-assistant/semantic-model": "^1.4.2",
"@ui5-language-assistant/semantic-model": "^1.4.3",
"@ui5-language-assistant/test-utils": "^1.4.3",
"@xml-tools/parser": "1.0.7"
},
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.

## [1.4.3](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-15)

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

## [1.4.2](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-08)

**Note:** Version bump only for package @ui5-language-assistant/semantic-model
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.4.2",
"version": "1.4.3",
"description": "Semantic model provider for UI5",
"keywords": [],
"files": [
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/sap/ui5-language-assistant/tree/master/packages/vscode-ui5-language-assistant/compare/vscode-ui5-language-assistant@[email protected]) (2020-07-15)

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

# [1.5.0](https://github.com/sap/ui5-language-assistant/tree/master/packages/vscode-ui5-language-assistant/compare/vscode-ui5-language-assistant@[email protected]) (2020-07-08)

### Features
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": "1.5.0",
"version": "1.5.1",
"publisher": "SAPOSS",
"icon": "resources/ui5-language-assistant.png",
"keywords": [
Expand Down Expand Up @@ -74,7 +74,7 @@
"package": "node ./scripts/package-vsix"
},
"dependencies": {
"@ui5-language-assistant/language-server": "^1.9.0",
"@ui5-language-assistant/language-server": "^1.10.0",
"vscode-languageclient": "6.1.3"
},
"devDependencies": {
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.

## [1.5.3](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-15)

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

## [1.5.2](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-08)

**Note:** Version bump only for package @ui5-language-assistant/xml-views-completion
Expand Down
6 changes: 3 additions & 3 deletions packages/xml-views-completion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/xml-views-completion",
"version": "1.5.2",
"version": "1.5.3",
"description": "Auto-Complete Logic for UI5 XML-Views",
"keywords": [
"xml",
Expand All @@ -18,15 +18,15 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/logic-utils": "^1.3.2",
"@ui5-language-assistant/logic-utils": "^1.3.3",
"@xml-tools/ast": "5.0.0",
"@xml-tools/common": "0.1.2",
"@xml-tools/content-assist": "3.1.7",
"assert-never": "1.2.1",
"lodash": "4.17.19"
},
"devDependencies": {
"@ui5-language-assistant/semantic-model": "^1.4.2",
"@ui5-language-assistant/semantic-model": "^1.4.3",
"@xml-tools/parser": "1.0.7",
"chevrotain": "7.0.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/xml-views-tooltip/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.

## [1.2.3](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-15)

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

## [1.2.2](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-08)

**Note:** Version bump only for package @ui5-language-assistant/xml-views-tooltip
Expand Down
6 changes: 3 additions & 3 deletions packages/xml-views-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/xml-views-tooltip",
"version": "1.2.2",
"version": "1.2.3",
"description": "XML Views Tooltip",
"keywords": [
"Hover",
Expand All @@ -19,8 +19,8 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/logic-utils": "^1.3.2",
"@ui5-language-assistant/semantic-model": "^1.4.2",
"@ui5-language-assistant/logic-utils": "^1.3.3",
"@ui5-language-assistant/semantic-model": "^1.4.3",
"@ui5-language-assistant/semantic-model-types": "^1.3.0",
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast-position": "2.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/xml-views-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-15)

### Bug Fixes

- ignore unknown namespace message for whitelisted namespaces ([#234](https://github.com/sap/ui5-language-assistant/issues/234)) ([bdcab7d](https://github.com/sap/ui5-language-assistant/commit/bdcab7d3d984cf96819874c8f507a2898bc671d5))

### Features

- stable ID validation ([#231](https://github.com/sap/ui5-language-assistant/issues/231)) ([65ddb60](https://github.com/sap/ui5-language-assistant/commit/65ddb60844274beb309bfb1c32a3698ec3ec15c4))

## [0.5.2](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-07-08)

**Note:** Version bump only for package @ui5-language-assistant/xml-views-validation
Expand Down
6 changes: 3 additions & 3 deletions packages/xml-views-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/xml-views-validation",
"version": "0.5.2",
"version": "0.6.0",
"description": "Validations Logic for UI5 XML-Views",
"keywords": [
"xml",
Expand All @@ -18,14 +18,14 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/logic-utils": "^1.3.2",
"@ui5-language-assistant/logic-utils": "^1.3.3",
"@ui5-language-assistant/semantic-model-types": "^1.3.0",
"@xml-tools/ast": "5.0.0",
"@xml-tools/common": "0.1.2",
"lodash": "4.17.19"
},
"devDependencies": {
"@ui5-language-assistant/semantic-model": "^1.4.2",
"@ui5-language-assistant/semantic-model": "^1.4.3",
"@ui5-language-assistant/test-utils": "^1.4.3",
"@xml-tools/parser": "1.0.7"
},
Expand Down

0 comments on commit 5b960d8

Please sign in to comment.