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]
 - [email protected]
 - @ui5-language-assistant/[email protected]
  • Loading branch information
bd82 committed Apr 1, 2020
1 parent 46c84c4 commit 73e0479
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/language-server/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.

# [1.1.0](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-04-01)

### Features

- suggest UI5 namespaces in xmlns attributes values ([#17](https://github.com/sap/ui5-language-assistant/issues/17)) ([46c84c4](https://github.com/sap/ui5-language-assistant/commit/46c84c4c5e2030fea255895a06cecbb5828fe31b))

# 1.0.0 (2020-03-31)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.0.0",
"version": "1.1.0",
"description": "UI5 Language Server",
"keywords": [
"LSP",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@ui5-language-assistant/semantic-model": "^1.0.0",
"@ui5-language-assistant/xml-views-completion": "^1.0.0",
"@ui5-language-assistant/xml-views-completion": "^1.1.0",
"@xml-tools/ast": "4.0.2",
"@xml-tools/parser": "1.0.3",
"lodash": "4.17.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/logic-utils/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.

# [1.1.0](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-04-01)

### Features

- suggest UI5 namespaces in xmlns attributes values ([#17](https://github.com/sap/ui5-language-assistant/issues/17)) ([46c84c4](https://github.com/sap/ui5-language-assistant/commit/46c84c4c5e2030fea255895a06cecbb5828fe31b))

# 1.0.0 (2020-03-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "1.1.0",
"description": "TBD",
"keywords": [],
"files": [
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.

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

### Features

- suggest UI5 namespaces in xmlns attributes values ([#17](https://github.com/sap/ui5-language-assistant/tree/master/packages/vscode-ui5-language-assistant/issues/17)) ([46c84c4](https://github.com/sap/ui5-language-assistant/tree/master/packages/vscode-ui5-language-assistant/commit/46c84c4c5e2030fea255895a06cecbb5828fe31b))

# 1.0.0 (2020-03-31)

**Note:** Version bump only for package vscode-ui5-language-assistant
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": "UI5 extension for VSCode",
"version": "1.0.0",
"version": "1.1.0",
"publisher": "SAPSE",
"license": "Apache-2.0",
"main": "./lib/src/extension",
Expand Down Expand Up @@ -49,7 +49,7 @@
"bundle": "node ./scripts/bundle-vsix"
},
"dependencies": {
"@ui5-language-assistant/language-server": "^1.0.0",
"@ui5-language-assistant/language-server": "^1.1.0",
"vscode-languageclient": "6.1.0"
},
"devDependencies": {
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.

# [1.1.0](https://github.com/sap/ui5-language-assistant/compare/@ui5-language-assistant/[email protected]...@ui5-language-assistant/[email protected]) (2020-04-01)

### Features

- suggest UI5 namespaces in xmlns attributes values ([#17](https://github.com/sap/ui5-language-assistant/issues/17)) ([46c84c4](https://github.com/sap/ui5-language-assistant/commit/46c84c4c5e2030fea255895a06cecbb5828fe31b))

# 1.0.0 (2020-03-31)

### Features
Expand Down
4 changes: 2 additions & 2 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.0.0",
"version": "1.1.0",
"description": "Auto-Complete Logic for UI5 XML-Views",
"keywords": [
"xml",
Expand All @@ -18,7 +18,7 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/logic-utils": "^1.0.0",
"@ui5-language-assistant/logic-utils": "^1.1.0",
"@xml-tools/ast": "4.0.2",
"@xml-tools/content-assist": "3.1.3",
"lodash": "4.17.15"
Expand Down

0 comments on commit 73e0479

Please sign in to comment.