Skip to content

Commit 6ce4d58

Browse files
committed
chore(release): release
- @xml-tools/ast-position@2.0.7 - @xml-tools/ast@5.0.5 - @xml-tools/common@0.1.6 - @xml-tools/constraints@1.1.1 - @xml-tools/content-assist@3.1.11 - @xml-tools/language-server@1.1.1 - @xml-tools/parser@1.0.11 - @xml-tools/simple-schema@3.0.5 - @xml-tools/validation@1.0.16 - xml-toolkit@1.1.1
1 parent 0c6d683 commit 6ce4d58

File tree

20 files changed

+68
-28
lines changed

20 files changed

+68
-28
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.7](https://github.com/sap/xml-tools/compare/@xml-tools/ast-position@2.0.6...@xml-tools/ast-position@2.0.7) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/ast-position
9+
610
## [2.0.6](https://github.com/sap/xml-tools/compare/@xml-tools/ast-position@2.0.5...@xml-tools/ast-position@2.0.6) (2021-02-09)
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.6",
3+
"version": "2.0.7",
44
"description": "XML Ast Position APIs",
55
"keywords": [
66
"xml",
@@ -17,10 +17,10 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/ast": "^5.0.4"
20+
"@xml-tools/ast": "^5.0.5"
2121
},
2222
"devDependencies": {
23-
"@xml-tools/parser": "^1.0.10"
23+
"@xml-tools/parser": "^1.0.11"
2424
},
2525
"scripts": {
2626
"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.5](https://github.com/sap/xml-tools/compare/@xml-tools/ast@5.0.4...@xml-tools/ast@5.0.5) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/ast
9+
610
## [5.0.4](https://github.com/sap/xml-tools/compare/@xml-tools/ast@5.0.3...@xml-tools/ast@5.0.4) (2021-02-09)
711

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

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.4",
3+
"version": "5.0.5",
44
"description": "XML Ast and Utilities",
55
"keywords": [
66
"xml",
@@ -17,8 +17,8 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/common": "^0.1.5",
21-
"@xml-tools/parser": "^1.0.10",
20+
"@xml-tools/common": "^0.1.6",
21+
"@xml-tools/parser": "^1.0.11",
2222
"lodash": "4.17.21"
2323
},
2424
"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.6](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.5...@xml-tools/common@0.1.6) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/common
9+
610
## [0.1.5](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.4...@xml-tools/common@0.1.5) (2021-02-09)
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.5",
3+
"version": "0.1.6",
44
"description": "XML-Tools Common Utilities",
55
"keywords": [
66
"xml",
@@ -20,7 +20,7 @@
2020
"lodash": "4.17.21"
2121
},
2222
"devDependencies": {
23-
"@xml-tools/parser": "^1.0.10"
23+
"@xml-tools/parser": "^1.0.11"
2424
},
2525
"scripts": {
2626
"ci": "npm-run-all clean type-check coverage:*",

packages/constraints/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.1.1](https://github.com/sap/xml-tools/compare/@xml-tools/constraints@1.1.0...@xml-tools/constraints@1.1.1) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/constraints
9+
610
# 1.1.0 (2021-02-09)
711

812
### Features

packages/constraints/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/constraints",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "XML constraints validations",
55
"keywords": [
66
"xml",
@@ -17,11 +17,11 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/validation": "^1.0.15",
20+
"@xml-tools/validation": "^1.0.16",
2121
"lodash": "4.17.21"
2222
},
2323
"devDependencies": {
24-
"@xml-tools/ast": "^5.0.4"
24+
"@xml-tools/ast": "^5.0.5"
2525
},
2626
"scripts": {
2727
"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.11](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.10...@xml-tools/content-assist@3.1.11) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/content-assist
9+
610
## [3.1.10](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.9...@xml-tools/content-assist@3.1.10) (2021-02-09)
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.10",
3+
"version": "3.1.11",
44
"description": "XML Content Assist APIs",
55
"keywords": [
66
"xml",
@@ -18,8 +18,8 @@
1818
"api.d.ts"
1919
],
2020
"dependencies": {
21-
"@xml-tools/common": "^0.1.5",
22-
"@xml-tools/parser": "^1.0.10",
21+
"@xml-tools/common": "^0.1.6",
22+
"@xml-tools/parser": "^1.0.11",
2323
"lodash": "4.17.21"
2424
},
2525
"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.1.1](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.1.0...@xml-tools/language-server@1.1.1) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/language-server
9+
610
# [1.1.0](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.0.12...@xml-tools/language-server@1.1.0) (2021-02-09)
711

812
### Bug Fixes

packages/language-server/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/language-server",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "XML language server",
55
"keywords": [
66
"LSP",
@@ -25,8 +25,8 @@
2525
"node": ">=10.0.0"
2626
},
2727
"dependencies": {
28-
"@xml-tools/constraints": "^1.1.0",
29-
"@xml-tools/parser": "^1.0.10",
28+
"@xml-tools/constraints": "^1.1.1",
29+
"@xml-tools/parser": "^1.0.11",
3030
"lodash": "4.17.21",
3131
"vscode-languageserver": "7.0.0",
3232
"vscode-languageserver-textdocument": "1.0.1"

packages/parser/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/parser@1.0.10...@xml-tools/parser@1.0.11) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/parser
9+
610
## [1.0.10](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.9...@xml-tools/parser@1.0.10) (2021-02-09)
711

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

packages/parser/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/parser",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "XML Parser Implemented in JavaScript",
55
"keywords": [
66
"xml",

packages/simple-schema/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.0.5](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@3.0.4...@xml-tools/simple-schema@3.0.5) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/simple-schema
9+
610
## [3.0.4](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@3.0.3...@xml-tools/simple-schema@3.0.4) (2021-02-09)
711

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

packages/simple-schema/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/simple-schema",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "XML Simple Schema",
55
"keywords": [
66
"xml",
@@ -17,13 +17,13 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/ast": "^5.0.4",
21-
"@xml-tools/content-assist": "^3.1.10",
20+
"@xml-tools/ast": "^5.0.5",
21+
"@xml-tools/content-assist": "^3.1.11",
2222
"lodash": "4.17.21"
2323
},
2424
"devDependencies": {
25-
"@xml-tools/parser": "^1.0.10",
26-
"@xml-tools/validation": "^1.0.15"
25+
"@xml-tools/parser": "^1.0.11",
26+
"@xml-tools/validation": "^1.0.16"
2727
},
2828
"scripts": {
2929
"ci": "npm-run-all clean type-check coverage:*",

packages/validation/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.16](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.15...@xml-tools/validation@1.0.16) (2021-06-03)
7+
8+
**Note:** Version bump only for package @xml-tools/validation
9+
610
## [1.0.15](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.14...@xml-tools/validation@1.0.15) (2021-02-09)
711

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

packages/validation/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/validation",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "XML validation APIs",
55
"keywords": [
66
"xml",
@@ -17,11 +17,11 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/ast": "^5.0.4",
20+
"@xml-tools/ast": "^5.0.5",
2121
"lodash": "4.17.21"
2222
},
2323
"devDependencies": {
24-
"@xml-tools/parser": "^1.0.10"
24+
"@xml-tools/parser": "^1.0.11"
2525
},
2626
"scripts": {
2727
"ci": "npm-run-all clean type-check coverage:*",

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+
## [1.1.1](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/xml-toolkit@1.1.0...xml-toolkit@1.1.1) (2021-06-03)
7+
8+
**Note:** Version bump only for package xml-toolkit
9+
610
# [1.1.0](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/xml-toolkit@1.0.5...xml-toolkit@1.1.0) (2021-02-09)
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": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"displayName": "XML Toolkit",
66
"description": "Language Support for XML",
@@ -35,7 +35,7 @@
3535
"package": "node ./scripts/package-vsix"
3636
},
3737
"dependencies": {
38-
"@xml-tools/language-server": "^1.1.0",
38+
"@xml-tools/language-server": "^1.1.1",
3939
"vscode-languageclient": "6.1.3"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)