Skip to content

Commit e848d26

Browse files
committed
chore(release): release
- @xml-tools/[email protected] - @xml-tools/[email protected] - [email protected]
1 parent 2f25a64 commit e848d26

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

packages/ast-position/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-05-21)
7+
8+
### Features
9+
10+
- **ast-position:** rename `getAstNodeInPosition` -> astPositionAtOffset ([585253f](https://github.com/sap/xml-tools/commit/585253f))
11+
12+
### BREAKING CHANGES
13+
14+
- **ast-position:** rename `getAstNodeInPosition` -> astPositionAtOffset
15+
616
# 1.1.0 (2020-05-18)
717

818
### Features

packages/ast-position/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/ast-position",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "XML Ast Position APIs",
55
"keywords": [
66
"xml",

packages/language-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.8](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-05-21)
7+
8+
**Note:** Version bump only for package @xml-tools/language-server
9+
610
## [1.0.7](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-05-17)
711

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

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/language-server",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "XML language server",
55
"keywords": [
66
"LSP",

packages/xml-toolkit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.1.7 (2020-05-21)
7+
8+
**Note:** Version bump only for package xml-toolkit
9+
610
## [0.1.6](https://github.com/SAP/xml-tools/compare/[email protected]@0.1.6) (2020-05-17)
711

812
### Bug Fixes

packages/xml-toolkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-toolkit",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"displayName": "XML Toolkit",
66
"description": "XML Toolkit by SAP OSS",
@@ -34,7 +34,7 @@
3434
"bundle": "node ./scripts/bundle-vsix"
3535
},
3636
"dependencies": {
37-
"@xml-tools/language-server": "^1.0.7",
37+
"@xml-tools/language-server": "^1.0.8",
3838
"vscode-languageclient": "6.1.3"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)