Skip to content

Commit 0835f9e

Browse files
committed
chore(release): release
- @xml-tools/[email protected] - @xml-tools/[email protected] - @xml-tools/[email protected] - @xml-tools/[email protected] - @xml-tools/[email protected] - @xml-tools/[email protected] - @xml-tools/[email protected] - @xml-tools/[email protected] - [email protected]
1 parent 778ec25 commit 0835f9e

File tree

18 files changed

+60
-24
lines changed

18 files changed

+60
-24
lines changed

packages/ast-position/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+
## [2.0.3](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
**Note:** Version bump only for package @xml-tools/ast-position
9+
610
## [2.0.2](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
711

812
**Note:** Version bump only for package @xml-tools/ast-position

packages/ast-position/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/ast-position",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "XML Ast Position APIs",
55
"keywords": [
66
"xml",
@@ -16,10 +16,10 @@
1616
"api.d.ts"
1717
],
1818
"dependencies": {
19-
"@xml-tools/ast": "^5.0.0"
19+
"@xml-tools/ast": "^5.0.1"
2020
},
2121
"devDependencies": {
22-
"@xml-tools/parser": "^1.0.7"
22+
"@xml-tools/parser": "^1.0.8"
2323
},
2424
"scripts": {
2525
"ci": "npm-run-all type-check coverage:*",

packages/ast/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+
## [5.0.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
**Note:** Version bump only for package @xml-tools/ast
9+
610
# [5.0.0](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
711

812
### Features

packages/ast/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/ast",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "XML Ast and Utilities",
55
"keywords": [
66
"xml",
@@ -16,8 +16,8 @@
1616
"api.d.ts"
1717
],
1818
"dependencies": {
19-
"@xml-tools/common": "^0.1.2",
20-
"@xml-tools/parser": "^1.0.7",
19+
"@xml-tools/common": "^0.1.3",
20+
"@xml-tools/parser": "^1.0.8",
2121
"lodash": "4.17.20"
2222
},
2323
"devDependencies": {

packages/common/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.3](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
**Note:** Version bump only for package @xml-tools/common
9+
610
## [0.1.2](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
711

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

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/common",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "XML-Tools Common Utilities",
55
"keywords": [
66
"xml",
@@ -19,7 +19,7 @@
1919
"lodash": "4.17.20"
2020
},
2121
"devDependencies": {
22-
"@xml-tools/parser": "^1.0.7"
22+
"@xml-tools/parser": "^1.0.8"
2323
},
2424
"scripts": {
2525
"ci": "npm-run-all clean type-check coverage:*",

packages/content-assist/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+
## [3.1.8](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
**Note:** Version bump only for package @xml-tools/content-assist
9+
610
## [3.1.7](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
711

812
**Note:** Version bump only for package @xml-tools/content-assist

packages/content-assist/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/content-assist",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "XML Content Assist APIs",
55
"keywords": [
66
"xml",
@@ -17,8 +17,8 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/common": "^0.1.2",
21-
"@xml-tools/parser": "^1.0.7",
20+
"@xml-tools/common": "^0.1.3",
21+
"@xml-tools/parser": "^1.0.8",
2222
"lodash": "4.17.20"
2323
},
2424
"scripts": {

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.11](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
**Note:** Version bump only for package @xml-tools/language-server
9+
610
## [1.0.10](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
711

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

packages/language-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/language-server",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "XML language server",
55
"keywords": [
66
"LSP",
@@ -23,7 +23,7 @@
2323
"node": ">=10.0.0"
2424
},
2525
"dependencies": {
26-
"@xml-tools/parser": "^1.0.7",
26+
"@xml-tools/parser": "^1.0.8",
2727
"lodash": "4.17.20",
2828
"vscode-languageserver": "6.1.1",
2929
"vscode-languageserver-textdocument": "1.0.1"

0 commit comments

Comments
 (0)