Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed May 21, 2020
1 parent 2f25a64 commit e848d26
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
10 changes: 10 additions & 0 deletions packages/ast-position/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.

# [2.0.0](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-05-21)

### Features

- **ast-position:** rename `getAstNodeInPosition` -> astPositionAtOffset ([585253f](https://github.com/sap/xml-tools/commit/585253f))

### BREAKING CHANGES

- **ast-position:** rename `getAstNodeInPosition` -> astPositionAtOffset

# 1.1.0 (2020-05-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-position/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/ast-position",
"version": "1.1.0",
"version": "2.0.0",
"description": "XML Ast Position APIs",
"keywords": [
"xml",
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.

## [1.0.8](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-05-21)

**Note:** Version bump only for package @xml-tools/language-server

## [1.0.7](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-05-17)

**Note:** Version bump only for package @xml-tools/language-server
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/language-server",
"version": "1.0.7",
"version": "1.0.8",
"description": "XML language server",
"keywords": [
"LSP",
Expand Down
4 changes: 4 additions & 0 deletions packages/xml-toolkit/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.

## 0.1.7 (2020-05-21)

**Note:** Version bump only for package xml-toolkit

## [0.1.6](https://github.com/SAP/xml-tools/compare/[email protected]@0.1.6) (2020-05-17)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/xml-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml-toolkit",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"displayName": "XML Toolkit",
"description": "XML Toolkit by SAP OSS",
Expand Down Expand Up @@ -34,7 +34,7 @@
"bundle": "node ./scripts/bundle-vsix"
},
"dependencies": {
"@xml-tools/language-server": "^1.0.7",
"@xml-tools/language-server": "^1.0.8",
"vscode-languageclient": "6.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit e848d26

Please sign in to comment.